Color spaces of #cc61bc
RGB | 204 | 97 | 188 |
---|---|---|---|
HSL | 0.86 | 0.51 | 0.59 |
HSV | 309° | 52° | 80° |
CMYK | 0.00 | 0.52 | 0.08 0.20 |
XYZ | 38.2536 | 25.0176 | 50.3896 |
Yxy | 25.0176 | 0.3366 | 0.2201 |
Hunter Lab | 50.0176 | 48.9865 | -24.7186 |
CIE-Lab | 57.0926 | 54.1058 | -28.6783 |
#cc61bc color RGB value is (204,97,188).
#cc61bc hex color red value is 204, green value is 97 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc61bc hue: 0.86 , saturation: 0.51 and the lightness value of cc61bc is 0.59.
The process color (four color CMYK) of #cc61bc color hex is 0.00, 0.52, 0.08, 0.20. Web safe color of #cc61bc is #cc66cc. Color #cc61bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01100001 | 10111100 |
Octal | 314 | 141 | 274 |
Decimal | 204 | 97 | 188 |
Hex | CC | 61 | BC |
Shades of #cc61bc
Tints of #cc61bc
RGB Percentages of Color #cc61bc
CMYK Percentages of Color #cc61bc
Complementary Color
#cc61bc | #61cc71 |
#cc61bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc61bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc61bc Color CSS Codes
.mybgcolor {background-color:#cc61bc; } .myforecolor {color:#cc61bc; } .mybordercolor {border:3px solid #cc61bc; }
#cc61bc Text Font Color
<p style="color:#cc61bc">Text here</p>
This sample text font color is #cc61bc
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.
#cc61bc Background Color
<div style="background-color:#cc61bc">
Div content here</div>
This div background color is #cc61bc
#cc61bc Border Color
<div style="border:3px solid #cc61bc">
Div here</div>
This div border color is #cc61bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,97,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc61bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc61bc; -webkit-box-shadow: 1px 1px 3px 2px #cc61bc; box-shadow: 1px 1px 3px 2px #cc61bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,97,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc61bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc61bc; -webkit-box-shadow: 1px 1px 3px 2px #cc61bc; box-shadow: 1px 1px 3px 2px #cc61bc;">
Div content here</div>
This div box has shadow with color #cc61bc
Comments
No comments written yet.
Please login to write comment.