Color spaces of #cc355d
RGB | 204 | 53 | 93 |
---|---|---|---|
HSL | 0.96 | 0.60 | 0.50 |
HSV | 344° | 74° | 80° |
CMYK | 0.00 | 0.74 | 0.54 0.20 |
XYZ | 28.1507 | 16.1739 | 11.9941 |
Yxy | 16.1739 | 0.4998 | 0.2872 |
Hunter Lab | 40.2168 | 54.5660 | 10.4693 |
CIE-Lab | 47.2018 | 60.8668 | 13.0950 |
#cc355d color RGB value is (204,53,93).
#cc355d hex color red value is 204, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cc355d hue: 0.96 , saturation: 0.60 and the lightness value of cc355d is 0.50.
The process color (four color CMYK) of #cc355d color hex is 0.00, 0.74, 0.54, 0.20. Web safe color of #cc355d is #cc3366. Color #cc355d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00110101 | 01011101 |
Octal | 314 | 65 | 135 |
Decimal | 204 | 53 | 93 |
Hex | CC | 35 | 5D |
Shades of #cc355d
Tints of #cc355d
RGB Percentages of Color #cc355d
CMYK Percentages of Color #cc355d
Complementary Color
#cc355d | #35cca4 |
#cc355d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc355d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc355d Color CSS Codes
.mybgcolor {background-color:#cc355d; } .myforecolor {color:#cc355d; } .mybordercolor {border:3px solid #cc355d; }
#cc355d Text Font Color
<p style="color:#cc355d">Text here</p>
This sample text font color is #cc355d
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.
#cc355d Background Color
<div style="background-color:#cc355d">
Div content here</div>
This div background color is #cc355d
#cc355d Border Color
<div style="border:3px solid #cc355d">
Div here</div>
This div border color is #cc355d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,53,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc355d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc355d; -webkit-box-shadow: 1px 1px 3px 2px #cc355d; box-shadow: 1px 1px 3px 2px #cc355d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,53,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc355d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc355d; -webkit-box-shadow: 1px 1px 3px 2px #cc355d; box-shadow: 1px 1px 3px 2px #cc355d;">
Div content here</div>
This div box has shadow with color #cc355d
Comments
No comments written yet.
Please login to write comment.