Color spaces of #b9116a
RGB | 185 | 17 | 106 |
---|---|---|---|
HSL | 0.91 | 0.83 | 0.40 |
HSV | 328° | 91° | 73° |
CMYK | 0.00 | 0.91 | 0.43 0.27 |
XYZ | 22.8096 | 11.7558 | 14.7026 |
Yxy | 11.7558 | 0.4630 | 0.2386 |
Hunter Lab | 34.2867 | 58.7472 | -1.4236 |
CIE-Lab | 40.8253 | 65.7788 | -4.6317 |
#b9116a color RGB value is (185,17,106).
#b9116a hex color red value is 185, green value is 17 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b9116a hue: 0.91 , saturation: 0.83 and the lightness value of b9116a is 0.40.
The process color (four color CMYK) of #b9116a color hex is 0.00, 0.91, 0.43, 0.27. Web safe color of #b9116a is #cc0066. Color #b9116a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00010001 | 01101010 |
Octal | 271 | 21 | 152 |
Decimal | 185 | 17 | 106 |
Hex | B9 | 11 | 6A |
Shades of #b9116a
Tints of #b9116a
RGB Percentages of Color #b9116a
CMYK Percentages of Color #b9116a
Complementary Color
#b9116a | #11b960 |
#b9116a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9116a Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9116a Color CSS Codes
.mybgcolor {background-color:#b9116a; } .myforecolor {color:#b9116a; } .mybordercolor {border:3px solid #b9116a; }
#b9116a Text Font Color
<p style="color:#b9116a">Text here</p>
This sample text font color is #b9116a
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.
#b9116a Background Color
<div style="background-color:#b9116a">
Div content here</div>
This div background color is #b9116a
#b9116a Border Color
<div style="border:3px solid #b9116a">
Div here</div>
This div border color is #b9116a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,17,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9116a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9116a; -webkit-box-shadow: 1px 1px 3px 2px #b9116a; box-shadow: 1px 1px 3px 2px #b9116a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,17,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9116a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9116a; -webkit-box-shadow: 1px 1px 3px 2px #b9116a; box-shadow: 1px 1px 3px 2px #b9116a;">
Div content here</div>
This div box has shadow with color #b9116a
Comments
No comments written yet.
Please login to write comment.