Color Hex Logo

#d809cd Color Hex

#D809CD
(216,9,205)
0 Favorites   0 Comments

Color spaces of #d809cd

RGB 2169205
HSL0.840.920.44
HSV303°96°85°
CMYK 0.000.960.05   0.15
XYZ39.436019.202159.3855
Yxy19.20210.33410.1627
Hunter Lab43.820283.9558-49.6762
CIE-Lab50.922884.4646-48.0226

#d809cd color RGB value is (216,9,205).

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

The process color (four color CMYK) of #d809cd color hex is 0.00, 0.96, 0.05, 0.15. Web safe color of #d809cd is #cc00cc. Color #d809cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001001 11001101
Octal 330 11 315
Decimal 216 9 205
Hex D8 9 CD

RGB Percentages of Color #d809cd

%50.23
%2.09
%47.67

CMYK Percentages of Color #d809cd

%0
%96
%5
%15

Triadic Colors of #d809cd

#d809cd #cdd809 #09cdd8

Analogous Colors of #d809cd

#d809cd #d80966 #7c09d8

Monochromatic Colors of #d809cd

#d809cd

Complementary Color

#d809cd #09d814

#d809cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d809cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d809cd Color CSS Codes

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

#d809cd Text Font Color

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

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


#d809cd Background Color

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

This div background color is #d809cd


#d809cd Border Color

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

This div border color is #d809cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,9,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d809cd


Comments

No comments written yet.

Please login to write comment.