Color Hex Logo

#080aaa Color Hex

#080AAA
(8,10,170)
0 Favorites   0 Comments

Color spaces of #080aaa

RGB 810170
HSL0.660.910.35
HSV239°95°67°
CMYK 0.950.940.00   0.33
XYZ7.46443.171038.2489
Yxy3.17100.15270.0649
Hunter Lab17.807343.6602-114.8859
CIE-Lab20.716155.8600-77.8145

#080aaa color RGB value is (8,10,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001010 10101010
Octal 10 12 252
Decimal 8 10 170
Hex 8 A AA

RGB Percentages of Color #080aaa

%4.26
%5.32
%90.43

CMYK Percentages of Color #080aaa

%95
%94
%0
%33

Triadic Colors of #080aaa

#080aaa #aa080a #0aaa08

Analogous Colors of #080aaa

#080aaa #5708aa #085baa

Monochromatic Colors of #080aaa

#080aaa

Complementary Color

#080aaa #aaa808

#080aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#080aaa Color CSS Codes

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

#080aaa Text Font Color

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

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


#080aaa Background Color

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

This div background color is #080aaa


#080aaa Border Color

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

This div border color is #080aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080aaa


Comments

No comments written yet.

Please login to write comment.