Color spaces of #cc5aca
RGB | 204 | 90 | 202 |
---|---|---|---|
HSL | 0.84 | 0.53 | 0.58 |
HSV | 301° | 56° | 80° |
CMYK | 0.00 | 0.56 | 0.01 0.20 |
XYZ | 39.2187 | 24.4140 | 58.5224 |
Yxy | 24.4140 | 0.3211 | 0.1999 |
Hunter Lab | 49.4105 | 55.2127 | -35.6364 |
CIE-Lab | 56.4999 | 59.7390 | -37.6114 |
#cc5aca color RGB value is (204,90,202).
#cc5aca hex color red value is 204, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cc5aca hue: 0.84 , saturation: 0.53 and the lightness value of cc5aca is 0.58.
The process color (four color CMYK) of #cc5aca color hex is 0.00, 0.56, 0.01, 0.20. Web safe color of #cc5aca is #cc66cc. Color #cc5aca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01011010 | 11001010 |
Octal | 314 | 132 | 312 |
Decimal | 204 | 90 | 202 |
Hex | CC | 5A | CA |
Shades of #cc5aca
Tints of #cc5aca
RGB Percentages of Color #cc5aca
CMYK Percentages of Color #cc5aca
Complementary Color
#cc5aca | #5acc5c |
#cc5aca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc5aca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc5aca Color CSS Codes
.mybgcolor {background-color:#cc5aca; } .myforecolor {color:#cc5aca; } .mybordercolor {border:3px solid #cc5aca; }
#cc5aca Text Font Color
<p style="color:#cc5aca">Text here</p>
This sample text font color is #cc5aca
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.
#cc5aca Background Color
<div style="background-color:#cc5aca">
Div content here</div>
This div background color is #cc5aca
#cc5aca Border Color
<div style="border:3px solid #cc5aca">
Div here</div>
This div border color is #cc5aca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,90,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc5aca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc5aca; -webkit-box-shadow: 1px 1px 3px 2px #cc5aca; box-shadow: 1px 1px 3px 2px #cc5aca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,90,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc5aca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc5aca; -webkit-box-shadow: 1px 1px 3px 2px #cc5aca; box-shadow: 1px 1px 3px 2px #cc5aca;">
Div content here</div>
This div box has shadow with color #cc5aca
Comments
No comments written yet.
Please login to write comment.