Color Hex Logo

#807eee Color Hex

#807EEE
(128,126,238)
0 Favorites   0 Comments

Color spaces of #807eee

RGB 128126238
HSL0.670.770.71
HSV241°47°93°
CMYK 0.460.470.00   0.07
XYZ31.795625.683984.1706
Yxy25.68390.22450.1813
Hunter Lab50.679323.3001-62.9962
CIE-Lab57.735829.2666-56.4232

#807eee color RGB value is (128,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111110 11101110
Octal 200 176 356
Decimal 128 126 238
Hex 80 7E EE

RGB Percentages of Color #807eee

%26.02
%25.61
%48.37

CMYK Percentages of Color #807eee

%46
%47
%0
%7

Triadic Colors of #807eee

#807eee #ee807e #7eee80

Analogous Colors of #807eee

#807eee #b87eee #7eb4ee

Monochromatic Colors of #807eee

#807eee

Complementary Color

#807eee #ecee7e

#807eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#807eee Color CSS Codes

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

#807eee Text Font Color

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

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


#807eee Background Color

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

This div background color is #807eee


#807eee Border Color

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

This div border color is #807eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807eee


Comments

No comments written yet.

Please login to write comment.