Color Hex Logo

#08112f Color Hex

#08112F
(8,17,47)
0 Favorites   0 Comments

Color spaces of #08112f

RGB 81747
HSL0.630.710.11
HSV226°83°18°
CMYK 0.830.640.00   0.82
XYZ0.81370.65782.7734
Yxy0.65780.19170.1550
Hunter Lab8.11053.7150-14.5970
CIE-Lab5.94197.7209-21.0148

#08112f color RGB value is (8,17,47).

#08112f hex color red value is 8, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #08112f hue: 0.63 , saturation: 0.71 and the lightness value of 08112f is 0.11.

The process color (four color CMYK) of #08112f color hex is 0.83, 0.64, 0.00, 0.82. Web safe color of #08112f is #000033. Color #08112f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010001 00101111
Octal 10 21 57
Decimal 8 17 47
Hex 8 11 2F

RGB Percentages of Color #08112f

%11.11
%23.61
%65.28

CMYK Percentages of Color #08112f

%83
%64
%0
%82

Triadic Colors of #08112f

#08112f #2f0811 #112f08

Analogous Colors of #08112f

#08112f #13082f #08252f

Monochromatic Colors of #08112f

#08112f

Complementary Color

#08112f #2f2608

#08112f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08112f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08112f Color CSS Codes

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

#08112f Text Font Color

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

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


#08112f Background Color

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

This div background color is #08112f


#08112f Border Color

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

This div border color is #08112f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08112f


Comments

No comments written yet.

Please login to write comment.