Color Hex Logo

#d809ac Color Hex

#D809AC
(216,9,172)
0 Favorites   0 Comments

Color spaces of #d809ac

RGB 2169172
HSL0.870.920.44
HSV313°96°85°
CMYK 0.000.960.20   0.15
XYZ35.863017.772940.5700
Yxy17.77290.38070.1887
Hunter Lab42.157978.0705-27.5462
CIE-Lab49.219580.1855-31.4694

#d809ac color RGB value is (216,9,172).

#d809ac hex color red value is 216, green value is 9 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d809ac hue: 0.87 , saturation: 0.92 and the lightness value of d809ac is 0.44.

The process color (four color CMYK) of #d809ac color hex is 0.00, 0.96, 0.20, 0.15. Web safe color of #d809ac is #cc0099. Color #d809ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001001 10101100
Octal 330 11 254
Decimal 216 9 172
Hex D8 9 AC

RGB Percentages of Color #d809ac

%54.41
%2.27
%43.32

CMYK Percentages of Color #d809ac

%0
%96
%20
%15

Triadic Colors of #d809ac

#d809ac #acd809 #09acd8

Analogous Colors of #d809ac

#d809ac #d80944 #9d09d8

Monochromatic Colors of #d809ac

#d809ac

Complementary Color

#d809ac #09d835

#d809ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d809ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d809ac Color CSS Codes

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

#d809ac Text Font Color

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

This sample text font color is #d809ac
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.


#d809ac Background Color

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

This div background color is #d809ac


#d809ac Border Color

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

This div border color is #d809ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,9,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 #d809ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d809ac


Comments

No comments written yet.

Please login to write comment.