Hiuhu Murimi — Nairobi Photographer
Hiuhu Murimi
Photographer · Creative Director · Nairobi, Kenya
16
Years Active
Photos
Since 2010
Film
Since 2025
The person behind the lens

Finding the Extraordinary in the Ordinary.

I am Hiuhu Murimi — a Kenyan photographer, art director, and visual storyteller with over a decade and a half of professional practice spanning commercial, architecural, potraiture, conceptual and fine-art photography. My work is deeply influenced by my background as a comic artist and graphic designer. In comics, you control everything — the lighting, the composition, the costume, the mood, the story. That total creative ownership shaped how I approach photography. Rather than delegating to a large team, I prefer to art-direct, style, and craft each image myself, ensuring the final result is exactly what I envisioned

Self-taught and self-funded, I built my photography practice from the ground up — no formal training, no agency backing, just a relentless drive to create. What followed surprised me. I had pioneered creative digital photography from my predecessors who shot on analogue films and no computer to edit hence hmurimi became the go-to studio in Eastlands and Nairobi for musicians, politicians, and anyone who wanted professional portrait work — the kind that, at the time, only big advertising agencies produced

Currently Hmurimi recides in a farm few minutes from the city and considers himself a city-smart-country-rat practising both hands on farming and cutting edge Creative digital endavours

"Of all the things worth capturing, I am most compelled by the ones that please the eye, stir the senses, and linger in the mind"

— Hiuhu Murimi

Beyond the camera, I provide full creative direction — from mood-boarding and location scouting to post-production and final delivery. Whether you are a global brand seeking striking campaign imagery, a couple documenting the most important day of your lives, or an artist in need of a portfolio that truly represents you, I bring the same level of care and craft to every brief.

Areas of expertise
Commercial & Brand
Editorial Portraiture
Architecture & Interiors
Wedding & Events
Celebrity & Publicity
Creative Direction
Film & Motion
Post-Production

Equipment

Tools of the trade
● Cameras
Nikon DSLr and Cannon Mirrorless
I started of with Nikon DSlr and later added cannon Mirror less Smart Camera which does well in both photos and Videos
● Optics
Prime & Zoom Lenses
A curated set of fast primes and professional zooms covering every focal length from environmental wide to intimate telephoto.
● Lighting
Profoto Studio Strobes
Portable and studio-grade strobes with a full modifier collection — shaping light to serve the story, never the other way around.
● Stabilisation
Gimbal & Tripod Systems
Fluid-head tripods and electronic gimbals for flawless stills and motion work in controlled and unpredictable conditions alike.
● Post-Production
Adobe Creative Suite
Lightroom and Photoshop-based workflows with custom colour profiles and retouching that enhances without erasing authenticity.
● Drone
Aerial Photography
Licensed drone operations providing sweeping aerial perspectives for real estate, events, and cinematic productions across Kenya.

The Process

How we work together
01
Discovery
We begin with a conversation — your goals, your brand, your story. Understanding the why shapes every creative decision that follows.
02
Creative Plan
Mood boards, location scouting, talent direction, and a detailed shot list — everything in place before a single frame is captured.
03
Shoot Day
Every shoot is a chance to interact, enjoy and create moments by sharing laugher,food or stores as we shootaway
04
Delivery
Carefully retouched and colour-graded images delivered via a private online gallery, with all agreed formats and licensing in full.

Ready to create something remarkable?

Let's discuss your next project — no commitment, just a conversation.

Get in Touch
document.querySelector('.submit-btn').addEventListener('click', async () => { const fields = { first_name: document.querySelector('[name="first_name"]').value.trim(), last_name: document.querySelector('[name="last_name"]').value.trim(), email: document.querySelector('[name="email"]').value.trim(), phone: document.querySelector('[name="phone"]').value.trim(), message: document.querySelector('[name="message"]').value.trim(), }; if (!fields.first_name || !fields.email || !fields.message) { alert('Please fill in at least your name, email, and message.'); return; } const btn = document.querySelector('.submit-btn'); btn.textContent = 'Sending…'; btn.disabled = true; const data = new FormData(); Object.entries(fields).forEach(([k, v]) => data.append(k, v)); try { const res = await fetch('mailer.php', { method: 'POST', body: data }); const text = await res.text(); if (text.trim() === 'success') { btn.textContent = '✓ Message Sent!'; document.querySelectorAll('.form-input, .form-textarea').forEach(el => el.value = ''); } else { btn.textContent = '✗ Failed. Try again.'; btn.disabled = false; } } catch { btn.textContent = '✗ Network error.'; btn.disabled = false; } });