Color Hex Logo

#08081d Color Hex

#08081D
(8,8,29)
0 Favorites   0 Comments

Color spaces of #08081d

RGB 8829
HSL0.670.570.07
HSV240°72°11°
CMYK 0.720.720.00   0.89
XYZ0.40870.31401.2015
Yxy0.31400.21240.1632
Hunter Lab5.60363.2128-8.7903
CIE-Lab2.83634.5164-12.0500

#08081d color RGB value is (8,8,29).

#08081d hex color red value is 8, green value is 8 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #08081d hue: 0.67 , saturation: 0.57 and the lightness value of 08081d is 0.07.

The process color (four color CMYK) of #08081d color hex is 0.72, 0.72, 0.00, 0.89. Web safe color of #08081d is #000033. Color #08081d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001000 00011101
Octal 10 10 35
Decimal 8 8 29
Hex 8 8 1D

RGB Percentages of Color #08081d

%17.78
%17.78
%64.44

CMYK Percentages of Color #08081d

%72
%72
%0
%89

Triadic Colors of #08081d

#08081d #1d0808 #081d08

Analogous Colors of #08081d

#08081d #13081d #08131d

Monochromatic Colors of #08081d

#08081d

Complementary Color

#08081d #1d1d08

#08081d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08081d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08081d Color CSS Codes

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

#08081d Text Font Color

<p style="color:#08081d">Text here</p>

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


#08081d Background Color

<div style="background-color:#08081d">
Div content here</div>

This div background color is #08081d


#08081d Border Color

<div style="border:3px solid #08081d">
Div here</div>

This div border color is #08081d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,8,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08081d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08081d;
  -webkit-box-shadow: 1px 1px 3px 2px #08081d;
  box-shadow:         1px 1px 3px 2px #08081d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08081d


Comments

No comments written yet.

Please login to write comment.