color details

Color Details
#080b0e Color Hex

#080b0e color RGB value is (0, 128, 176).
#080b0e hex color red value is 0, green value is 128, and blue value is 176.
Cylindrical-coordinate representations (HSL) of color #080b0e hue: 196.36, saturation: 1 and lightness: 0.35.

The process color (four-color CMYK) of #080b0e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #080b0e is #ff9999. Color #080b0e contains mainly RED.

Color Spaces
Color spaces of #080b0eValue
RGB8, 11, 14
HSL0.58, 0.27, 0.04
HSV210°, 43°, 5°
XYZ0.3, 0.32, 0.46
Base Numbers
Base Red Green Blue
Binary 1000 1011 1110
Octal 10 13 16
Decimal 8 11 14
Hex 8 B E

RGB Percentages for Color #080b0e

24.24%
33.33%
42.42%

CMYK Percentages of the Color #080b0e

42.86%
21.43%
94.51%
CSS Codes for Color #080b0e
.mybgColor {background-color: #080b0e;}
.myforeColor {color: #080b0e;}
.myborderColor {border:3px solid #080b0e;}
Text Font Color #080b0e

<p style="color:#080b0e">Text here</p>

This sample text is styled with the font color #080b0e. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #080b0e

<div style="background-color:#080b0e">Div content here</div>

The background color of this div is #080b0e
Border Color #080b0e

<div style="border:3px solid #080b0e">Div here</div>

The border color of this div is #080b0e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(8, 11, 14, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #080b0e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #080b0e;
-webkit-box-shadow: 1px 1px 3px #080b0e;
box-shadow: 1px 1px 3px #080b0e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8, 11, 14, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #080b0e;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #080b0e; -webkit-box-shadow: 1px 1px 3px #080b0e; box-shadow: 1px 1px 3px #080b0e;">Div content here</div>

This div box has a shadow with a specified color. #080b0e

Scroll to Top