Color spaces of #bf080e
RGB | 191 | 8 | 14 |
---|---|---|---|
HSL | 0.99 | 0.92 | 0.39 |
HSV | 358° | 96° | 75° |
CMYK | 0.00 | 0.96 | 0.93 0.25 |
XYZ | 21.6520 | 11.2817 | 1.4519 |
Yxy | 11.2817 | 0.6297 | 0.3281 |
Hunter Lab | 33.5882 | 56.2871 | 20.9489 |
CIE-Lab | 40.0509 | 63.7689 | 49.2129 |
#bf080e color RGB value is (191,8,14).
#bf080e hex color red value is 191, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bf080e hue: 0.99 , saturation: 0.92 and the lightness value of bf080e is 0.39.
The process color (four color CMYK) of #bf080e color hex is 0.00, 0.96, 0.93, 0.25. Web safe color of #bf080e is #cc0000. Color #bf080e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00001000 | 00001110 |
Octal | 277 | 10 | 16 |
Decimal | 191 | 8 | 14 |
Hex | BF | 8 | E |
Shades of #bf080e
Tints of #bf080e
RGB Percentages of Color #bf080e
CMYK Percentages of Color #bf080e
Complementary Color
#bf080e | #08bfb9 |
#bf080e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf080e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf080e Color CSS Codes
.mybgcolor {background-color:#bf080e; } .myforecolor {color:#bf080e; } .mybordercolor {border:3px solid #bf080e; }
#bf080e Text Font Color
<p style="color:#bf080e">Text here</p>
This sample text font color is #bf080e
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.
#bf080e Background Color
<div style="background-color:#bf080e">
Div content here</div>
This div background color is #bf080e
#bf080e Border Color
<div style="border:3px solid #bf080e">
Div here</div>
This div border color is #bf080e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,8,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf080e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf080e; -webkit-box-shadow: 1px 1px 3px 2px #bf080e; box-shadow: 1px 1px 3px 2px #bf080e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,8,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf080e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf080e; -webkit-box-shadow: 1px 1px 3px 2px #bf080e; box-shadow: 1px 1px 3px 2px #bf080e;">
Div content here</div>
This div box has shadow with color #bf080e
Comments
No comments written yet.
Please login to write comment.