Color spaces of #c40327
RGB | 196 | 3 | 39 |
---|---|---|---|
HSL | 0.97 | 0.97 | 0.39 |
HSV | 349° | 98° | 77° |
CMYK | 0.00 | 0.98 | 0.80 0.23 |
XYZ | 23.1637 | 11.9474 | 3.0047 |
Yxy | 11.9474 | 0.6077 | 0.3135 |
Hunter Lab | 34.5650 | 59.1328 | 19.0415 |
CIE-Lab | 41.1324 | 66.0549 | 38.0661 |
#c40327 color RGB value is (196,3,39).
#c40327 hex color red value is 196, green value is 3 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #c40327 hue: 0.97 , saturation: 0.97 and the lightness value of c40327 is 0.39.
The process color (four color CMYK) of #c40327 color hex is 0.00, 0.98, 0.80, 0.23. Web safe color of #c40327 is #cc0033. Color #c40327 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00000011 | 00100111 |
Octal | 304 | 3 | 47 |
Decimal | 196 | 3 | 39 |
Hex | C4 | 3 | 27 |
Shades of #c40327
Tints of #c40327
RGB Percentages of Color #c40327
CMYK Percentages of Color #c40327
Complementary Color
#c40327 | #03c4a0 |
#c40327 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40327 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40327 Color CSS Codes
.mybgcolor {background-color:#c40327; } .myforecolor {color:#c40327; } .mybordercolor {border:3px solid #c40327; }
#c40327 Text Font Color
<p style="color:#c40327">Text here</p>
This sample text font color is #c40327
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.
#c40327 Background Color
<div style="background-color:#c40327">
Div content here</div>
This div background color is #c40327
#c40327 Border Color
<div style="border:3px solid #c40327">
Div here</div>
This div border color is #c40327
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,3,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40327; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40327; -webkit-box-shadow: 1px 1px 3px 2px #c40327; box-shadow: 1px 1px 3px 2px #c40327; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,3,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40327">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40327; -webkit-box-shadow: 1px 1px 3px 2px #c40327; box-shadow: 1px 1px 3px 2px #c40327;">
Div content here</div>
This div box has shadow with color #c40327
Comments
No comments written yet.
Please login to write comment.