COLOR #8E447F

HEX: #8E447F
RGB: (142,68,127)

Color info

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

RGB color model

#8E447F color RGB value is (142,68,127).

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

RGB channels and saturation

R 142 of 255 = 56%
G 68 of 255 = 27%
B 127 of 255 = 50%

142
68
127

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

Portions of RGB colors in percentages

R + G + B =
142 + 68 + 127 = 337 (100%)
R 142 of 337 ~ 42.14%
G 68 of 337 ~ 20.18%
B 127 of 337 ~ 37.69%

%42.14
%20.18
%37.69

CMYK color model

#8E447F color CMYK value is (0,52,11,44).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK:
(0,52,11,44)
C0M52Y11K44 
(0%,52%,11%,44%)
(0.00/0.52/0.11/0.44)	

CMYK percentages

%0
%52.11
%10.56
%44.31

Codes

Color #8E447F in popluar color models

8E447F
RGB14268127
HSL312°35.24%41.18%
HSB/HSV312°52.11%55.69%
CMYK0.00%52.11%10.56%
44.31%

Color #8E447F in popluar number systems.

HEX8E447F
Decimal14268127
Binary1000111010001001111111
Octal216104177

Shades and tints

Shades of #8E447F

#8E447F
(142,68,127)
#823E74
(130,62,116)
#763869
(118,56,105)
#6A325E
(106,50,94)
#5E2C53
(94,44,83)
#522648
(82,38,72)
#46203D
(70,32,61)
#3A1A32
(58,26,50)
#2E1427
(46,20,39)
#220E1C
(34,14,28)
#160811
(22,8,17)
#000000
(0,0,0)

Tints of #8E447F

#8E447F
(142,68,127)
#98558A
(152,85,138)
#A26695
(162,102,149)
#AC77A0
(172,119,160)
#B688AB
(182,136,171)
#C099B6
(192,153,182)
#CAAAC1
(202,170,193)
#D4BBCC
(212,187,204)
#DECCD7
(222,204,215)
#E8DDE2
(232,221,226)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E447F; }

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

This text font color is #8E447F.


Background Color

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

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

This div background color is #8E447F.


Border color

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

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

This div border color is #8E447F.


Opacity

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

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

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

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

This text has shadow with #8E447F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E447F on black background.


Color preview on white background

This text has color #8E447F on white background.



Black color preview on #8E447F background

This text has black color on #8E447F background.


White color preview on #8E447F background

This text has white color on #8E447F background.