Color Hex Logo

#082ae0 Color Hex

#082AE0
(8,42,224)
0 Favorites   0 Comments

Color spaces of #082ae0

RGB 842224
HSL0.640.930.45
HSV231°96°88°
CMYK 0.960.810.00   0.12
XYZ14.38267.089471.1313
Yxy7.08940.15530.0766
Hunter Lab26.625949.8255-139.7554
CIE-Lab32.009659.5044-90.7638

#082ae0 color RGB value is (8,42,224).

#082ae0 hex color red value is 8, green value is 42 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #082ae0 hue: 0.64 , saturation: 0.93 and the lightness value of 082ae0 is 0.45.

The process color (four color CMYK) of #082ae0 color hex is 0.96, 0.81, 0.00, 0.12. Web safe color of #082ae0 is #0033cc. Color #082ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101010 11100000
Octal 10 52 340
Decimal 8 42 224
Hex 8 2A E0

RGB Percentages of Color #082ae0

%2.92
%15.33
%81.75

CMYK Percentages of Color #082ae0

%96
%81
%0
%12

Triadic Colors of #082ae0

#082ae0 #e0082a #2ae008

Analogous Colors of #082ae0

#082ae0 #5208e0 #0896e0

Monochromatic Colors of #082ae0

#082ae0

Complementary Color

#082ae0 #e0be08

#082ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#082ae0 Color CSS Codes

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

#082ae0 Text Font Color

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

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


#082ae0 Background Color

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

This div background color is #082ae0


#082ae0 Border Color

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

This div border color is #082ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082ae0


Comments

No comments written yet.

Please login to write comment.