Color Hex Logo

#08118d Color Hex

#08118D
(8,17,141)
0 Favorites   0 Comments

Color spaces of #08118d

RGB 817141
HSL0.660.890.29
HSV236°94°55°
CMYK 0.940.880.00   0.45
XYZ5.10832.375625.3886
Yxy2.37560.15540.0723
Hunter Lab15.413032.1873-86.8747
CIE-Lab17.346444.9557-65.6057

#08118d color RGB value is (8,17,141).

#08118d hex color red value is 8, green value is 17 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #08118d hue: 0.66 , saturation: 0.89 and the lightness value of 08118d is 0.29.

The process color (four color CMYK) of #08118d color hex is 0.94, 0.88, 0.00, 0.45. Web safe color of #08118d is #000099. Color #08118d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010001 10001101
Octal 10 21 215
Decimal 8 17 141
Hex 8 11 8D

RGB Percentages of Color #08118d

%4.82
%10.24
%84.94

CMYK Percentages of Color #08118d

%94
%88
%0
%45

Triadic Colors of #08118d

#08118d #8d0811 #118d08

Analogous Colors of #08118d

#08118d #42088d #08548d

Monochromatic Colors of #08118d

#08118d

Complementary Color

#08118d #8d8408

#08118d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08118d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08118d Color CSS Codes

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

#08118d Text Font Color

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

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


#08118d Background Color

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

This div background color is #08118d


#08118d Border Color

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

This div border color is #08118d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08118d


Comments

No comments written yet.

Please login to write comment.