Color spaces of #b30207
RGB | 179 | 2 | 7 |
---|---|---|---|
HSL | 1.00 | 0.98 | 0.35 |
HSV | 358° | 99° | 70° |
CMYK | 0.00 | 0.99 | 0.96 0.30 |
XYZ | 18.6505 | 9.6425 | 1.0792 |
Yxy | 9.6425 | 0.6350 | 0.3283 |
Hunter Lab | 31.0524 | 52.8680 | 19.6761 |
CIE-Lab | 37.1930 | 61.2697 | 48.7508 |
#b30207 color RGB value is (179,2,7).
#b30207 hex color red value is 179, green value is 2 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b30207 hue: 1.00 , saturation: 0.98 and the lightness value of b30207 is 0.35.
The process color (four color CMYK) of #b30207 color hex is 0.00, 0.99, 0.96, 0.30. Web safe color of #b30207 is #cc0000. Color #b30207 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00000010 | 00000111 |
Octal | 263 | 2 | 7 |
Decimal | 179 | 2 | 7 |
Hex | B3 | 2 | 7 |
Shades of #b30207
Tints of #b30207
RGB Percentages of Color #b30207
CMYK Percentages of Color #b30207
Complementary Color
#b30207 | #02b3ae |
#b30207 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b30207 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b30207 Color CSS Codes
.mybgcolor {background-color:#b30207; } .myforecolor {color:#b30207; } .mybordercolor {border:3px solid #b30207; }
#b30207 Text Font Color
<p style="color:#b30207">Text here</p>
This sample text font color is #b30207
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.
#b30207 Background Color
<div style="background-color:#b30207">
Div content here</div>
This div background color is #b30207
#b30207 Border Color
<div style="border:3px solid #b30207">
Div here</div>
This div border color is #b30207
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,2,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b30207; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b30207; -webkit-box-shadow: 1px 1px 3px 2px #b30207; box-shadow: 1px 1px 3px 2px #b30207; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,2,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b30207">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b30207; -webkit-box-shadow: 1px 1px 3px 2px #b30207; box-shadow: 1px 1px 3px 2px #b30207;">
Div content here</div>
This div box has shadow with color #b30207
Comments
No comments written yet.
Please login to write comment.