Color spaces of #cc234d
RGB | 204 | 35 | 77 |
---|---|---|---|
HSL | 0.96 | 0.71 | 0.47 |
HSV | 345° | 83° | 80° |
CMYK | 0.00 | 0.83 | 0.62 0.20 |
XYZ | 26.8424 | 14.5753 | 8.4197 |
Yxy | 14.5753 | 0.5386 | 0.2925 |
Hunter Lab | 38.1776 | 58.6912 | 13.6485 |
CIE-Lab | 45.0469 | 64.9098 | 20.0463 |
#cc234d color RGB value is (204,35,77).
#cc234d hex color red value is 204, green value is 35 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc234d hue: 0.96 , saturation: 0.71 and the lightness value of cc234d is 0.47.
The process color (four color CMYK) of #cc234d color hex is 0.00, 0.83, 0.62, 0.20. Web safe color of #cc234d is #cc3366. Color #cc234d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00100011 | 01001101 |
Octal | 314 | 43 | 115 |
Decimal | 204 | 35 | 77 |
Hex | CC | 23 | 4D |
Shades of #cc234d
Tints of #cc234d
RGB Percentages of Color #cc234d
CMYK Percentages of Color #cc234d
Complementary Color
#cc234d | #23cca2 |
#cc234d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc234d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc234d Color CSS Codes
.mybgcolor {background-color:#cc234d; } .myforecolor {color:#cc234d; } .mybordercolor {border:3px solid #cc234d; }
#cc234d Text Font Color
<p style="color:#cc234d">Text here</p>
This sample text font color is #cc234d
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.
#cc234d Background Color
<div style="background-color:#cc234d">
Div content here</div>
This div background color is #cc234d
#cc234d Border Color
<div style="border:3px solid #cc234d">
Div here</div>
This div border color is #cc234d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,35,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc234d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc234d; -webkit-box-shadow: 1px 1px 3px 2px #cc234d; box-shadow: 1px 1px 3px 2px #cc234d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,35,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc234d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc234d; -webkit-box-shadow: 1px 1px 3px 2px #cc234d; box-shadow: 1px 1px 3px 2px #cc234d;">
Div content here</div>
This div box has shadow with color #cc234d
Comments
No comments written yet.
Please login to write comment.