Color Hex Logo

#d608cd Color Hex

#D608CD
(214,8,205)
0 Favorites   0 Comments

Color spaces of #d608cd

RGB 2148205
HSL0.840.930.44
HSV303°96°84°
CMYK 0.000.960.04   0.16
XYZ38.837818.877659.3544
Yxy18.87760.33170.1613
Hunter Lab43.448483.5237-50.5817
CIE-Lab50.543784.2035-48.6478

#d608cd color RGB value is (214,8,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00001000 11001101
Octal 326 10 315
Decimal 214 8 205
Hex D6 8 CD

RGB Percentages of Color #d608cd

%50.12
%1.87
%48.01

CMYK Percentages of Color #d608cd

%0
%96
%4
%16

Triadic Colors of #d608cd

#d608cd #cdd608 #08cdd6

Analogous Colors of #d608cd

#d608cd #d60866 #7808d6

Monochromatic Colors of #d608cd

#d608cd

Complementary Color

#d608cd #08d611

#d608cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d608cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d608cd Color CSS Codes

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

#d608cd Text Font Color

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

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


#d608cd Background Color

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

This div background color is #d608cd


#d608cd Border Color

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

This div border color is #d608cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d608cd


Comments

No comments written yet.

Please login to write comment.