COLOR #8E448D

HEX: #8E448D
RGB: (142,68,141)

Color info

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

RGB color model

#8E448D color RGB value is (142,68,141).

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

RGB channels and saturation

R 142 of 255 = 56%
G 68 of 255 = 27%
B 141 of 255 = 55%

142
68
141

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

Portions of RGB colors in percentages

R + G + B =
142 + 68 + 141 = 351 (100%)
R 142 of 351 ~ 40.46%
G 68 of 351 ~ 19.37%
B 141 of 351 ~ 40.17%

%40.46
%19.37
%40.17

CMYK color model

#8E448D color CMYK value is (0,52,1,44).

  • cyan value is 0.00%
  • magenta value is 52.11%
  • yellow value is 0.70%
  • key color value is 44.31%
CMYK:
(0,52,1,44)
C0M52Y1K44 
(0%,52%,1%,44%)
(0.00/0.52/0.01/0.44)	

CMYK percentages

%0
%52.11
%0.7
%44.31

Codes

Color #8E448D in popluar color models

8E448D
RGB14268141
HSL301°35.24%41.18%
HSB/HSV301°52.11%55.69%
CMYK0.00%52.11%0.70%
44.31%

Color #8E448D in popluar number systems.

HEX8E448D
Decimal14268141
Binary10001110100010010001101
Octal216104215

Shades and tints

Shades of #8E448D

#8E448D
(142,68,141)
#823E81
(130,62,129)
#763875
(118,56,117)
#6A3269
(106,50,105)
#5E2C5D
(94,44,93)
#522651
(82,38,81)
#462045
(70,32,69)
#3A1A39
(58,26,57)
#2E142D
(46,20,45)
#220E21
(34,14,33)
#160815
(22,8,21)
#000000
(0,0,0)

Tints of #8E448D

#8E448D
(142,68,141)
#985597
(152,85,151)
#A266A1
(162,102,161)
#AC77AB
(172,119,171)
#B688B5
(182,136,181)
#C099BF
(192,153,191)
#CAAAC9
(202,170,201)
#D4BBD3
(212,187,211)
#DECCDD
(222,204,221)
#E8DDE7
(232,221,231)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E448D; }

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

This text font color is #8E448D.


Background Color

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

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

This div background color is #8E448D.


Border color

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

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

This div border color is #8E448D.


Opacity

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

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

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

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

This text has shadow with #8E448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E448D on black background.


Color preview on white background

This text has color #8E448D on white background.



Black color preview on #8E448D background

This text has black color on #8E448D background.


White color preview on #8E448D background

This text has white color on #8E448D background.