Color Hex Logo

#08140b Color Hex

#08140B
(8,20,11)
0 Favorites   0 Comments

Color spaces of #08140b

RGB 82011
HSL0.380.430.05
HSV135°60°
CMYK 0.600.000.45   0.92
XYZ0.41070.57610.4062
Yxy0.57610.29480.4136
Hunter Lab7.5901-3.62412.1401
CIE-Lab5.2039-5.60663.1621

#08140b color RGB value is (8,20,11).

#08140b hex color red value is 8, green value is 20 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #08140b hue: 0.38 , saturation: 0.43 and the lightness value of 08140b is 0.05.

The process color (four color CMYK) of #08140b color hex is 0.60, 0.00, 0.45, 0.92. Web safe color of #08140b is #000000. Color #08140b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010100 00001011
Octal 10 24 13
Decimal 8 20 11
Hex 8 14 B

RGB Percentages of Color #08140b

%20.51
%51.28
%28.21

CMYK Percentages of Color #08140b

%60
%0
%45
%92

Triadic Colors of #08140b

#08140b #0b0814 #140b08

Analogous Colors of #08140b

#08140b #081411 #0b1408

Monochromatic Colors of #08140b

#08140b

Complementary Color

#08140b #140811

#08140b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08140b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08140b Color CSS Codes

.mybgcolor {background-color:#08140b; } 
.myforecolor {color:#08140b; }
.mybordercolor {border:3px solid #08140b; }

#08140b Text Font Color

<p style="color:#08140b">Text here</p>

This sample text font color is #08140b
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.


#08140b Background Color

<div style="background-color:#08140b">
Div content here</div>

This div background color is #08140b


#08140b Border Color

<div style="border:3px solid #08140b">
Div here</div>

This div border color is #08140b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,20,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08140b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08140b;
  -webkit-box-shadow: 1px 1px 3px 2px #08140b;
  box-shadow:         1px 1px 3px 2px #08140b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #08140b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08140b

#08140b Color Palettes


Comments

No comments written yet.

Please login to write comment.