Color Hex Logo

#080d11 Color Hex

#080D11
(8,13,17)
0 Favorites   0 Comments

Color spaces of #080d11

RGB 81317
HSL0.570.360.05
HSV207°53°
CMYK 0.530.240.00   0.93
XYZ0.34520.37990.5855
Yxy0.37990.26340.2899
Hunter Lab6.1636-0.7892-1.3176
CIE-Lab3.4316-0.6507-2.4581

#080d11 color RGB value is (8,13,17).

#080d11 hex color red value is 8, green value is 13 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #080d11 hue: 0.57 , saturation: 0.36 and the lightness value of 080d11 is 0.05.

The process color (four color CMYK) of #080d11 color hex is 0.53, 0.24, 0.00, 0.93. Web safe color of #080d11 is #000000. Color #080d11 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001101 00010001
Octal 10 15 21
Decimal 8 13 17
Hex 8 D 11

RGB Percentages of Color #080d11

%21.05
%34.21
%44.74

CMYK Percentages of Color #080d11

%53
%24
%0
%93

Triadic Colors of #080d11

#080d11 #11080d #0d1108

Analogous Colors of #080d11

#080d11 #080911 #081111

Monochromatic Colors of #080d11

#080d11

Complementary Color

#080d11 #110c08

#080d11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080d11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080d11 Color CSS Codes

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

#080d11 Text Font Color

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

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


#080d11 Background Color

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

This div background color is #080d11


#080d11 Border Color

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

This div border color is #080d11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,13,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080d11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080d11;
  -webkit-box-shadow: 1px 1px 3px 2px #080d11;
  box-shadow:         1px 1px 3px 2px #080d11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080d11


Comments

No comments written yet.

Please login to write comment.