Color Hex Logo

#d247ac Color Hex

#D247AC
(210,71,172)
0 Favorites   0 Comments

Color spaces of #d247ac

RGB 21071172
HSL0.880.610.55
HSV316°66°82°
CMYK 0.000.660.18   0.18
XYZ36.278021.186741.2071
Yxy21.18670.36770.2147
Hunter Lab46.029060.1349-20.8586
CIE-Lab53.153264.6180-25.4366

#d247ac color RGB value is (210,71,172).

#d247ac hex color red value is 210, green value is 71 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d247ac hue: 0.88 , saturation: 0.61 and the lightness value of d247ac is 0.55.

The process color (four color CMYK) of #d247ac color hex is 0.00, 0.66, 0.18, 0.18. Web safe color of #d247ac is #cc3399. Color #d247ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000111 10101100
Octal 322 107 254
Decimal 210 71 172
Hex D2 47 AC

RGB Percentages of Color #d247ac

%46.36
%15.67
%37.97

CMYK Percentages of Color #d247ac

%0
%66
%18
%18

Triadic Colors of #d247ac

#d247ac #acd247 #47acd2

Analogous Colors of #d247ac

#d247ac #d24767 #b347d2

Monochromatic Colors of #d247ac

#d247ac

Complementary Color

#d247ac #47d26d

#d247ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d247ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d247ac Color CSS Codes

.mybgcolor {background-color:#d247ac; } 
.myforecolor {color:#d247ac; }
.mybordercolor {border:3px solid #d247ac; }

#d247ac Text Font Color

<p style="color:#d247ac">Text here</p>

This sample text font color is #d247ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d247ac Background Color

<div style="background-color:#d247ac">
Div content here</div>

This div background color is #d247ac


#d247ac Border Color

<div style="border:3px solid #d247ac">
Div here</div>

This div border color is #d247ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,71,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d247ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d247ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d247ac;
  box-shadow:         1px 1px 3px 2px #d247ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,71,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d247ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d247ac;
  -webkit-box-shadow: 1px 1px 3px 2px #d247ac;
  box-shadow:         1px 1px 3px 2px #d247ac;">
Div content here</div>

This div box has shadow with color #d247ac


Comments

No comments written yet.

Please login to write comment.