realme P3 price in india

Snapdragon 6 Gen 4 Smartphone Processor Very Good Chipset: Qualcomm Snapdragon 6 Gen 4 CPU: Octa-core (2.3 GHz, Single Core + 2.2 GHz, Tri-core + 1.8 GHz, Quad-core) RAM: 6 GB / 8 GB Display Excellent Size: 6.67 inches AMOLED Resolution: 1080 x 2400 (FHD+) Refresh Rate: 120 Hz Design: Bezel-less with punch-hole display Rear Camera Very Good Setup: Dual Camera Primary: 50 MP Wide Angle Secondary: 2 MP Depth Camera Video: 4K @30fps Front Camera Very Good Resolution: 16 MP Wide Angle Video: Full HD @30fps Battery Excellent Capacity: 6000 mAh Charging: 45W Fast Charging (USB Type-C) General SIM: Dual Nano SIM (Hybrid) 5G: Supported Storage: 128 GB / 256 GB, Expandable up to 2 TB Protection: Dust & Water Resistant
Sale!

Snapdragon 6 Gen 4 Smartphone

Processor Very Good

Chipset: Qualcomm Snapdragon 6 Gen 4

CPU: Octa-core (2.3 GHz, Single Core + 2.2 GHz, Tri-core + 1.8 GHz, Quad-core)

RAM: 6 GB / 8 GB

Display Excellent

Size: 6.67 inches AMOLED

Resolution: 1080 x 2400 (FHD+)

Refresh Rate: 120 Hz

Design: Bezel-less with punch-hole display

Rear Camera Very Good

Setup: Dual Camera

Primary: 50 MP Wide Angle

Secondary: 2 MP Depth Camera

Video: 4K @30fps

Front Camera Very Good

Resolution: 16 MP Wide Angle

Video: Full HD @30fps

Battery Excellent

Capacity: 6000 mAh

Charging: 45W Fast Charging (USB Type-C)

General

SIM: Dual Nano SIM (Hybrid)

5G: Supported

Storage: 128 GB / 256 GB, Expandable up to 2 TB

Protection: Dust & Water Resistant


Subscribe to our Newsletter

Subscribe to our email newsletter to get the latest posts delivered right to your email.
Pure inspiration, zero spam ✨
document.addEventListener("DOMContentLoaded", function () { const emblaNode = document.querySelector(".testimonial-embla"); if (!emblaNode) return; const prevButton = document.querySelector(".testimonial-prev"); const nextButton = document.querySelector(".testimonial-next"); const progressBar = document.querySelector(".progress-line"); const embla = EmblaCarousel( emblaNode, { loop: true, align: "start", skipSnaps: false, dragFree: false } ); nextButton.addEventListener("click", function(){ embla.scrollNext(); }); prevButton.addEventListener("click", function(){ embla.scrollPrev(); }); function updateProgress(){ const totalSlides = embla.scrollSnapList().length; const currentIndex = embla.selectedScrollSnap(); const progress = ((currentIndex + 1) / totalSlides) * 100; progressBar.style.width = progress + "%"; } embla.on("select", updateProgress); embla.on("init", updateProgress); updateProgress(); document.addEventListener( "keydown", function(e){ if(e.key === "ArrowLeft"){ embla.scrollPrev(); } if(e.key === "ArrowRight"){ embla.scrollNext(); } } ); let autoplay; function startAutoplay(){ autoplay = setInterval(()=>{ embla.scrollNext(); },5000); } function stopAutoplay(){ clearInterval(autoplay); } startAutoplay(); emblaNode.addEventListener( "mouseenter", stopAutoplay ); emblaNode.addEventListener( "mouseleave", startAutoplay ); });