Color spaces of #b9255b
RGB | 185 | 37 | 91 |
---|---|---|---|
HSL | 0.94 | 0.67 | 0.44 |
HSV | 338° | 80° | 73° |
CMYK | 0.00 | 0.80 | 0.51 0.27 |
XYZ | 22.5575 | 12.3928 | 11.1007 |
Yxy | 12.3928 | 0.4898 | 0.2691 |
Hunter Lab | 35.2034 | 52.7726 | 5.9465 |
CIE-Lab | 41.8337 | 60.2834 | 6.2818 |
#b9255b color RGB value is (185,37,91).
#b9255b hex color red value is 185, green value is 37 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b9255b hue: 0.94 , saturation: 0.67 and the lightness value of b9255b is 0.44.
The process color (four color CMYK) of #b9255b color hex is 0.00, 0.80, 0.51, 0.27. Web safe color of #b9255b is #cc3366. Color #b9255b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00100101 | 01011011 |
Octal | 271 | 45 | 133 |
Decimal | 185 | 37 | 91 |
Hex | B9 | 25 | 5B |
Shades of #b9255b
Tints of #b9255b
RGB Percentages of Color #b9255b
CMYK Percentages of Color #b9255b
Complementary Color
#b9255b | #25b983 |
#b9255b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9255b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9255b Color CSS Codes
.mybgcolor {background-color:#b9255b; } .myforecolor {color:#b9255b; } .mybordercolor {border:3px solid #b9255b; }
#b9255b Text Font Color
<p style="color:#b9255b">Text here</p>
This sample text font color is #b9255b
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.
#b9255b Background Color
<div style="background-color:#b9255b">
Div content here</div>
This div background color is #b9255b
#b9255b Border Color
<div style="border:3px solid #b9255b">
Div here</div>
This div border color is #b9255b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,37,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9255b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9255b; -webkit-box-shadow: 1px 1px 3px 2px #b9255b; box-shadow: 1px 1px 3px 2px #b9255b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,37,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b9255b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9255b; -webkit-box-shadow: 1px 1px 3px 2px #b9255b; box-shadow: 1px 1px 3px 2px #b9255b;">
Div content here</div>
This div box has shadow with color #b9255b
Comments
No comments written yet.
Please login to write comment.