COLOR #8E4662

HEX: #8E4662
RGB: (142,70,98)

Color info

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

RGB color model

#8E4662 color RGB value is (142,70,98).

  • red value is 142;
  • green value is 70;
  • blue value is 98.
RGB:
(142,70,98)
(56%,27%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 70 of 255 = 27%
B 98 of 255 = 38%

142
70
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 70 + 98 = 310 (100%)
R 142 of 310 ~ 45.81%
G 70 of 310 ~ 22.58%
B 98 of 310 ~ 31.61%

%45.81
%22.58
%31.61

CMYK color model

#8E4662 color CMYK value is (0,51,31,44).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 30.99%
  • key color value is 44.31%
CMYK:
(0,51,31,44)
C0M51Y31K44 
(0%,51%,31%,44%)
(0.00/0.51/0.31/0.44)	

CMYK percentages

%0
%50.7
%30.99
%44.31

Codes

Color #8E4662 in popluar color models

8E4662
RGB1427098
HSL337°33.96%41.57%
HSB/HSV337°50.70%55.69%
CMYK0.00%50.70%30.99%
44.31%

Color #8E4662 in popluar number systems.

HEX8E4662
Decimal1427098
Binary1000111010001101100010
Octal216106142

Shades and tints

Shades of #8E4662

#8E4662
(142,70,98)
#82405A
(130,64,90)
#763A52
(118,58,82)
#6A344A
(106,52,74)
#5E2E42
(94,46,66)
#52283A
(82,40,58)
#462232
(70,34,50)
#3A1C2A
(58,28,42)
#2E1622
(46,22,34)
#22101A
(34,16,26)
#160A12
(22,10,18)
#000000
(0,0,0)

Tints of #8E4662

#8E4662
(142,70,98)
#985670
(152,86,112)
#A2667E
(162,102,126)
#AC768C
(172,118,140)
#B6869A
(182,134,154)
#C096A8
(192,150,168)
#CAA6B6
(202,166,182)
#D4B6C4
(212,182,196)
#DEC6D2
(222,198,210)
#E8D6E0
(232,214,224)
#F2E6EE
(242,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E4662; }

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

This text font color is #8E4662.


Background Color

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

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

This div background color is #8E4662.


Border color

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

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

This div border color is #8E4662.


Opacity

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

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

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

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

This text has shadow with #8E4662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E4662 on black background.


Color preview on white background

This text has color #8E4662 on white background.



Black color preview on #8E4662 background

This text has black color on #8E4662 background.


White color preview on #8E4662 background

This text has white color on #8E4662 background.