Color spaces of #cd516f
RGB | 205 | 81 | 111 |
---|---|---|---|
HSL | 0.96 | 0.55 | 0.56 |
HSV | 345° | 60° | 80° |
CMYK | 0.00 | 0.60 | 0.46 0.20 |
XYZ | 30.9885 | 20.0117 | 17.2683 |
Yxy | 20.0117 | 0.4539 | 0.2931 |
Hunter Lab | 44.7344 | 45.3655 | 8.4271 |
CIE-Lab | 51.8504 | 51.6724 | 8.7256 |
#cd516f color RGB value is (205,81,111).
#cd516f hex color red value is 205, green value is 81 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cd516f hue: 0.96 , saturation: 0.55 and the lightness value of cd516f is 0.56.
The process color (four color CMYK) of #cd516f color hex is 0.00, 0.60, 0.46, 0.20. Web safe color of #cd516f is #cc6666. Color #cd516f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01010001 | 01101111 |
Octal | 315 | 121 | 157 |
Decimal | 205 | 81 | 111 |
Hex | CD | 51 | 6F |
Shades of #cd516f
Tints of #cd516f
RGB Percentages of Color #cd516f
CMYK Percentages of Color #cd516f
Complementary Color
#cd516f | #51cdaf |
#cd516f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd516f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd516f Color CSS Codes
.mybgcolor {background-color:#cd516f; } .myforecolor {color:#cd516f; } .mybordercolor {border:3px solid #cd516f; }
#cd516f Text Font Color
<p style="color:#cd516f">Text here</p>
This sample text font color is #cd516f
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.
#cd516f Background Color
<div style="background-color:#cd516f">
Div content here</div>
This div background color is #cd516f
#cd516f Border Color
<div style="border:3px solid #cd516f">
Div here</div>
This div border color is #cd516f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,81,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd516f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd516f; -webkit-box-shadow: 1px 1px 3px 2px #cd516f; box-shadow: 1px 1px 3px 2px #cd516f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,81,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd516f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd516f; -webkit-box-shadow: 1px 1px 3px 2px #cd516f; box-shadow: 1px 1px 3px 2px #cd516f;">
Div content here</div>
This div box has shadow with color #cd516f
Comments
No comments written yet.
Please login to write comment.