Color spaces of #cc537e
RGB | 204 | 83 | 126 |
---|---|---|---|
HSL | 0.94 | 0.54 | 0.56 |
HSV | 339° | 59° | 80° |
CMYK | 0.00 | 0.59 | 0.38 0.20 |
XYZ | 31.7610 | 20.5302 | 22.0274 |
Yxy | 20.5302 | 0.4274 | 0.2762 |
Hunter Lab | 45.3103 | 45.8296 | 2.8936 |
CIE-Lab | 52.4314 | 52.0042 | 0.5772 |
#cc537e color RGB value is (204,83,126).
#cc537e hex color red value is 204, green value is 83 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cc537e hue: 0.94 , saturation: 0.54 and the lightness value of cc537e is 0.56.
The process color (four color CMYK) of #cc537e color hex is 0.00, 0.59, 0.38, 0.20. Web safe color of #cc537e is #cc6666. Color #cc537e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01010011 | 01111110 |
Octal | 314 | 123 | 176 |
Decimal | 204 | 83 | 126 |
Hex | CC | 53 | 7E |
Shades of #cc537e
Tints of #cc537e
RGB Percentages of Color #cc537e
CMYK Percentages of Color #cc537e
Complementary Color
#cc537e | #53cca1 |
#cc537e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc537e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc537e Color CSS Codes
.mybgcolor {background-color:#cc537e; } .myforecolor {color:#cc537e; } .mybordercolor {border:3px solid #cc537e; }
#cc537e Text Font Color
<p style="color:#cc537e">Text here</p>
This sample text font color is #cc537e
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.
#cc537e Background Color
<div style="background-color:#cc537e">
Div content here</div>
This div background color is #cc537e
#cc537e Border Color
<div style="border:3px solid #cc537e">
Div here</div>
This div border color is #cc537e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,83,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc537e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc537e; -webkit-box-shadow: 1px 1px 3px 2px #cc537e; box-shadow: 1px 1px 3px 2px #cc537e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,83,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc537e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc537e; -webkit-box-shadow: 1px 1px 3px 2px #cc537e; box-shadow: 1px 1px 3px 2px #cc537e;">
Div content here</div>
This div box has shadow with color #cc537e
Comments
No comments written yet.
Please login to write comment.