Color spaces of #cd0070
RGB | 205 | 0 | 112 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.40 |
HSV | 327° | 100° | 80° |
CMYK | 0.00 | 1.00 | 0.45 0.20 |
XYZ | 28.1015 | 14.1490 | 16.5791 |
Yxy | 14.1490 | 0.4777 | 0.2405 |
Hunter Lab | 37.6152 | 67.5271 | 0.1982 |
CIE-Lab | 44.4459 | 72.5517 | -2.5811 |
#cd0070 color RGB value is (205,0,112).
#cd0070 hex color red value is 205, green value is 0 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cd0070 hue: 0.91 , saturation: 1.00 and the lightness value of cd0070 is 0.40.
The process color (four color CMYK) of #cd0070 color hex is 0.00, 1.00, 0.45, 0.20. Web safe color of #cd0070 is #cc0066. Color #cd0070 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 00000000 | 01110000 |
Octal | 315 | 0 | 160 |
Decimal | 205 | 0 | 112 |
Hex | CD | 0 | 70 |
Shades of #cd0070
Tints of #cd0070
RGB Percentages of Color #cd0070
CMYK Percentages of Color #cd0070
Complementary Color
#cd0070 | #00cd5d |
#cd0070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd0070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd0070 Color CSS Codes
.mybgcolor {background-color:#cd0070; } .myforecolor {color:#cd0070; } .mybordercolor {border:3px solid #cd0070; }
#cd0070 Text Font Color
<p style="color:#cd0070">Text here</p>
This sample text font color is #cd0070
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.
#cd0070 Background Color
<div style="background-color:#cd0070">
Div content here</div>
This div background color is #cd0070
#cd0070 Border Color
<div style="border:3px solid #cd0070">
Div here</div>
This div border color is #cd0070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,0,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd0070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd0070; -webkit-box-shadow: 1px 1px 3px 2px #cd0070; box-shadow: 1px 1px 3px 2px #cd0070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,0,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd0070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd0070; -webkit-box-shadow: 1px 1px 3px 2px #cd0070; box-shadow: 1px 1px 3px 2px #cd0070;">
Div content here</div>
This div box has shadow with color #cd0070
Comments
No comments written yet.
Please login to write comment.