Color spaces of #c77aab
RGB | 199 | 122 | 171 |
---|---|---|---|
HSL | 0.89 | 0.41 | 0.63 |
HSV | 322° | 39° | 78° |
CMYK | 0.00 | 0.39 | 0.14 0.22 |
XYZ | 37.8634 | 29.0015 | 42.1303 |
Yxy | 29.0015 | 0.3474 | 0.2661 |
Hunter Lab | 53.8530 | 31.2583 | -8.6866 |
CIE-Lab | 60.7830 | 36.9395 | -13.3543 |
#c77aab color RGB value is (199,122,171).
#c77aab hex color red value is 199, green value is 122 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c77aab hue: 0.89 , saturation: 0.41 and the lightness value of c77aab is 0.63.
The process color (four color CMYK) of #c77aab color hex is 0.00, 0.39, 0.14, 0.22. Web safe color of #c77aab is #cc6699. Color #c77aab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 01111010 | 10101011 |
Octal | 307 | 172 | 253 |
Decimal | 199 | 122 | 171 |
Hex | C7 | 7A | AB |
Shades of #c77aab
Tints of #c77aab
RGB Percentages of Color #c77aab
CMYK Percentages of Color #c77aab
Complementary Color
#c77aab | #7ac796 |
#c77aab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c77aab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c77aab Color CSS Codes
.mybgcolor {background-color:#c77aab; } .myforecolor {color:#c77aab; } .mybordercolor {border:3px solid #c77aab; }
#c77aab Text Font Color
<p style="color:#c77aab">Text here</p>
This sample text font color is #c77aab
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.
#c77aab Background Color
<div style="background-color:#c77aab">
Div content here</div>
This div background color is #c77aab
#c77aab Border Color
<div style="border:3px solid #c77aab">
Div here</div>
This div border color is #c77aab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,122,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c77aab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c77aab; -webkit-box-shadow: 1px 1px 3px 2px #c77aab; box-shadow: 1px 1px 3px 2px #c77aab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,122,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 #c77aab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c77aab; -webkit-box-shadow: 1px 1px 3px 2px #c77aab; box-shadow: 1px 1px 3px 2px #c77aab;">
Div content here</div>
This div box has shadow with color #c77aab
Comments
No comments written yet.
Please login to write comment.