Color spaces of #d608cd
RGB | 214 | 8 | 205 |
---|---|---|---|
HSL | 0.84 | 0.93 | 0.44 |
HSV | 303° | 96° | 84° |
CMYK | 0.00 | 0.96 | 0.04 0.16 |
XYZ | 38.8378 | 18.8776 | 59.3544 |
Yxy | 18.8776 | 0.3317 | 0.1613 |
Hunter Lab | 43.4484 | 83.5237 | -50.5817 |
CIE-Lab | 50.5437 | 84.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00001000 | 11001101 |
Octal | 326 | 10 | 315 |
Decimal | 214 | 8 | 205 |
Hex | D6 | 8 | CD |
Shades of #d608cd
Tints of #d608cd
RGB Percentages of Color #d608cd
CMYK Percentages of Color #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.