Color spaces of #d600cd
RGB | 214 | 0 | 205 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.42 |
HSV | 303° | 100° | 84° |
CMYK | 0.00 | 1.00 | 0.04 0.16 |
XYZ | 38.7510 | 18.7039 | 59.3254 |
Yxy | 18.7039 | 0.3318 | 0.1602 |
Hunter Lab | 43.2480 | 84.2552 | -51.0574 |
CIE-Lab | 50.3390 | 84.8093 | -48.9741 |
#d600cd color RGB value is (214,0,205).
#d600cd hex color red value is 214, green value is 0 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d600cd hue: 0.84 , saturation: 1.00 and the lightness value of d600cd is 0.42.
The process color (four color CMYK) of #d600cd color hex is 0.00, 1.00, 0.04, 0.16. Web safe color of #d600cd is #cc00cc. Color #d600cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00000000 | 11001101 |
Octal | 326 | 0 | 315 |
Decimal | 214 | 0 | 205 |
Hex | D6 | 0 | CD |
Shades of #d600cd
Tints of #d600cd
RGB Percentages of Color #d600cd
CMYK Percentages of Color #d600cd
Complementary Color
#d600cd | #00d609 |
#d600cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d600cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d600cd Color CSS Codes
.mybgcolor {background-color:#d600cd; } .myforecolor {color:#d600cd; } .mybordercolor {border:3px solid #d600cd; }
#d600cd Text Font Color
<p style="color:#d600cd">Text here</p>
This sample text font color is #d600cd
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.
#d600cd Background Color
<div style="background-color:#d600cd">
Div content here</div>
This div background color is #d600cd
#d600cd Border Color
<div style="border:3px solid #d600cd">
Div here</div>
This div border color is #d600cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,0,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d600cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d600cd; -webkit-box-shadow: 1px 1px 3px 2px #d600cd; box-shadow: 1px 1px 3px 2px #d600cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,0,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 #d600cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d600cd; -webkit-box-shadow: 1px 1px 3px 2px #d600cd; box-shadow: 1px 1px 3px 2px #d600cd;">
Div content here</div>
This div box has shadow with color #d600cd
#d600cd Color Palettes
Comments
No comments written yet.
Please login to write comment.