COLOR #8E378A

HEX: #8E378A
RGB: (142,55,138)

Color info

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

RGB color model

#8E378A color RGB value is (142,55,138).

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

RGB channels and saturation

R 142 of 255 = 56%
G 55 of 255 = 22%
B 138 of 255 = 54%

142
55
138

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

Portions of RGB colors in percentages

R + G + B =
142 + 55 + 138 = 335 (100%)
R 142 of 335 ~ 42.39%
G 55 of 335 ~ 16.42%
B 138 of 335 ~ 41.19%

%42.39
%16.42
%41.19

CMYK color model

#8E378A color CMYK value is (0,61,3,44).

  • cyan value is 0.00%
  • magenta value is 61.27%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(0,61,3,44)
C0M61Y3K44 
(0%,61%,3%,44%)
(0.00/0.61/0.03/0.44)	

CMYK percentages

%0
%61.27
%2.82
%44.31

Codes

Color #8E378A in popluar color models

8E378A
RGB14255138
HSL303°44.16%38.63%
HSB/HSV303°61.27%55.69%
CMYK0.00%61.27%2.82%
44.31%

Color #8E378A in popluar number systems.

HEX8E378A
Decimal14255138
Binary1000111011011110001010
Octal21667212

Shades and tints

Shades of #8E378A

#8E378A
(142,55,138)
#82327E
(130,50,126)
#762D72
(118,45,114)
#6A2866
(106,40,102)
#5E235A
(94,35,90)
#521E4E
(82,30,78)
#461942
(70,25,66)
#3A1436
(58,20,54)
#2E0F2A
(46,15,42)
#220A1E
(34,10,30)
#160512
(22,5,18)
#000000
(0,0,0)

Tints of #8E378A

#8E378A
(142,55,138)
#984994
(152,73,148)
#A25B9E
(162,91,158)
#AC6DA8
(172,109,168)
#B67FB2
(182,127,178)
#C091BC
(192,145,188)
#CAA3C6
(202,163,198)
#D4B5D0
(212,181,208)
#DEC7DA
(222,199,218)
#E8D9E4
(232,217,228)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E378A; }

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

This text font color is #8E378A.


Background Color

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

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

This div background color is #8E378A.


Border color

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

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

This div border color is #8E378A.


Opacity

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

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

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

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

This text has shadow with #8E378A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E378A on black background.


Color preview on white background

This text has color #8E378A on white background.



Black color preview on #8E378A background

This text has black color on #8E378A background.


White color preview on #8E378A background

This text has white color on #8E378A background.