Color spaces of #c41baa
RGB | 196 | 27 | 170 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.44 |
HSV | 309° | 86° | 77° |
CMYK | 0.00 | 0.86 | 0.13 0.23 |
XYZ | 30.4126 | 15.4219 | 39.4040 |
Yxy | 15.4219 | 0.3568 | 0.1809 |
Hunter Lab | 39.2707 | 69.5128 | -32.0017 |
CIE-Lab | 46.2067 | 73.8536 | -35.2717 |
#c41baa color RGB value is (196,27,170).
#c41baa hex color red value is 196, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c41baa hue: 0.86 , saturation: 0.76 and the lightness value of c41baa is 0.44.
The process color (four color CMYK) of #c41baa color hex is 0.00, 0.86, 0.13, 0.23. Web safe color of #c41baa is #cc3399. Color #c41baa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 00011011 | 10101010 |
Octal | 304 | 33 | 252 |
Decimal | 196 | 27 | 170 |
Hex | C4 | 1B | AA |
Shades of #c41baa
Tints of #c41baa
RGB Percentages of Color #c41baa
CMYK Percentages of Color #c41baa
Complementary Color
#c41baa | #1bc435 |
#c41baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c41baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c41baa Color CSS Codes
.mybgcolor {background-color:#c41baa; } .myforecolor {color:#c41baa; } .mybordercolor {border:3px solid #c41baa; }
#c41baa Text Font Color
<p style="color:#c41baa">Text here</p>
This sample text font color is #c41baa
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.
#c41baa Background Color
<div style="background-color:#c41baa">
Div content here</div>
This div background color is #c41baa
#c41baa Border Color
<div style="border:3px solid #c41baa">
Div here</div>
This div border color is #c41baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,27,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c41baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c41baa; -webkit-box-shadow: 1px 1px 3px 2px #c41baa; box-shadow: 1px 1px 3px 2px #c41baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,27,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c41baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c41baa; -webkit-box-shadow: 1px 1px 3px 2px #c41baa; box-shadow: 1px 1px 3px 2px #c41baa;">
Div content here</div>
This div box has shadow with color #c41baa
Comments
No comments written yet.
Please login to write comment.