COLOR #8E387F

HEX: #8E387F
RGB: (142,56,127)

Color info

#8E387F contains mainly red and blue colors. Web safe color of #8E387F is #993366 (or #936).

RGB color model

#8E387F color RGB value is (142,56,127).

  • red value is 142;
  • green value is 56;
  • blue value is 127.
RGB:
(142,56,127)
(56%,22%,50%)

RGB channels and saturation

R 142 of 255 = 56%
G 56 of 255 = 22%
B 127 of 255 = 50%

142
56
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 56 + 127 = 325 (100%)
R 142 of 325 ~ 43.69%
G 56 of 325 ~ 17.23%
B 127 of 325 ~ 39.08%

%43.69
%17.23
%39.08

CMYK color model

#8E387F color CMYK value is (0,61,11,44).

  • cyan value is 0.00%
  • magenta value is 60.56%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(0,61,11,44)
C0M61Y11K44 
(0%,61%,11%,44%)
(0.00/0.61/0.11/0.44)	

CMYK percentages

%0
%60.56
%10.56
%44.31

Codes

Color #8E387F in popluar color models

8E387F
RGB14256127
HSL310°43.43%38.82%
HSB/HSV310°60.56%55.69%
CMYK0.00%60.56%10.56%
44.31%

Color #8E387F in popluar number systems.

HEX8E387F
Decimal14256127
Binary100011101110001111111
Octal21670177

Shades and tints

Shades of #8E387F

#8E387F
(142,56,127)
#823374
(130,51,116)
#762E69
(118,46,105)
#6A295E
(106,41,94)
#5E2453
(94,36,83)
#521F48
(82,31,72)
#461A3D
(70,26,61)
#3A1532
(58,21,50)
#2E1027
(46,16,39)
#220B1C
(34,11,28)
#160611
(22,6,17)
#000000
(0,0,0)

Tints of #8E387F

#8E387F
(142,56,127)
#984A8A
(152,74,138)
#A25C95
(162,92,149)
#AC6EA0
(172,110,160)
#B680AB
(182,128,171)
#C092B6
(192,146,182)
#CAA4C1
(202,164,193)
#D4B6CC
(212,182,204)
#DEC8D7
(222,200,215)
#E8DAE2
(232,218,226)
#F2ECED
(242,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E387F; }

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

This text font color is #8E387F.


Background Color

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

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

This div background color is #8E387F.


Border color

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

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

This div border color is #8E387F.


Opacity

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

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

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

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

This text has shadow with #8E387F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E387F on black background.


Color preview on white background

This text has color #8E387F on white background.



Black color preview on #8E387F background

This text has black color on #8E387F background.


White color preview on #8E387F background

This text has white color on #8E387F background.