Color Hex Logo

#080bab Color Hex

#080BAB
(8,11,171)
0 Favorites   0 Comments

Color spaces of #080bab

RGB 811171
HSL0.660.910.35
HSV239°95°67°
CMYK 0.950.940.00   0.33
XYZ7.57053.231238.7528
Yxy3.23120.15280.0652
Hunter Lab17.975543.7191-115.2382
CIE-Lab20.947055.8745-78.0334

#080bab color RGB value is (8,11,171).

#080bab hex color red value is 8, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #080bab hue: 0.66 , saturation: 0.91 and the lightness value of 080bab is 0.35.

The process color (four color CMYK) of #080bab color hex is 0.95, 0.94, 0.00, 0.33. Web safe color of #080bab is #000099. Color #080bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001011 10101011
Octal 10 13 253
Decimal 8 11 171
Hex 8 B AB

RGB Percentages of Color #080bab

%4.21
%5.79
%90.00

CMYK Percentages of Color #080bab

%95
%94
%0
%33

Triadic Colors of #080bab

#080bab #ab080b #0bab08

Analogous Colors of #080bab

#080bab #5608ab #085dab

Monochromatic Colors of #080bab

#080bab

Complementary Color

#080bab #aba808

#080bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#080bab Color CSS Codes

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

#080bab Text Font Color

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

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


#080bab Background Color

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

This div background color is #080bab


#080bab Border Color

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

This div border color is #080bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080bab


Comments

No comments written yet.

Please login to write comment.