COLOR #8E56AE

HEX: #8E56AE
RGB: (142,86,174)

Color info

#8E56AE contains mainly red and blue colors. Web safe color of #8E56AE is #996699 (or #969).

RGB color model

#8E56AE color RGB value is (142,86,174).

  • red value is 142;
  • green value is 86;
  • blue value is 174.
RGB:
(142,86,174)
(56%,34%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 86 of 255 = 34%
B 174 of 255 = 68%

142
86
174

R + G + B ~ 53%. #8E56AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 86 + 174 = 402 (100%)
R 142 of 402 ~ 35.32%
G 86 of 402 ~ 21.39%
B 174 of 402 ~ 43.28%

%35.32
%21.39
%43.28

CMYK color model

#8E56AE color CMYK value is (18,51,0,32).

  • cyan value is 18.39%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,51,0,32)
C18M51Y0K32 
(18%,51%,0%,32%)
(0.18/0.51/0.00/0.32)	

CMYK percentages

%18.39
%50.57
%0
%31.76

Codes

Color #8E56AE in popluar color models

8E56AE
RGB14286174
HSL278°35.20%50.98%
HSB/HSV278°50.57%68.24%
CMYK18.39%50.57%0.00%
31.76%

Color #8E56AE in popluar number systems.

HEX8E56AE
Decimal14286174
Binary10001110101011010101110
Octal216126256

Shades and tints

Shades of #8E56AE

#8E56AE
(142,86,174)
#824F9F
(130,79,159)
#764890
(118,72,144)
#6A4181
(106,65,129)
#5E3A72
(94,58,114)
#523363
(82,51,99)
#462C54
(70,44,84)
#3A2545
(58,37,69)
#2E1E36
(46,30,54)
#221727
(34,23,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #8E56AE

#8E56AE
(142,86,174)
#9865B5
(152,101,181)
#A274BC
(162,116,188)
#AC83C3
(172,131,195)
#B692CA
(182,146,202)
#C0A1D1
(192,161,209)
#CAB0D8
(202,176,216)
#D4BFDF
(212,191,223)
#DECEE6
(222,206,230)
#E8DDED
(232,221,237)
#F2ECF4
(242,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E56AE color. Also use rgb(142,86,174) instead hex code.

Text Font Color

.myTextColor { color: #8E56AE; }

<p style="color:#8E56AE">This sample text font color is #8E56AE.</p>

This text font color is #8E56AE.


Background Color

.myBgColor { background-color: #8E56AE; }

<div style="background-color:#8E56AE">Inner text</div>

This div background color is #8E56AE.


Border color

.myBorderColor { border: 1px solid #8E56AE; }

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

This div border color is #8E56AE.


Opacity

.myOpacity80 { color: #8E56AE; opacity: 0.8; }

<p style="color:#8E56AE;opacity:0.8;">80%</p>

Text with #8E56AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8E56AE;}

<p style="text-shadow: 3px 3px 1px #8E56AE">Text here.</p>

This text has shadow with #8E56AE color.

.textShadow {text-shadow: 3px 3px 1px #8E56AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8E56AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #8E56AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E56AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8E56AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #8E56AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8E56AE;
  -webkit-box-shadow:	1px 1px 3px 2px #8E56AE;
  box-shadow:		1px 1px 3px 2px #8E56AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E56AE;
-webkit-box-shadow: 1px 1px 3px 2px #8E56AE;
box-shadow:1px 1px 3px 2px #8E56AE;">
Div content here</div>
This div box has shadow with color #8E56AE.

Preview

Color preview on black background

This text has color #8E56AE on black background.


Color preview on white background

This text has color #8E56AE on white background.



Black color preview on #8E56AE background

This text has black color on #8E56AE background.


White color preview on #8E56AE background

This text has white color on #8E56AE background.