Color spaces of #cc487a
RGB | 204 | 72 | 122 |
---|---|---|---|
HSL | 0.94 | 0.56 | 0.54 |
HSV | 337° | 65° | 80° |
CMYK | 0.00 | 0.65 | 0.40 0.20 |
XYZ | 30.7321 | 18.8772 | 20.4363 |
Yxy | 18.8772 | 0.4387 | 0.2695 |
Hunter Lab | 43.4479 | 50.2250 | 2.5257 |
CIE-Lab | 50.5432 | 56.3552 | 0.2195 |
#cc487a color RGB value is (204,72,122).
#cc487a hex color red value is 204, green value is 72 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc487a hue: 0.94 , saturation: 0.56 and the lightness value of cc487a is 0.54.
The process color (four color CMYK) of #cc487a color hex is 0.00, 0.65, 0.40, 0.20. Web safe color of #cc487a is #cc3366. Color #cc487a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01001000 | 01111010 |
Octal | 314 | 110 | 172 |
Decimal | 204 | 72 | 122 |
Hex | CC | 48 | 7A |
Shades of #cc487a
Tints of #cc487a
RGB Percentages of Color #cc487a
CMYK Percentages of Color #cc487a
Complementary Color
#cc487a | #48cc9a |
#cc487a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc487a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc487a Color CSS Codes
.mybgcolor {background-color:#cc487a; } .myforecolor {color:#cc487a; } .mybordercolor {border:3px solid #cc487a; }
#cc487a Text Font Color
<p style="color:#cc487a">Text here</p>
This sample text font color is #cc487a
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.
#cc487a Background Color
<div style="background-color:#cc487a">
Div content here</div>
This div background color is #cc487a
#cc487a Border Color
<div style="border:3px solid #cc487a">
Div here</div>
This div border color is #cc487a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,72,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc487a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc487a; -webkit-box-shadow: 1px 1px 3px 2px #cc487a; box-shadow: 1px 1px 3px 2px #cc487a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,72,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc487a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc487a; -webkit-box-shadow: 1px 1px 3px 2px #cc487a; box-shadow: 1px 1px 3px 2px #cc487a;">
Div content here</div>
This div box has shadow with color #cc487a
Comments
No comments written yet.
Please login to write comment.