Color Hex Logo

#808aed Color Hex

#808AED
(128,138,237)
0 Favorites   0 Comments

Color spaces of #808aed

RGB 128138237
HSL0.650.750.72
HSV234°46°93°
CMYK 0.460.420.00   0.07
XYZ33.276628.880683.9414
Yxy28.88060.22780.1977
Hunter Lab53.740716.4823-54.9908
CIE-Lab60.676121.9003-51.1869

#808aed color RGB value is (128,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001010 11101101
Octal 200 212 355
Decimal 128 138 237
Hex 80 8A ED

RGB Percentages of Color #808aed

%25.45
%27.44
%47.12

CMYK Percentages of Color #808aed

%46
%42
%0
%7

Triadic Colors of #808aed

#808aed #ed808a #8aed80

Analogous Colors of #808aed

#808aed #ad80ed #80c1ed

Monochromatic Colors of #808aed

#808aed

Complementary Color

#808aed #ede380

#808aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#808aed Color CSS Codes

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

#808aed Text Font Color

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

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


#808aed Background Color

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

This div background color is #808aed


#808aed Border Color

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

This div border color is #808aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808aed


Comments

No comments written yet.

Please login to write comment.