Color spaces of #cc468e
RGB | 204 | 70 | 142 |
---|---|---|---|
HSL | 0.91 | 0.57 | 0.54 |
HSV | 328° | 66° | 80° |
CMYK | 0.00 | 0.66 | 0.30 0.20 |
XYZ | 31.9745 | 19.1707 | 27.6063 |
Yxy | 19.1707 | 0.4060 | 0.2434 |
Hunter Lab | 43.7844 | 53.7310 | -6.7336 |
CIE-Lab | 50.8863 | 59.4399 | -11.2629 |
#cc468e color RGB value is (204,70,142).
#cc468e hex color red value is 204, green value is 70 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cc468e hue: 0.91 , saturation: 0.57 and the lightness value of cc468e is 0.54.
The process color (four color CMYK) of #cc468e color hex is 0.00, 0.66, 0.30, 0.20. Web safe color of #cc468e is #cc3399. Color #cc468e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01000110 | 10001110 |
Octal | 314 | 106 | 216 |
Decimal | 204 | 70 | 142 |
Hex | CC | 46 | 8E |
Shades of #cc468e
Tints of #cc468e
RGB Percentages of Color #cc468e
CMYK Percentages of Color #cc468e
Complementary Color
#cc468e | #46cc84 |
#cc468e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc468e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc468e Color CSS Codes
.mybgcolor {background-color:#cc468e; } .myforecolor {color:#cc468e; } .mybordercolor {border:3px solid #cc468e; }
#cc468e Text Font Color
<p style="color:#cc468e">Text here</p>
This sample text font color is #cc468e
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.
#cc468e Background Color
<div style="background-color:#cc468e">
Div content here</div>
This div background color is #cc468e
#cc468e Border Color
<div style="border:3px solid #cc468e">
Div here</div>
This div border color is #cc468e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,70,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc468e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc468e; -webkit-box-shadow: 1px 1px 3px 2px #cc468e; box-shadow: 1px 1px 3px 2px #cc468e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,70,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc468e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc468e; -webkit-box-shadow: 1px 1px 3px 2px #cc468e; box-shadow: 1px 1px 3px 2px #cc468e;">
Div content here</div>
This div box has shadow with color #cc468e
Comments
No comments written yet.
Please login to write comment.