Color Hex Logo

#805eee Color Hex

#805EEE
(128,94,238)
0 Favorites   0 Comments

Color spaces of #805eee

RGB 12894238
HSL0.710.810.65
HSV254°61°93°
CMYK 0.460.610.00   0.07
XYZ28.337418.767683.0179
Yxy18.76760.21780.1442
Hunter Lab43.321640.9472-83.2933
CIE-Lab50.414247.7556-68.2048

#805eee color RGB value is (128,94,238).

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

The process color (four color CMYK) of #805eee color hex is 0.46, 0.61, 0.00, 0.07. Web safe color of #805eee is #9966ff. Color #805eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011110 11101110
Octal 200 136 356
Decimal 128 94 238
Hex 80 5E EE

RGB Percentages of Color #805eee

%27.83
%20.43
%51.74

CMYK Percentages of Color #805eee

%46
%61
%0
%7

Triadic Colors of #805eee

#805eee #ee805e #5eee80

Analogous Colors of #805eee

#805eee #c85eee #5e84ee

Monochromatic Colors of #805eee

#805eee

Complementary Color

#805eee #ccee5e

#805eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#805eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#805eee Color CSS Codes

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

#805eee Text Font Color

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

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


#805eee Background Color

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

This div background color is #805eee


#805eee Border Color

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

This div border color is #805eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #805eee


Comments

No comments written yet.

Please login to write comment.