COLOR #8E488B

HEX: #8E488B
RGB: (142,72,139)

Color info

#8E488B contains mainly red and blue colors. Web safe color of #8E488B is #993399 (or #939).

RGB color model

#8E488B color RGB value is (142,72,139).

  • red value is 142;
  • green value is 72;
  • blue value is 139.
RGB:
(142,72,139)
(56%,28%,55%)

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 139 of 255 = 55%

142
72
139

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

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 139 = 353 (100%)
R 142 of 353 ~ 40.23%
G 72 of 353 ~ 20.4%
B 139 of 353 ~ 39.38%

%40.23
%20.4
%39.38

CMYK color model

#8E488B color CMYK value is (0,49,2,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 2.11%
  • key color value is 44.31%
CMYK:
(0,49,2,44)
C0M49Y2K44 
(0%,49%,2%,44%)
(0.00/0.49/0.02/0.44)	

CMYK percentages

%0
%49.3
%2.11
%44.31

Codes

Color #8E488B in popluar color models

8E488B
RGB14272139
HSL303°32.71%41.96%
HSB/HSV303°49.30%55.69%
CMYK0.00%49.30%2.11%
44.31%

Color #8E488B in popluar number systems.

HEX8E488B
Decimal14272139
Binary10001110100100010001011
Octal216110213

Shades and tints

Shades of #8E488B

#8E488B
(142,72,139)
#82427F
(130,66,127)
#763C73
(118,60,115)
#6A3667
(106,54,103)
#5E305B
(94,48,91)
#522A4F
(82,42,79)
#462443
(70,36,67)
#3A1E37
(58,30,55)
#2E182B
(46,24,43)
#22121F
(34,18,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #8E488B

#8E488B
(142,72,139)
#985895
(152,88,149)
#A2689F
(162,104,159)
#AC78A9
(172,120,169)
#B688B3
(182,136,179)
#C098BD
(192,152,189)
#CAA8C7
(202,168,199)
#D4B8D1
(212,184,209)
#DEC8DB
(222,200,219)
#E8D8E5
(232,216,229)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E488B color. Also use rgb(142,72,139) instead hex code.

Text Font Color

.myTextColor { color: #8E488B; }

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

This text font color is #8E488B.


Background Color

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

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

This div background color is #8E488B.


Border color

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

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

This div border color is #8E488B.


Opacity

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

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

Text with #8E488B 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 #8E488B;}

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

This text has shadow with #8E488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E488B on black background.


Color preview on white background

This text has color #8E488B on white background.



Black color preview on #8E488B background

This text has black color on #8E488B background.


White color preview on #8E488B background

This text has white color on #8E488B background.