Color Hex Logo

#8e7caa Color Hex

#8E7CAA
(142,124,170)
0 Favorites   0 Comments

Color spaces of #8e7caa

RGB 142124170
HSL0.730.210.58
HSV263°27°67°
CMYK 0.160.270.00   0.33
XYZ25.618723.068441.1326
Yxy23.06840.28520.2568
Hunter Lab48.029611.1591-17.1553
CIE-Lab55.142716.3308-21.9192

#8e7caa color RGB value is (142,124,170).

#8e7caa hex color red value is 142, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8e7caa hue: 0.73 , saturation: 0.21 and the lightness value of 8e7caa is 0.58.

The process color (four color CMYK) of #8e7caa color hex is 0.16, 0.27, 0.00, 0.33. Web safe color of #8e7caa is #996699. Color #8e7caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111100 10101010
Octal 216 174 252
Decimal 142 124 170
Hex 8E 7C AA

RGB Percentages of Color #8e7caa

%32.57
%28.44
%38.99

CMYK Percentages of Color #8e7caa

%16
%27
%0
%33

Triadic Colors of #8e7caa

#8e7caa #aa8e7c #7caa8e

Analogous Colors of #8e7caa

#8e7caa #a57caa #7c81aa

Monochromatic Colors of #8e7caa

#8e7caa

Complementary Color

#8e7caa #98aa7c

#8e7caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7caa Color CSS Codes

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

#8e7caa Text Font Color

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

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


#8e7caa Background Color

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

This div background color is #8e7caa


#8e7caa Border Color

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

This div border color is #8e7caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,124,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e7caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e7caa;
  -webkit-box-shadow: 1px 1px 3px 2px #8e7caa;
  box-shadow:         1px 1px 3px 2px #8e7caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,124,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8e7caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7caa


Comments

No comments written yet.

Please login to write comment.