Color spaces of #cc568f
RGB | 204 | 86 | 143 |
---|---|---|---|
HSL | 0.92 | 0.54 | 0.57 |
HSV | 331° | 58° | 80° |
CMYK | 0.00 | 0.58 | 0.30 0.20 |
XYZ | 33.1876 | 21.4761 | 28.3827 |
Yxy | 21.4761 | 0.3996 | 0.2586 |
Hunter Lab | 46.3423 | 46.7320 | -3.8730 |
CIE-Lab | 53.4667 | 52.6610 | -7.9898 |
#cc568f color RGB value is (204,86,143).
#cc568f hex color red value is 204, green value is 86 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cc568f hue: 0.92 , saturation: 0.54 and the lightness value of cc568f is 0.57.
The process color (four color CMYK) of #cc568f color hex is 0.00, 0.58, 0.30, 0.20. Web safe color of #cc568f is #cc6699. Color #cc568f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01010110 | 10001111 |
Octal | 314 | 126 | 217 |
Decimal | 204 | 86 | 143 |
Hex | CC | 56 | 8F |
Shades of #cc568f
Tints of #cc568f
RGB Percentages of Color #cc568f
CMYK Percentages of Color #cc568f
Complementary Color
#cc568f | #56cc93 |
#cc568f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc568f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc568f Color CSS Codes
.mybgcolor {background-color:#cc568f; } .myforecolor {color:#cc568f; } .mybordercolor {border:3px solid #cc568f; }
#cc568f Text Font Color
<p style="color:#cc568f">Text here</p>
This sample text font color is #cc568f
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.
#cc568f Background Color
<div style="background-color:#cc568f">
Div content here</div>
This div background color is #cc568f
#cc568f Border Color
<div style="border:3px solid #cc568f">
Div here</div>
This div border color is #cc568f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,86,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc568f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc568f; -webkit-box-shadow: 1px 1px 3px 2px #cc568f; box-shadow: 1px 1px 3px 2px #cc568f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,86,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc568f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc568f; -webkit-box-shadow: 1px 1px 3px 2px #cc568f; box-shadow: 1px 1px 3px 2px #cc568f;">
Div content here</div>
This div box has shadow with color #cc568f
Comments
No comments written yet.
Please login to write comment.