Color spaces of #cd777c
RGB | 205 | 119 | 124 |
---|---|---|---|
HSL | 0.99 | 0.46 | 0.64 |
HSV | 357° | 42° | 80° |
CMYK | 0.00 | 0.42 | 0.40 0.20 |
XYZ | 35.4118 | 27.6280 | 22.5351 |
Yxy | 27.6280 | 0.4138 | 0.3229 |
Hunter Lab | 52.5623 | 28.2732 | 11.3742 |
CIE-Lab | 59.5512 | 34.1308 | 11.9574 |
#cd777c color RGB value is (205,119,124).
#cd777c hex color red value is 205, green value is 119 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cd777c hue: 0.99 , saturation: 0.46 and the lightness value of cd777c is 0.64.
The process color (four color CMYK) of #cd777c color hex is 0.00, 0.42, 0.40, 0.20. Web safe color of #cd777c is #cc6666. Color #cd777c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01110111 | 01111100 |
Octal | 315 | 167 | 174 |
Decimal | 205 | 119 | 124 |
Hex | CD | 77 | 7C |
Shades of #cd777c
Tints of #cd777c
RGB Percentages of Color #cd777c
CMYK Percentages of Color #cd777c
Complementary Color
#cd777c | #77cdc8 |
#cd777c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd777c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd777c Color CSS Codes
.mybgcolor {background-color:#cd777c; } .myforecolor {color:#cd777c; } .mybordercolor {border:3px solid #cd777c; }
#cd777c Text Font Color
<p style="color:#cd777c">Text here</p>
This sample text font color is #cd777c
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.
#cd777c Background Color
<div style="background-color:#cd777c">
Div content here</div>
This div background color is #cd777c
#cd777c Border Color
<div style="border:3px solid #cd777c">
Div here</div>
This div border color is #cd777c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,119,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd777c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd777c; -webkit-box-shadow: 1px 1px 3px 2px #cd777c; box-shadow: 1px 1px 3px 2px #cd777c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,119,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd777c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd777c; -webkit-box-shadow: 1px 1px 3px 2px #cd777c; box-shadow: 1px 1px 3px 2px #cd777c;">
Div content here</div>
This div box has shadow with color #cd777c
Comments
No comments written yet.
Please login to write comment.