Color spaces of #b90306
RGB | 185 | 3 | 6 |
---|---|---|---|
HSL | 1.00 | 0.97 | 0.37 |
HSV | 359° | 98° | 73° |
CMYK | 0.00 | 0.98 | 0.97 0.27 |
XYZ | 20.0730 | 10.3926 | 1.1203 |
Yxy | 10.3926 | 0.6355 | 0.3290 |
Hunter Lab | 32.2376 | 54.7289 | 20.5059 |
CIE-Lab | 38.5380 | 62.6788 | 50.5312 |
#b90306 color RGB value is (185,3,6).
#b90306 hex color red value is 185, green value is 3 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #b90306 hue: 1.00 , saturation: 0.97 and the lightness value of b90306 is 0.37.
The process color (four color CMYK) of #b90306 color hex is 0.00, 0.98, 0.97, 0.27. Web safe color of #b90306 is #cc0000. Color #b90306 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00000011 | 00000110 |
Octal | 271 | 3 | 6 |
Decimal | 185 | 3 | 6 |
Hex | B9 | 3 | 6 |
Shades of #b90306
Tints of #b90306
RGB Percentages of Color #b90306
CMYK Percentages of Color #b90306
Complementary Color
#b90306 | #03b9b6 |
#b90306 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b90306 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b90306 Color CSS Codes
.mybgcolor {background-color:#b90306; } .myforecolor {color:#b90306; } .mybordercolor {border:3px solid #b90306; }
#b90306 Text Font Color
<p style="color:#b90306">Text here</p>
This sample text font color is #b90306
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.
#b90306 Background Color
<div style="background-color:#b90306">
Div content here</div>
This div background color is #b90306
#b90306 Border Color
<div style="border:3px solid #b90306">
Div here</div>
This div border color is #b90306
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,3,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b90306; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b90306; -webkit-box-shadow: 1px 1px 3px 2px #b90306; box-shadow: 1px 1px 3px 2px #b90306; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,3,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b90306">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b90306; -webkit-box-shadow: 1px 1px 3px 2px #b90306; box-shadow: 1px 1px 3px 2px #b90306;">
Div content here</div>
This div box has shadow with color #b90306
Comments
No comments written yet.
Please login to write comment.