Color Hex Logo

#082caa Color Hex

#082CAA
(8,44,170)
0 Favorites   0 Comments

Color spaces of #082caa

RGB 844170
HSL0.630.910.35
HSV227°95°67°
CMYK 0.950.740.00   0.33
XYZ8.25654.755338.5129
Yxy4.75530.16020.0923
Hunter Lab21.806729.4226-89.4479
CIE-Lab26.025940.2937-68.9836

#082caa color RGB value is (8,44,170).

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

The process color (four color CMYK) of #082caa color hex is 0.95, 0.74, 0.00, 0.33. Web safe color of #082caa is #003399. Color #082caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101100 10101010
Octal 10 54 252
Decimal 8 44 170
Hex 8 2C AA

RGB Percentages of Color #082caa

%3.60
%19.82
%76.58

CMYK Percentages of Color #082caa

%95
%74
%0
%33

Triadic Colors of #082caa

#082caa #aa082c #2caa08

Analogous Colors of #082caa

#082caa #3508aa #087daa

Monochromatic Colors of #082caa

#082caa

Complementary Color

#082caa #aa8608

#082caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#082caa Color CSS Codes

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

#082caa Text Font Color

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

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


#082caa Background Color

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

This div background color is #082caa


#082caa Border Color

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

This div border color is #082caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,44,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 #082caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082caa


Comments

No comments written yet.

Please login to write comment.