Color Hex Logo

#808aee Color Hex

#808AEE
(128,138,238)
0 Favorites   0 Comments

Color spaces of #808aee

RGB 128138238
HSL0.650.760.72
HSV235°46°93°
CMYK 0.460.420.00   0.07
XYZ33.423228.939284.7132
Yxy28.93920.22730.1968
Hunter Lab53.795216.7614-55.7095
CIE-Lab60.727922.1937-51.6579

#808aee color RGB value is (128,138,238).

#808aee hex color red value is 128, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #808aee hue: 0.65 , saturation: 0.76 and the lightness value of 808aee is 0.72.

The process color (four color CMYK) of #808aee color hex is 0.46, 0.42, 0.00, 0.07. Web safe color of #808aee is #9999ff. Color #808aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001010 11101110
Octal 200 212 356
Decimal 128 138 238
Hex 80 8A EE

RGB Percentages of Color #808aee

%25.40
%27.38
%47.22

CMYK Percentages of Color #808aee

%46
%42
%0
%7

Triadic Colors of #808aee

#808aee #ee808a #8aee80

Analogous Colors of #808aee

#808aee #ad80ee #80c1ee

Monochromatic Colors of #808aee

#808aee

Complementary Color

#808aee #eee480

#808aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#808aee Color CSS Codes

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

#808aee Text Font Color

<p style="color:#808aee">Text here</p>

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


#808aee Background Color

<div style="background-color:#808aee">
Div content here</div>

This div background color is #808aee


#808aee Border Color

<div style="border:3px solid #808aee">
Div here</div>

This div border color is #808aee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,138,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808aee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808aee;
  -webkit-box-shadow: 1px 1px 3px 2px #808aee;
  box-shadow:         1px 1px 3px 2px #808aee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808aee


Comments

No comments written yet.

Please login to write comment.