Color Hex Logo

#808aea Color Hex

#808AEA
(128,138,234)
0 Favorites   0 Comments

Color spaces of #808aea

RGB 128138234
HSL0.650.720.71
HSV234°45°92°
CMYK 0.450.410.00   0.08
XYZ32.841828.706781.6519
Yxy28.70670.22930.2005
Hunter Lab53.578615.6516-52.8508
CIE-Lab60.521921.0234-49.7701

#808aea color RGB value is (128,138,234).

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

The process color (four color CMYK) of #808aea color hex is 0.45, 0.41, 0.00, 0.08. Web safe color of #808aea is #9999ff. Color #808aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001010 11101010
Octal 200 212 352
Decimal 128 138 234
Hex 80 8A EA

RGB Percentages of Color #808aea

%25.60
%27.60
%46.80

CMYK Percentages of Color #808aea

%45
%41
%0
%8

Triadic Colors of #808aea

#808aea #ea808a #8aea80

Analogous Colors of #808aea

#808aea #ab80ea #80bfea

Monochromatic Colors of #808aea

#808aea

Complementary Color

#808aea #eae080

#808aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#808aea Color CSS Codes

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

#808aea Text Font Color

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

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


#808aea Background Color

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

This div background color is #808aea


#808aea Border Color

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

This div border color is #808aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,138,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 #808aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808aea


Comments

No comments written yet.

Please login to write comment.