Color spaces of #c572ab
RGB | 197 | 114 | 171 |
---|---|---|---|
HSL | 0.89 | 0.42 | 0.61 |
HSV | 319° | 42° | 77° |
CMYK | 0.00 | 0.42 | 0.13 0.23 |
XYZ | 36.3940 | 26.8452 | 41.7916 |
Yxy | 26.8452 | 0.3465 | 0.2556 |
Hunter Lab | 51.8124 | 34.7102 | -11.5544 |
CIE-Lab | 58.8308 | 40.5320 | -16.3285 |
#c572ab color RGB value is (197,114,171).
#c572ab hex color red value is 197, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c572ab hue: 0.89 , saturation: 0.42 and the lightness value of c572ab is 0.61.
The process color (four color CMYK) of #c572ab color hex is 0.00, 0.42, 0.13, 0.23. Web safe color of #c572ab is #cc6699. Color #c572ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 01110010 | 10101011 |
Octal | 305 | 162 | 253 |
Decimal | 197 | 114 | 171 |
Hex | C5 | 72 | AB |
Shades of #c572ab
Tints of #c572ab
RGB Percentages of Color #c572ab
CMYK Percentages of Color #c572ab
Complementary Color
#c572ab | #72c58c |
#c572ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c572ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c572ab Color CSS Codes
.mybgcolor {background-color:#c572ab; } .myforecolor {color:#c572ab; } .mybordercolor {border:3px solid #c572ab; }
#c572ab Text Font Color
<p style="color:#c572ab">Text here</p>
This sample text font color is #c572ab
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.
#c572ab Background Color
<div style="background-color:#c572ab">
Div content here</div>
This div background color is #c572ab
#c572ab Border Color
<div style="border:3px solid #c572ab">
Div here</div>
This div border color is #c572ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,114,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c572ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c572ab; -webkit-box-shadow: 1px 1px 3px 2px #c572ab; box-shadow: 1px 1px 3px 2px #c572ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,114,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 #c572ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c572ab; -webkit-box-shadow: 1px 1px 3px 2px #c572ab; box-shadow: 1px 1px 3px 2px #c572ab;">
Div content here</div>
This div box has shadow with color #c572ab
Comments
No comments written yet.
Please login to write comment.