Color Hex Logo

#081aad Color Hex

#081AAD
(8,26,173)
0 Favorites   0 Comments

Color spaces of #081aad

RGB 826173
HSL0.650.910.35
HSV233°95°68°
CMYK 0.950.850.00   0.32
XYZ8.01243.807539.8478
Yxy3.80750.15510.0737
Hunter Lab19.512839.1487-107.4192
CIE-Lab23.024651.0265-75.7740

#081aad color RGB value is (8,26,173).

#081aad hex color red value is 8, green value is 26 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #081aad hue: 0.65 , saturation: 0.91 and the lightness value of 081aad is 0.35.

The process color (four color CMYK) of #081aad color hex is 0.95, 0.85, 0.00, 0.32. Web safe color of #081aad is #003399. Color #081aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011010 10101101
Octal 10 32 255
Decimal 8 26 173
Hex 8 1A AD

RGB Percentages of Color #081aad

%3.86
%12.56
%83.57

CMYK Percentages of Color #081aad

%95
%85
%0
%32

Triadic Colors of #081aad

#081aad #ad081a #1aad08

Analogous Colors of #081aad

#081aad #4808ad #086dad

Monochromatic Colors of #081aad

#081aad

Complementary Color

#081aad #ad9b08

#081aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#081aad Color CSS Codes

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

#081aad Text Font Color

<p style="color:#081aad">Text here</p>

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


#081aad Background Color

<div style="background-color:#081aad">
Div content here</div>

This div background color is #081aad


#081aad Border Color

<div style="border:3px solid #081aad">
Div here</div>

This div border color is #081aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,26,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #081aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #081aad;
  -webkit-box-shadow: 1px 1px 3px 2px #081aad;
  box-shadow:         1px 1px 3px 2px #081aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081aad


Comments

No comments written yet.

Please login to write comment.