COLOR #8E488A

HEX: #8E488A
RGB: (142,72,138)

Color info

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

RGB color model

#8E488A color RGB value is (142,72,138).

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

RGB channels and saturation

R 142 of 255 = 56%
G 72 of 255 = 28%
B 138 of 255 = 54%

142
72
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 72 + 138 = 352 (100%)
R 142 of 352 ~ 40.34%
G 72 of 352 ~ 20.45%
B 138 of 352 ~ 39.2%

%40.34
%20.45
%39.2

CMYK color model

#8E488A color CMYK value is (0,49,3,44).

  • cyan value is 0.00%
  • magenta value is 49.30%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,49,3,44)
C0M49Y3K44 
(0%,49%,3%,44%)
(0.00/0.49/0.03/0.44)	

CMYK percentages

%0
%49.3
%2.82
%44.31

Codes

Color #8E488A in popluar color models

8E488A
RGB14272138
HSL303°32.71%41.96%
HSB/HSV303°49.30%55.69%
CMYK0.00%49.30%2.82%
44.31%

Color #8E488A in popluar number systems.

HEX8E488A
Decimal14272138
Binary10001110100100010001010
Octal216110212

Shades and tints

Shades of #8E488A

#8E488A
(142,72,138)
#82427E
(130,66,126)
#763C72
(118,60,114)
#6A3666
(106,54,102)
#5E305A
(94,48,90)
#522A4E
(82,42,78)
#462442
(70,36,66)
#3A1E36
(58,30,54)
#2E182A
(46,24,42)
#22121E
(34,18,30)
#160C12
(22,12,18)
#000000
(0,0,0)

Tints of #8E488A

#8E488A
(142,72,138)
#985894
(152,88,148)
#A2689E
(162,104,158)
#AC78A8
(172,120,168)
#B688B2
(182,136,178)
#C098BC
(192,152,188)
#CAA8C6
(202,168,198)
#D4B8D0
(212,184,208)
#DEC8DA
(222,200,218)
#E8D8E4
(232,216,228)
#F2E8EE
(242,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E488A; }

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

This text font color is #8E488A.


Background Color

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

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

This div background color is #8E488A.


Border color

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

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

This div border color is #8E488A.


Opacity

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

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

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

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

This text has shadow with #8E488A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E488A on black background.


Color preview on white background

This text has color #8E488A on white background.



Black color preview on #8E488A background

This text has black color on #8E488A background.


White color preview on #8E488A background

This text has white color on #8E488A background.