COLOR #8E4489

HEX: #8E4489
RGB: (142,68,137)

Color info

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

RGB color model

#8E4489 color RGB value is (142,68,137).

  • red value is 142;
  • green value is 68;
  • blue value is 137.
RGB:
(142,68,137)
(56%,27%,54%)

RGB channels and saturation

R 142 of 255 = 56%
G 68 of 255 = 27%
B 137 of 255 = 54%

142
68
137

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

Portions of RGB colors in percentages

R + G + B =
142 + 68 + 137 = 347 (100%)
R 142 of 347 ~ 40.92%
G 68 of 347 ~ 19.6%
B 137 of 347 ~ 39.48%

%40.92
%19.6
%39.48

CMYK color model

#8E4489 color CMYK value is (0,52,4,44).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 3.52%
  • key color value is 44.31%
CMYK:
(0,52,4,44)
C0M52Y4K44 
(0%,52%,4%,44%)
(0.00/0.52/0.04/0.44)	

CMYK percentages

%0
%52.11
%3.52
%44.31

Codes

Color #8E4489 in popluar color models

8E4489
RGB14268137
HSL304°35.24%41.18%
HSB/HSV304°52.11%55.69%
CMYK0.00%52.11%3.52%
44.31%

Color #8E4489 in popluar number systems.

HEX8E4489
Decimal14268137
Binary10001110100010010001001
Octal216104211

Shades and tints

Shades of #8E4489

#8E4489
(142,68,137)
#823E7D
(130,62,125)
#763871
(118,56,113)
#6A3265
(106,50,101)
#5E2C59
(94,44,89)
#52264D
(82,38,77)
#462041
(70,32,65)
#3A1A35
(58,26,53)
#2E1429
(46,20,41)
#220E1D
(34,14,29)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #8E4489

#8E4489
(142,68,137)
#985593
(152,85,147)
#A2669D
(162,102,157)
#AC77A7
(172,119,167)
#B688B1
(182,136,177)
#C099BB
(192,153,187)
#CAAAC5
(202,170,197)
#D4BBCF
(212,187,207)
#DECCD9
(222,204,217)
#E8DDE3
(232,221,227)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4489 color. Also use rgb(142,68,137) instead hex code.

Text Font Color

.myTextColor { color: #8E4489; }

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

This text font color is #8E4489.


Background Color

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

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

This div background color is #8E4489.


Border color

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

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

This div border color is #8E4489.


Opacity

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

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

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

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

This text has shadow with #8E4489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4489 on black background.


Color preview on white background

This text has color #8E4489 on white background.



Black color preview on #8E4489 background

This text has black color on #8E4489 background.


White color preview on #8E4489 background

This text has white color on #8E4489 background.