Color Hex Logo

#808eed Color Hex

#808EED
(128,142,237)
0 Favorites   0 Comments

Color spaces of #808eed

RGB 128142237
HSL0.650.750.72
HSV232°46°93°
CMYK 0.460.400.00   0.07
XYZ33.861130.049684.1362
Yxy30.04960.22870.2030
Hunter Lab54.817514.3298-52.6285
CIE-Lab61.697019.5513-49.5685

#808eed color RGB value is (128,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001110 11101101
Octal 200 216 355
Decimal 128 142 237
Hex 80 8E ED

RGB Percentages of Color #808eed

%25.25
%28.01
%46.75

CMYK Percentages of Color #808eed

%46
%40
%0
%7

Triadic Colors of #808eed

#808eed #ed808e #8eed80

Analogous Colors of #808eed

#808eed #a980ed #80c5ed

Monochromatic Colors of #808eed

#808eed

Complementary Color

#808eed #eddf80

#808eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#808eed Color CSS Codes

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

#808eed Text Font Color

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

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


#808eed Background Color

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

This div background color is #808eed


#808eed Border Color

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

This div border color is #808eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808eed


Comments

No comments written yet.

Please login to write comment.