COLOR #8E2D57

HEX: #8E2D57
RGB: (142,45,87)

Color info

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

RGB color model

#8E2D57 color RGB value is (142,45,87).

  • red value is 142;
  • green value is 45;
  • blue value is 87.
RGB:
(142,45,87)
(56%,18%,34%)

RGB channels and saturation

R 142 of 255 = 56%
G 45 of 255 = 18%
B 87 of 255 = 34%

142
45
87

R + G + B ~ 36%. #8E2D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 45 + 87 = 274 (100%)
R 142 of 274 ~ 51.82%
G 45 of 274 ~ 16.42%
B 87 of 274 ~ 31.75%

%51.82
%16.42
%31.75

CMYK color model

#8E2D57 color CMYK value is (0,68,39,44).

  • cyan value is 0.00%
  • magenta value is 68.31%
  • yellow value is 38.73%
  • key color value is 44.31%
CMYK:
(0,68,39,44)
C0M68Y39K44 
(0%,68%,39%,44%)
(0.00/0.68/0.39/0.44)	

CMYK percentages

%0
%68.31
%38.73
%44.31

Codes

Color #8E2D57 in popluar color models

8E2D57
RGB1424587
HSL334°51.87%36.67%
HSB/HSV334°68.31%55.69%
CMYK0.00%68.31%38.73%
44.31%

Color #8E2D57 in popluar number systems.

HEX8E2D57
Decimal1424587
Binary100011101011011010111
Octal21655127

Shades and tints

Shades of #8E2D57

#8E2D57
(142,45,87)
#822950
(130,41,80)
#762549
(118,37,73)
#6A2142
(106,33,66)
#5E1D3B
(94,29,59)
#521934
(82,25,52)
#46152D
(70,21,45)
#3A1126
(58,17,38)
#2E0D1F
(46,13,31)
#220918
(34,9,24)
#160511
(22,5,17)
#000000
(0,0,0)

Tints of #8E2D57

#8E2D57
(142,45,87)
#984066
(152,64,102)
#A25375
(162,83,117)
#AC6684
(172,102,132)
#B67993
(182,121,147)
#C08CA2
(192,140,162)
#CA9FB1
(202,159,177)
#D4B2C0
(212,178,192)
#DEC5CF
(222,197,207)
#E8D8DE
(232,216,222)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2D57 color. Also use rgb(142,45,87) instead hex code.

Text Font Color

.myTextColor { color: #8E2D57; }

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

This text font color is #8E2D57.


Background Color

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

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

This div background color is #8E2D57.


Border color

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

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

This div border color is #8E2D57.


Opacity

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

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

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

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

This text has shadow with #8E2D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2D57 on black background.


Color preview on white background

This text has color #8E2D57 on white background.



Black color preview on #8E2D57 background

This text has black color on #8E2D57 background.


White color preview on #8E2D57 background

This text has white color on #8E2D57 background.