Color Hex Logo

#080eea Color Hex

#080EEA
(8,14,234)
0 Favorites   0 Comments

Color spaces of #080eea

RGB 814234
HSL0.660.930.47
HSV238°97°92°
CMYK 0.970.940.00   0.08
XYZ15.10856.306278.2628
Yxy6.30620.15160.0633
Hunter Lab25.112163.4467-167.2006
CIE-Lab30.172271.8332-99.5476

#080eea color RGB value is (8,14,234).

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

The process color (four color CMYK) of #080eea color hex is 0.97, 0.94, 0.00, 0.08. Web safe color of #080eea is #0000ff. Color #080eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00001110 11101010
Octal 10 16 352
Decimal 8 14 234
Hex 8 E EA

RGB Percentages of Color #080eea

%3.13
%5.47
%91.41

CMYK Percentages of Color #080eea

%97
%94
%0
%8

Triadic Colors of #080eea

#080eea #ea080e #0eea08

Analogous Colors of #080eea

#080eea #7308ea #087fea

Monochromatic Colors of #080eea

#080eea

Complementary Color

#080eea #eae408

#080eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#080eea Color CSS Codes

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

#080eea Text Font Color

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

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


#080eea Background Color

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

This div background color is #080eea


#080eea Border Color

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

This div border color is #080eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080eea


Comments

No comments written yet.

Please login to write comment.