Color Hex Logo

#8e537f Color Hex

#8E537F
(142,83,127)
0 Favorites   0 Comments

Color spaces of #8e537f

RGB 14283127
HSL0.880.260.44
HSV315°42°56°
CMYK 0.000.420.11   0.44
XYZ18.079413.469621.7257
Yxy13.46960.33940.2528
Hunter Lab36.701023.7049-9.4070
CIE-Lab43.462531.2497-14.3480

#8e537f color RGB value is (142,83,127).

#8e537f hex color red value is 142, green value is 83 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8e537f hue: 0.88 , saturation: 0.26 and the lightness value of 8e537f is 0.44.

The process color (four color CMYK) of #8e537f color hex is 0.00, 0.42, 0.11, 0.44. Web safe color of #8e537f is #996666. Color #8e537f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010011 01111111
Octal 216 123 177
Decimal 142 83 127
Hex 8E 53 7F

RGB Percentages of Color #8e537f

%40.34
%23.58
%36.08

CMYK Percentages of Color #8e537f

%0
%42
%11
%44

Triadic Colors of #8e537f

#8e537f #7f8e53 #537f8e

Analogous Colors of #8e537f

#8e537f #8e5362 #80538e

Monochromatic Colors of #8e537f

#8e537f

Complementary Color

#8e537f #538e62

#8e537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e537f Color CSS Codes

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

#8e537f Text Font Color

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

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


#8e537f Background Color

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

This div background color is #8e537f


#8e537f Border Color

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

This div border color is #8e537f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e537f


Comments

No comments written yet.

Please login to write comment.