Color Hex Logo

#d209ac Color Hex

#D209AC
(210,9,172)
0 Favorites   0 Comments

Color spaces of #d209ac

RGB 2109172
HSL0.860.920.43
HSV311°96°82°
CMYK 0.000.960.18   0.18
XYZ34.122416.875640.4886
Yxy16.87560.37300.1845
Hunter Lab41.079976.3784-29.6806
CIE-Lab48.102979.0559-33.2983

#d209ac color RGB value is (210,9,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001001 10101100
Octal 322 11 254
Decimal 210 9 172
Hex D2 9 AC

RGB Percentages of Color #d209ac

%53.71
%2.30
%43.99

CMYK Percentages of Color #d209ac

%0
%96
%18
%18

Triadic Colors of #d209ac

#d209ac #acd209 #09acd2

Analogous Colors of #d209ac

#d209ac #d20948 #9409d2

Monochromatic Colors of #d209ac

#d209ac

Complementary Color

#d209ac #09d22f

#d209ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d209ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d209ac Color CSS Codes

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

#d209ac Text Font Color

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

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


#d209ac Background Color

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

This div background color is #d209ac


#d209ac Border Color

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

This div border color is #d209ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d209ac


Comments

No comments written yet.

Please login to write comment.