Color spaces of #c40b58
RGB | 196 | 11 | 88 |
---|---|---|---|
HSL | 0.93 | 0.89 | 0.41 |
HSV | 335° | 94° | 77° |
CMYK | 0.00 | 0.94 | 0.55 0.23 |
XYZ | 24.6461 | 12.6797 | 10.3810 |
Yxy | 12.6797 | 0.5166 | 0.2658 |
Hunter Lab | 35.6086 | 61.2319 | 7.6411 |
CIE-Lab | 42.2766 | 67.6480 | 9.1099 |
#c40b58 color RGB value is (196,11,88).
#c40b58 hex color red value is 196, green value is 11 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c40b58 hue: 0.93 , saturation: 0.89 and the lightness value of c40b58 is 0.41.
The process color (four color CMYK) of #c40b58 color hex is 0.00, 0.94, 0.55, 0.23. Web safe color of #c40b58 is #cc0066. Color #c40b58 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00001011 | 01011000 |
Octal | 304 | 13 | 130 |
Decimal | 196 | 11 | 88 |
Hex | C4 | B | 58 |
Shades of #c40b58
Tints of #c40b58
RGB Percentages of Color #c40b58
CMYK Percentages of Color #c40b58
Complementary Color
#c40b58 | #0bc477 |
#c40b58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c40b58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c40b58 Color CSS Codes
.mybgcolor {background-color:#c40b58; } .myforecolor {color:#c40b58; } .mybordercolor {border:3px solid #c40b58; }
#c40b58 Text Font Color
<p style="color:#c40b58">Text here</p>
This sample text font color is #c40b58
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.
#c40b58 Background Color
<div style="background-color:#c40b58">
Div content here</div>
This div background color is #c40b58
#c40b58 Border Color
<div style="border:3px solid #c40b58">
Div here</div>
This div border color is #c40b58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,11,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c40b58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c40b58; -webkit-box-shadow: 1px 1px 3px 2px #c40b58; box-shadow: 1px 1px 3px 2px #c40b58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,11,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c40b58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c40b58; -webkit-box-shadow: 1px 1px 3px 2px #c40b58; box-shadow: 1px 1px 3px 2px #c40b58;">
Div content here</div>
This div box has shadow with color #c40b58
Comments
No comments written yet.
Please login to write comment.