Color spaces of #b9045b
RGB | 185 | 4 | 91 |
---|---|---|---|
HSL | 0.92 | 0.96 | 0.37 |
HSV | 331° | 98° | 73° |
CMYK | 0.00 | 0.98 | 0.51 0.27 |
XYZ | 21.9393 | 11.1565 | 10.8946 |
Yxy | 11.1565 | 0.4987 | 0.2536 |
Hunter Lab | 33.4013 | 58.7934 | 4.0422 |
CIE-Lab | 39.8428 | 66.0107 | 3.4310 |
#b9045b color RGB value is (185,4,91).
#b9045b hex color red value is 185, green value is 4 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b9045b hue: 0.92 , saturation: 0.96 and the lightness value of b9045b is 0.37.
The process color (four color CMYK) of #b9045b color hex is 0.00, 0.98, 0.51, 0.27. Web safe color of #b9045b is #cc0066. Color #b9045b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000100 | 01011011 |
Octal | 271 | 4 | 133 |
Decimal | 185 | 4 | 91 |
Hex | B9 | 4 | 5B |
Shades of #b9045b
Tints of #b9045b
RGB Percentages of Color #b9045b
CMYK Percentages of Color #b9045b
Complementary Color
#b9045b | #04b962 |
#b9045b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b9045b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b9045b Color CSS Codes
.mybgcolor {background-color:#b9045b; } .myforecolor {color:#b9045b; } .mybordercolor {border:3px solid #b9045b; }
#b9045b Text Font Color
<p style="color:#b9045b">Text here</p>
This sample text font color is #b9045b
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.
#b9045b Background Color
<div style="background-color:#b9045b">
Div content here</div>
This div background color is #b9045b
#b9045b Border Color
<div style="border:3px solid #b9045b">
Div here</div>
This div border color is #b9045b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,4,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b9045b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b9045b; -webkit-box-shadow: 1px 1px 3px 2px #b9045b; box-shadow: 1px 1px 3px 2px #b9045b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,4,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 #b9045b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b9045b; -webkit-box-shadow: 1px 1px 3px 2px #b9045b; box-shadow: 1px 1px 3px 2px #b9045b;">
Div content here</div>
This div box has shadow with color #b9045b
Comments
No comments written yet.
Please login to write comment.