Color Hex Logo

#082aae Color Hex

#082AAE
(8,42,174)
0 Favorites   0 Comments

Color spaces of #082aae

RGB 842174
HSL0.630.910.36
HSV228°95°68°
CMYK 0.950.760.00   0.32
XYZ8.56814.763540.5123
Yxy4.76350.15910.0885
Hunter Lab21.825431.8799-94.7760
CIE-Lab26.050142.9410-71.3485

#082aae color RGB value is (8,42,174).

#082aae hex color red value is 8, green value is 42 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #082aae hue: 0.63 , saturation: 0.91 and the lightness value of 082aae is 0.36.

The process color (four color CMYK) of #082aae color hex is 0.95, 0.76, 0.00, 0.32. Web safe color of #082aae is #003399. Color #082aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101010 10101110
Octal 10 52 256
Decimal 8 42 174
Hex 8 2A AE

RGB Percentages of Color #082aae

%3.57
%18.75
%77.68

CMYK Percentages of Color #082aae

%95
%76
%0
%32

Triadic Colors of #082aae

#082aae #ae082a #2aae08

Analogous Colors of #082aae

#082aae #3908ae #087dae

Monochromatic Colors of #082aae

#082aae

Complementary Color

#082aae #ae8c08

#082aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#082aae Color CSS Codes

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

#082aae Text Font Color

<p style="color:#082aae">Text here</p>

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


#082aae Background Color

<div style="background-color:#082aae">
Div content here</div>

This div background color is #082aae


#082aae Border Color

<div style="border:3px solid #082aae">
Div here</div>

This div border color is #082aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,42,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #082aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #082aae;
  -webkit-box-shadow: 1px 1px 3px 2px #082aae;
  box-shadow:         1px 1px 3px 2px #082aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082aae


Comments

No comments written yet.

Please login to write comment.