Color spaces of #c51bac
RGB | 197 | 27 | 172 |
---|---|---|---|
HSL | 0.86 | 0.76 | 0.44 |
HSV | 309° | 86° | 77° |
CMYK | 0.00 | 0.86 | 0.13 0.23 |
XYZ | 30.8643 | 15.6327 | 40.4204 |
Yxy | 15.6327 | 0.3551 | 0.1799 |
Hunter Lab | 39.5382 | 70.1487 | -32.9362 |
CIE-Lab | 46.4889 | 74.3223 | -36.0003 |
#c51bac color RGB value is (197,27,172).
#c51bac hex color red value is 197, green value is 27 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c51bac hue: 0.86 , saturation: 0.76 and the lightness value of c51bac is 0.44.
The process color (four color CMYK) of #c51bac color hex is 0.00, 0.86, 0.13, 0.23. Web safe color of #c51bac is #cc3399. Color #c51bac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 00011011 | 10101100 |
Octal | 305 | 33 | 254 |
Decimal | 197 | 27 | 172 |
Hex | C5 | 1B | AC |
Shades of #c51bac
Tints of #c51bac
RGB Percentages of Color #c51bac
CMYK Percentages of Color #c51bac
Complementary Color
#c51bac | #1bc534 |
#c51bac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c51bac Color Preview on White Background
Lorem ipsum dolor sit amet.
#c51bac Color CSS Codes
.mybgcolor {background-color:#c51bac; } .myforecolor {color:#c51bac; } .mybordercolor {border:3px solid #c51bac; }
#c51bac Text Font Color
<p style="color:#c51bac">Text here</p>
This sample text font color is #c51bac
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.
#c51bac Background Color
<div style="background-color:#c51bac">
Div content here</div>
This div background color is #c51bac
#c51bac Border Color
<div style="border:3px solid #c51bac">
Div here</div>
This div border color is #c51bac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,27,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c51bac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c51bac; -webkit-box-shadow: 1px 1px 3px 2px #c51bac; box-shadow: 1px 1px 3px 2px #c51bac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,27,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c51bac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c51bac; -webkit-box-shadow: 1px 1px 3px 2px #c51bac; box-shadow: 1px 1px 3px 2px #c51bac;">
Div content here</div>
This div box has shadow with color #c51bac
Comments
No comments written yet.
Please login to write comment.