Color spaces of #cd77ab
RGB | 205 | 119 | 171 |
---|---|---|---|
HSL | 0.90 | 0.46 | 0.64 |
HSV | 324° | 42° | 80° |
CMYK | 0.00 | 0.42 | 0.17 0.20 |
XYZ | 39.1243 | 29.1131 | 42.0854 |
Yxy | 29.1131 | 0.3546 | 0.2639 |
Hunter Lab | 53.9566 | 35.0077 | -8.4758 |
CIE-Lab | 60.8813 | 40.5549 | -13.1329 |
#cd77ab color RGB value is (205,119,171).
#cd77ab hex color red value is 205, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cd77ab hue: 0.90 , saturation: 0.46 and the lightness value of cd77ab is 0.64.
The process color (four color CMYK) of #cd77ab color hex is 0.00, 0.42, 0.17, 0.20. Web safe color of #cd77ab is #cc6699. Color #cd77ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01110111 | 10101011 |
Octal | 315 | 167 | 253 |
Decimal | 205 | 119 | 171 |
Hex | CD | 77 | AB |
Shades of #cd77ab
Tints of #cd77ab
RGB Percentages of Color #cd77ab
CMYK Percentages of Color #cd77ab
Complementary Color
#cd77ab | #77cd99 |
#cd77ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd77ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd77ab Color CSS Codes
.mybgcolor {background-color:#cd77ab; } .myforecolor {color:#cd77ab; } .mybordercolor {border:3px solid #cd77ab; }
#cd77ab Text Font Color
<p style="color:#cd77ab">Text here</p>
This sample text font color is #cd77ab
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.
#cd77ab Background Color
<div style="background-color:#cd77ab">
Div content here</div>
This div background color is #cd77ab
#cd77ab Border Color
<div style="border:3px solid #cd77ab">
Div here</div>
This div border color is #cd77ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,119,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd77ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd77ab; -webkit-box-shadow: 1px 1px 3px 2px #cd77ab; box-shadow: 1px 1px 3px 2px #cd77ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,119,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd77ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd77ab; -webkit-box-shadow: 1px 1px 3px 2px #cd77ab; box-shadow: 1px 1px 3px 2px #cd77ab;">
Div content here</div>
This div box has shadow with color #cd77ab
Comments
No comments written yet.
Please login to write comment.