Color spaces of #b9097e
RGB | 185 | 9 | 126 |
---|---|---|---|
HSL | 0.89 | 0.91 | 0.38 |
HSV | 320° | 95° | 73° |
CMYK | 0.00 | 0.95 | 0.32 0.27 |
XYZ | 23.8712 | 12.0160 | 20.7998 |
Yxy | 12.0160 | 0.4211 | 0.2120 |
Hunter Lab | 34.6641 | 62.2606 | -11.3114 |
CIE-Lab | 41.2415 | 68.7324 | -16.4928 |
#b9097e color RGB value is (185,9,126).
#b9097e hex color red value is 185, green value is 9 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b9097e hue: 0.89 , saturation: 0.91 and the lightness value of b9097e is 0.38.
The process color (four color CMYK) of #b9097e color hex is 0.00, 0.95, 0.32, 0.27. Web safe color of #b9097e is #cc0066. Color #b9097e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00001001 | 01111110 |
Octal | 271 | 11 | 176 |
Decimal | 185 | 9 | 126 |
Hex | B9 | 9 | 7E |
Shades of #b9097e
Tints of #b9097e
RGB Percentages of Color #b9097e
CMYK Percentages of Color #b9097e
Complementary Color
#b9097e | #09b944 |
#b9097e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9097e Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9097e Color CSS Codes
.mybgcolor {background-color:#b9097e; } .myforecolor {color:#b9097e; } .mybordercolor {border:3px solid #b9097e; }
#b9097e Text Font Color
<p style="color:#b9097e">Text here</p>
This sample text font color is #b9097e
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.
#b9097e Background Color
<div style="background-color:#b9097e">
Div content here</div>
This div background color is #b9097e
#b9097e Border Color
<div style="border:3px solid #b9097e">
Div here</div>
This div border color is #b9097e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,9,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9097e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9097e; -webkit-box-shadow: 1px 1px 3px 2px #b9097e; box-shadow: 1px 1px 3px 2px #b9097e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,9,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9097e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9097e; -webkit-box-shadow: 1px 1px 3px 2px #b9097e; box-shadow: 1px 1px 3px 2px #b9097e;">
Div content here</div>
This div box has shadow with color #b9097e
Comments
No comments written yet.
Please login to write comment.