Color Hex Logo

#080eae Color Hex

#080EAE
(8,14,174)
0 Favorites   0 Comments

Color spaces of #080eae

RGB 814174
HSL0.660.910.36
HSV238°95°68°
CMYK 0.950.920.00   0.32
XYZ7.89723.421740.2886
Yxy3.42170.15300.0663
Hunter Lab18.497843.8350-116.1861
CIE-Lab21.659355.8555-78.6535

#080eae color RGB value is (8,14,174).

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

The process color (four color CMYK) of #080eae color hex is 0.95, 0.92, 0.00, 0.32. Web safe color of #080eae is #000099. Color #080eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001110 10101110
Octal 10 16 256
Decimal 8 14 174
Hex 8 E AE

RGB Percentages of Color #080eae

%4.08
%7.14
%88.78

CMYK Percentages of Color #080eae

%95
%92
%0
%32

Triadic Colors of #080eae

#080eae #ae080e #0eae08

Analogous Colors of #080eae

#080eae #5508ae #0861ae

Monochromatic Colors of #080eae

#080eae

Complementary Color

#080eae #aea808

#080eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#080eae Color CSS Codes

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

#080eae Text Font Color

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

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


#080eae Background Color

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

This div background color is #080eae


#080eae Border Color

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

This div border color is #080eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080eae


Comments

No comments written yet.

Please login to write comment.