Color spaces of #b90327
RGB | 185 | 3 | 39 |
---|---|---|---|
HSL | 0.97 | 0.97 | 0.37 |
HSV | 348° | 98° | 73° |
CMYK | 0.00 | 0.98 | 0.79 0.27 |
XYZ | 20.4064 | 10.5259 | 2.8756 |
Yxy | 10.5259 | 0.6036 | 0.3113 |
Hunter Lab | 32.4436 | 55.4965 | 17.4555 |
CIE-Lab | 38.7702 | 63.3175 | 34.8717 |
#b90327 color RGB value is (185,3,39).
#b90327 hex color red value is 185, green value is 3 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #b90327 hue: 0.97 , saturation: 0.97 and the lightness value of b90327 is 0.37.
The process color (four color CMYK) of #b90327 color hex is 0.00, 0.98, 0.79, 0.27. Web safe color of #b90327 is #cc0033. Color #b90327 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000011 | 00100111 |
Octal | 271 | 3 | 47 |
Decimal | 185 | 3 | 39 |
Hex | B9 | 3 | 27 |
Shades of #b90327
Tints of #b90327
RGB Percentages of Color #b90327
CMYK Percentages of Color #b90327
Complementary Color
#b90327 | #03b995 |
#b90327 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b90327 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b90327 Color CSS Codes
.mybgcolor {background-color:#b90327; } .myforecolor {color:#b90327; } .mybordercolor {border:3px solid #b90327; }
#b90327 Text Font Color
<p style="color:#b90327">Text here</p>
This sample text font color is #b90327
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.
#b90327 Background Color
<div style="background-color:#b90327">
Div content here</div>
This div background color is #b90327
#b90327 Border Color
<div style="border:3px solid #b90327">
Div here</div>
This div border color is #b90327
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,3,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b90327; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b90327; -webkit-box-shadow: 1px 1px 3px 2px #b90327; box-shadow: 1px 1px 3px 2px #b90327; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,3,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b90327">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b90327; -webkit-box-shadow: 1px 1px 3px 2px #b90327; box-shadow: 1px 1px 3px 2px #b90327;">
Div content here</div>
This div box has shadow with color #b90327
Comments
No comments written yet.
Please login to write comment.