Color spaces of #b50cac
RGB | 181 | 12 | 172 |
---|---|---|---|
HSL | 0.84 | 0.88 | 0.38 |
HSV | 303° | 93° | 71° |
CMYK | 0.00 | 0.93 | 0.05 0.29 |
XYZ | 26.6339 | 13.0653 | 40.1478 |
Yxy | 13.0653 | 0.3336 | 0.1636 |
Hunter Lab | 36.1460 | 68.2711 | -40.5520 |
CIE-Lab | 42.8615 | 73.4783 | -41.9306 |
#b50cac color RGB value is (181,12,172).
#b50cac hex color red value is 181, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b50cac hue: 0.84 , saturation: 0.88 and the lightness value of b50cac is 0.38.
The process color (four color CMYK) of #b50cac color hex is 0.00, 0.93, 0.05, 0.29. Web safe color of #b50cac is #cc0099. Color #b50cac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00001100 | 10101100 |
Octal | 265 | 14 | 254 |
Decimal | 181 | 12 | 172 |
Hex | B5 | C | AC |
Shades of #b50cac
Tints of #b50cac
RGB Percentages of Color #b50cac
CMYK Percentages of Color #b50cac
Complementary Color
#b50cac | #0cb515 |
#b50cac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b50cac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b50cac Color CSS Codes
.mybgcolor {background-color:#b50cac; } .myforecolor {color:#b50cac; } .mybordercolor {border:3px solid #b50cac; }
#b50cac Text Font Color
<p style="color:#b50cac">Text here</p>
This sample text font color is #b50cac
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.
#b50cac Background Color
<div style="background-color:#b50cac">
Div content here</div>
This div background color is #b50cac
#b50cac Border Color
<div style="border:3px solid #b50cac">
Div here</div>
This div border color is #b50cac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,12,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b50cac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b50cac; -webkit-box-shadow: 1px 1px 3px 2px #b50cac; box-shadow: 1px 1px 3px 2px #b50cac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,12,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 #b50cac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b50cac; -webkit-box-shadow: 1px 1px 3px 2px #b50cac; box-shadow: 1px 1px 3px 2px #b50cac;">
Div content here</div>
This div box has shadow with color #b50cac
Comments
No comments written yet.
Please login to write comment.