Color spaces of #c57bab
RGB | 197 | 123 | 171 |
---|---|---|---|
HSL | 0.89 | 0.39 | 0.63 |
HSV | 321° | 38° | 77° |
CMYK | 0.00 | 0.38 | 0.13 0.23 |
XYZ | 37.4596 | 28.9765 | 42.1468 |
Yxy | 28.9765 | 0.3450 | 0.2669 |
Hunter Lab | 53.8298 | 30.0141 | -8.7410 |
CIE-Lab | 60.7609 | 35.7221 | -13.4113 |
#c57bab color RGB value is (197,123,171).
#c57bab hex color red value is 197, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c57bab hue: 0.89 , saturation: 0.39 and the lightness value of c57bab is 0.63.
The process color (four color CMYK) of #c57bab color hex is 0.00, 0.38, 0.13, 0.23. Web safe color of #c57bab is #cc6699. Color #c57bab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01111011 | 10101011 |
Octal | 305 | 173 | 253 |
Decimal | 197 | 123 | 171 |
Hex | C5 | 7B | AB |
Shades of #c57bab
Tints of #c57bab
RGB Percentages of Color #c57bab
CMYK Percentages of Color #c57bab
Complementary Color
#c57bab | #7bc595 |
#c57bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c57bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c57bab Color CSS Codes
.mybgcolor {background-color:#c57bab; } .myforecolor {color:#c57bab; } .mybordercolor {border:3px solid #c57bab; }
#c57bab Text Font Color
<p style="color:#c57bab">Text here</p>
This sample text font color is #c57bab
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.
#c57bab Background Color
<div style="background-color:#c57bab">
Div content here</div>
This div background color is #c57bab
#c57bab Border Color
<div style="border:3px solid #c57bab">
Div here</div>
This div border color is #c57bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,123,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c57bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c57bab; -webkit-box-shadow: 1px 1px 3px 2px #c57bab; box-shadow: 1px 1px 3px 2px #c57bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,123,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 #c57bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c57bab; -webkit-box-shadow: 1px 1px 3px 2px #c57bab; box-shadow: 1px 1px 3px 2px #c57bab;">
Div content here</div>
This div box has shadow with color #c57bab
Comments
No comments written yet.
Please login to write comment.