Color Hex Logo

#08001f Color Hex

#08001F
(8,0,31)
0 Favorites   0 Comments

Color spaces of #08001f

RGB 8031
HSL0.711.000.06
HSV255°100°12°
CMYK 0.741.000.00   0.88
XYZ0.34750.15061.3071
Yxy0.15060.19250.0834
Hunter Lab3.88079.1926-17.2535
CIE-Lab1.36048.3714-15.8628

#08001f color RGB value is (8,0,31).

#08001f hex color red value is 8, green value is 0 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #08001f hue: 0.71 , saturation: 1.00 and the lightness value of 08001f is 0.06.

The process color (four color CMYK) of #08001f color hex is 0.74, 1.00, 0.00, 0.88. Web safe color of #08001f is #000033. Color #08001f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000000 00011111
Octal 10 0 37
Decimal 8 0 31
Hex 8 0 1F

RGB Percentages of Color #08001f

%20.51
%0.00
%79.49

CMYK Percentages of Color #08001f

%74
%100
%0
%88

Triadic Colors of #08001f

#08001f #1f0800 #001f08

Analogous Colors of #08001f

#08001f #18001f #00071f

Monochromatic Colors of #08001f

#08001f

Complementary Color

#08001f #171f00

#08001f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08001f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08001f Color CSS Codes

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

#08001f Text Font Color

<p style="color:#08001f">Text here</p>

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


#08001f Background Color

<div style="background-color:#08001f">
Div content here</div>

This div background color is #08001f


#08001f Border Color

<div style="border:3px solid #08001f">
Div here</div>

This div border color is #08001f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,0,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08001f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08001f;
  -webkit-box-shadow: 1px 1px 3px 2px #08001f;
  box-shadow:         1px 1px 3px 2px #08001f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08001f


Comments

No comments written yet.

Please login to write comment.