COLOR #8E0894

HEX: #8E0894
RGB: (142,8,148)

Color info

#8E0894 contains mainly red and blue colors. Web safe color of #8E0894 is #990099 (or #909).

RGB color model

#8E0894 color RGB value is (142,8,148).

  • red value is 142;
  • green value is 8;
  • blue value is 148.
RGB:
(142,8,148)
(56%,3%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 8 of 255 = 3%
B 148 of 255 = 58%

142
8
148

R + G + B ~ 39%. #8E0894 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 8 + 148 = 298 (100%)
R 142 of 298 ~ 47.65%
G 8 of 298 ~ 2.68%
B 148 of 298 ~ 49.66%

%47.65
%49.66

CMYK color model

#8E0894 color CMYK value is (4,95,0,42).

  • cyan value is 4.05%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(4,95,0,42)
C4M95Y0K42 
(4%,95%,0%,42%)
(0.04/0.95/0.00/0.42)	

CMYK percentages

%4.05
%94.59
%0
%41.96

Codes

Color #8E0894 in popluar color models

8E0894
RGB1428148
HSL297°89.74%30.59%
HSB/HSV297°94.59%58.04%
CMYK4.05%94.59%0.00%
41.96%

Color #8E0894 in popluar number systems.

HEX8E0894
Decimal1428148
Binary10001110100010010100
Octal21610224

Shades and tints

Shades of #8E0894

#8E0894
(142,8,148)
#820887
(130,8,135)
#76087A
(118,8,122)
#6A086D
(106,8,109)
#5E0860
(94,8,96)
#520853
(82,8,83)
#460846
(70,8,70)
#3A0839
(58,8,57)
#2E082C
(46,8,44)
#22081F
(34,8,31)
#160812
(22,8,18)
#000000
(0,0,0)

Tints of #8E0894

#8E0894
(142,8,148)
#981E9D
(152,30,157)
#A234A6
(162,52,166)
#AC4AAF
(172,74,175)
#B660B8
(182,96,184)
#C076C1
(192,118,193)
#CA8CCA
(202,140,202)
#D4A2D3
(212,162,211)
#DEB8DC
(222,184,220)
#E8CEE5
(232,206,229)
#F2E4EE
(242,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E0894; }

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

This text font color is #8E0894.


Background Color

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

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

This div background color is #8E0894.


Border color

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

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

This div border color is #8E0894.


Opacity

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

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

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

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

This text has shadow with #8E0894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E0894 on black background.


Color preview on white background

This text has color #8E0894 on white background.



Black color preview on #8E0894 background

This text has black color on #8E0894 background.


White color preview on #8E0894 background

This text has white color on #8E0894 background.