COLOR #8E458E

HEX: #8E458E
RGB: (142,69,142)

Color info

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

RGB color model

#8E458E color RGB value is (142,69,142).

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

RGB channels and saturation

R 142 of 255 = 56%
G 69 of 255 = 27%
B 142 of 255 = 56%

142
69
142

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

Portions of RGB colors in percentages

R + G + B =
142 + 69 + 142 = 353 (100%)
R 142 of 353 ~ 40.23%
G 69 of 353 ~ 19.55%
B 142 of 353 ~ 40.23%

%40.23
%19.55
%40.23

CMYK color model

#8E458E color CMYK value is (0,51,0,44).

  • cyan value is 0.00%
  • magenta value is 51.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(0,51,0,44)
C0M51Y0K44 
(0%,51%,0%,44%)
(0.00/0.51/0.00/0.44)	

CMYK percentages

%0
%51.41
%0
%44.31

Codes

Color #8E458E in popluar color models

8E458E
RGB14269142
HSL300°34.60%41.37%
HSB/HSV300°51.41%55.69%
CMYK0.00%51.41%0.00%
44.31%

Color #8E458E in popluar number systems.

HEX8E458E
Decimal14269142
Binary10001110100010110001110
Octal216105216

Shades and tints

Shades of #8E458E

#8E458E
(142,69,142)
#823F82
(130,63,130)
#763976
(118,57,118)
#6A336A
(106,51,106)
#5E2D5E
(94,45,94)
#522752
(82,39,82)
#462146
(70,33,70)
#3A1B3A
(58,27,58)
#2E152E
(46,21,46)
#220F22
(34,15,34)
#160916
(22,9,22)
#000000
(0,0,0)

Tints of #8E458E

#8E458E
(142,69,142)
#985598
(152,85,152)
#A265A2
(162,101,162)
#AC75AC
(172,117,172)
#B685B6
(182,133,182)
#C095C0
(192,149,192)
#CAA5CA
(202,165,202)
#D4B5D4
(212,181,212)
#DEC5DE
(222,197,222)
#E8D5E8
(232,213,232)
#F2E5F2
(242,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E458E; }

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

This text font color is #8E458E.


Background Color

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

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

This div background color is #8E458E.


Border color

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

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

This div border color is #8E458E.


Opacity

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

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

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

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

This text has shadow with #8E458E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E458E on black background.


Color preview on white background

This text has color #8E458E on white background.



Black color preview on #8E458E background

This text has black color on #8E458E background.


White color preview on #8E458E background

This text has white color on #8E458E background.