Color Hex Logo

#d609cd Color Hex

#D609CD
(214,9,205)
0 Favorites   0 Comments

Color spaces of #d609cd

RGB 2149205
HSL0.840.920.44
HSV303°96°84°
CMYK 0.000.960.04   0.16
XYZ38.848718.899359.3580
Yxy18.89930.33170.1614
Hunter Lab43.473383.4331-50.5226
CIE-Lab50.569284.1283-48.6071

#d609cd color RGB value is (214,9,205).

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

The process color (four color CMYK) of #d609cd color hex is 0.00, 0.96, 0.04, 0.16. Web safe color of #d609cd is #cc00cc. Color #d609cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001001 11001101
Octal 326 11 315
Decimal 214 9 205
Hex D6 9 CD

RGB Percentages of Color #d609cd

%50.00
%2.10
%47.90

CMYK Percentages of Color #d609cd

%0
%96
%4
%16

Triadic Colors of #d609cd

#d609cd #cdd609 #09cdd6

Analogous Colors of #d609cd

#d609cd #d60967 #7909d6

Monochromatic Colors of #d609cd

#d609cd

Complementary Color

#d609cd #09d612

#d609cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d609cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d609cd Color CSS Codes

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

#d609cd Text Font Color

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

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


#d609cd Background Color

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

This div background color is #d609cd


#d609cd Border Color

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

This div border color is #d609cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d609cd


Comments

No comments written yet.

Please login to write comment.