Color spaces of #c052ab
RGB | 192 | 82 | 171 |
---|---|---|---|
HSL | 0.87 | 0.47 | 0.54 |
HSV | 311° | 57° | 75° |
CMYK | 0.00 | 0.57 | 0.11 0.25 |
XYZ | 32.1062 | 20.1813 | 40.7313 |
Yxy | 20.1813 | 0.3452 | 0.2170 |
Hunter Lab | 44.9236 | 48.9549 | -22.3105 |
CIE-Lab | 52.0416 | 54.9372 | -26.7943 |
#c052ab color RGB value is (192,82,171).
#c052ab hex color red value is 192, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c052ab hue: 0.87 , saturation: 0.47 and the lightness value of c052ab is 0.54.
The process color (four color CMYK) of #c052ab color hex is 0.00, 0.57, 0.11, 0.25. Web safe color of #c052ab is #cc6699. Color #c052ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 01010010 | 10101011 |
Octal | 300 | 122 | 253 |
Decimal | 192 | 82 | 171 |
Hex | C0 | 52 | AB |
Shades of #c052ab
Tints of #c052ab
RGB Percentages of Color #c052ab
CMYK Percentages of Color #c052ab
Complementary Color
#c052ab | #52c067 |
#c052ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c052ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c052ab Color CSS Codes
.mybgcolor {background-color:#c052ab; } .myforecolor {color:#c052ab; } .mybordercolor {border:3px solid #c052ab; }
#c052ab Text Font Color
<p style="color:#c052ab">Text here</p>
This sample text font color is #c052ab
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.
#c052ab Background Color
<div style="background-color:#c052ab">
Div content here</div>
This div background color is #c052ab
#c052ab Border Color
<div style="border:3px solid #c052ab">
Div here</div>
This div border color is #c052ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,82,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c052ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c052ab; -webkit-box-shadow: 1px 1px 3px 2px #c052ab; box-shadow: 1px 1px 3px 2px #c052ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,82,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 #c052ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c052ab; -webkit-box-shadow: 1px 1px 3px 2px #c052ab; box-shadow: 1px 1px 3px 2px #c052ab;">
Div content here</div>
This div box has shadow with color #c052ab
Comments
No comments written yet.
Please login to write comment.