Color Hex Logo

#805eea Color Hex

#805EEA
(128,94,234)
0 Favorites   0 Comments

Color spaces of #805eea

RGB 12894234
HSL0.710.770.64
HSV255°60°92°
CMYK 0.450.600.00   0.08
XYZ27.756118.535179.9566
Yxy18.53510.21990.1468
Hunter Lab43.052439.7381-79.9762
CIE-Lab50.138846.6428-66.4056

#805eea color RGB value is (128,94,234).

#805eea hex color red value is 128, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #805eea hue: 0.71 , saturation: 0.77 and the lightness value of 805eea is 0.64.

The process color (four color CMYK) of #805eea color hex is 0.45, 0.60, 0.00, 0.08. Web safe color of #805eea is #9966ff. Color #805eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11101010
Octal 200 136 352
Decimal 128 94 234
Hex 80 5E EA

RGB Percentages of Color #805eea

%28.07
%20.61
%51.32

CMYK Percentages of Color #805eea

%45
%60
%0
%8

Triadic Colors of #805eea

#805eea #ea805e #5eea80

Analogous Colors of #805eea

#805eea #c65eea #5e82ea

Monochromatic Colors of #805eea

#805eea

Complementary Color

#805eea #c8ea5e

#805eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#805eea Color CSS Codes

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

#805eea Text Font Color

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

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


#805eea Background Color

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

This div background color is #805eea


#805eea Border Color

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

This div border color is #805eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805eea


Comments

No comments written yet.

Please login to write comment.