Color Hex Logo

#8e7cad Color Hex

#8E7CAD
(142,124,173)
0 Favorites   0 Comments

Color spaces of #8e7cad

RGB 142124173
HSL0.730.230.58
HSV262°28°68°
CMYK 0.180.280.00   0.32
XYZ25.905823.183242.6446
Yxy23.18320.28240.2527
Hunter Lab48.148911.7786-18.8078
CIE-Lab55.260517.0250-23.4663

#8e7cad color RGB value is (142,124,173).

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

The process color (four color CMYK) of #8e7cad color hex is 0.18, 0.28, 0.00, 0.32. Web safe color of #8e7cad is #996699. Color #8e7cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01111100 10101101
Octal 216 174 255
Decimal 142 124 173
Hex 8E 7C AD

RGB Percentages of Color #8e7cad

%32.35
%28.25
%39.41

CMYK Percentages of Color #8e7cad

%18
%28
%0
%32

Triadic Colors of #8e7cad

#8e7cad #ad8e7c #7cad8e

Analogous Colors of #8e7cad

#8e7cad #a77cad #7c83ad

Monochromatic Colors of #8e7cad

#8e7cad

Complementary Color

#8e7cad #9bad7c

#8e7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e7cad Color CSS Codes

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

#8e7cad Text Font Color

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

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


#8e7cad Background Color

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

This div background color is #8e7cad


#8e7cad Border Color

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

This div border color is #8e7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e7cad


Comments

No comments written yet.

Please login to write comment.