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