Color Hex Logo

#8a7eee Color Hex

#8A7EEE
(138,126,238)
0 Favorites   0 Comments

Color spaces of #8a7eee

RGB 138126238
HSL0.680.770.71
HSV246°47°93°
CMYK 0.420.470.00   0.07
XYZ33.374726.498084.2445
Yxy26.49800.23160.1839
Hunter Lab51.476225.6475-60.9990
CIE-Lab58.506831.5969-55.1476

#8a7eee color RGB value is (138,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111110 11101110
Octal 212 176 356
Decimal 138 126 238
Hex 8A 7E EE

RGB Percentages of Color #8a7eee

%27.49
%25.10
%47.41

CMYK Percentages of Color #8a7eee

%42
%47
%0
%7

Triadic Colors of #8a7eee

#8a7eee #ee8a7e #7eee8a

Analogous Colors of #8a7eee

#8a7eee #c27eee #7eaaee

Monochromatic Colors of #8a7eee

#8a7eee

Complementary Color

#8a7eee #e2ee7e

#8a7eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a7eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a7eee Color CSS Codes

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

#8a7eee Text Font Color

<p style="color:#8a7eee">Text here</p>

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


#8a7eee Background Color

<div style="background-color:#8a7eee">
Div content here</div>

This div background color is #8a7eee


#8a7eee Border Color

<div style="border:3px solid #8a7eee">
Div here</div>

This div border color is #8a7eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8a7eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a7eee


Comments

No comments written yet.

Please login to write comment.