Color Hex Logo

#08071e Color Hex

#08071E
(8,7,30)
0 Favorites   0 Comments

Color spaces of #08071e

RGB 8730
HSL0.670.620.07
HSV243°77°12°
CMYK 0.730.770.00   0.88
XYZ0.41050.29731.2640
Yxy0.29730.20820.1508
Hunter Lab5.45253.8967-9.9278
CIE-Lab2.68555.2403-13.0691

#08071e color RGB value is (8,7,30).

#08071e hex color red value is 8, green value is 7 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #08071e hue: 0.67 , saturation: 0.62 and the lightness value of 08071e is 0.07.

The process color (four color CMYK) of #08071e color hex is 0.73, 0.77, 0.00, 0.88. Web safe color of #08071e is #000033. Color #08071e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 00011110
Octal 10 7 36
Decimal 8 7 30
Hex 8 7 1E

RGB Percentages of Color #08071e

%17.78
%15.56
%66.67

CMYK Percentages of Color #08071e

%73
%77
%0
%88

Triadic Colors of #08071e

#08071e #1e0807 #071e08

Analogous Colors of #08071e

#08071e #14071e #07121e

Monochromatic Colors of #08071e

#08071e

Complementary Color

#08071e #1d1e07

#08071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08071e Color CSS Codes

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

#08071e Text Font Color

<p style="color:#08071e">Text here</p>

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


#08071e Background Color

<div style="background-color:#08071e">
Div content here</div>

This div background color is #08071e


#08071e Border Color

<div style="border:3px solid #08071e">
Div here</div>

This div border color is #08071e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,7,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08071e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08071e;
  -webkit-box-shadow: 1px 1px 3px 2px #08071e;
  box-shadow:         1px 1px 3px 2px #08071e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08071e


Comments

No comments written yet.

Please login to write comment.