COLOR #8E2A4C

HEX: #8E2A4C
RGB: (142,42,76)

Color info

#8E2A4C contains mainly red color. Web safe color of #8E2A4C is #993333 (or #933).

RGB color model

#8E2A4C color RGB value is (142,42,76).

  • red value is 142;
  • green value is 42;
  • blue value is 76.
RGB:
(142,42,76)
(56%,16%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 42 of 255 = 16%
B 76 of 255 = 30%

142
42
76

R + G + B ~ 34%. #8E2A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 42 + 76 = 260 (100%)
R 142 of 260 ~ 54.62%
G 42 of 260 ~ 16.15%
B 76 of 260 ~ 29.23%

%54.62
%16.15
%29.23

CMYK color model

#8E2A4C color CMYK value is (0,70,46,44).

  • cyan value is 0.00%
  • magenta value is 70.42%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK:
(0,70,46,44)
C0M70Y46K44 
(0%,70%,46%,44%)
(0.00/0.70/0.46/0.44)	

CMYK percentages

%0
%70.42
%46.48
%44.31

Codes

Color #8E2A4C in popluar color models

8E2A4C
RGB1424276
HSL340°54.35%36.08%
HSB/HSV340°70.42%55.69%
CMYK0.00%70.42%46.48%
44.31%

Color #8E2A4C in popluar number systems.

HEX8E2A4C
Decimal1424276
Binary100011101010101001100
Octal21652114

Shades and tints

Shades of #8E2A4C

#8E2A4C
(142,42,76)
#822746
(130,39,70)
#762440
(118,36,64)
#6A213A
(106,33,58)
#5E1E34
(94,30,52)
#521B2E
(82,27,46)
#461828
(70,24,40)
#3A1522
(58,21,34)
#2E121C
(46,18,28)
#220F16
(34,15,22)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #8E2A4C

#8E2A4C
(142,42,76)
#983D5C
(152,61,92)
#A2506C
(162,80,108)
#AC637C
(172,99,124)
#B6768C
(182,118,140)
#C0899C
(192,137,156)
#CA9CAC
(202,156,172)
#D4AFBC
(212,175,188)
#DEC2CC
(222,194,204)
#E8D5DC
(232,213,220)
#F2E8EC
(242,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2A4C color. Also use rgb(142,42,76) instead hex code.

Text Font Color

.myTextColor { color: #8E2A4C; }

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

This text font color is #8E2A4C.


Background Color

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

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

This div background color is #8E2A4C.


Border color

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

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

This div border color is #8E2A4C.


Opacity

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

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

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

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

This text has shadow with #8E2A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2A4C on black background.


Color preview on white background

This text has color #8E2A4C on white background.



Black color preview on #8E2A4C background

This text has black color on #8E2A4C background.


White color preview on #8E2A4C background

This text has white color on #8E2A4C background.