COLOR #8E285A

HEX: #8E285A
RGB: (142,40,90)

Color info

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

RGB color model

#8E285A color RGB value is (142,40,90).

  • red value is 142;
  • green value is 40;
  • blue value is 90.
RGB:
(142,40,90)
(56%,16%,35%)

RGB channels and saturation

R 142 of 255 = 56%
G 40 of 255 = 16%
B 90 of 255 = 35%

142
40
90

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

Portions of RGB colors in percentages

R + G + B =
142 + 40 + 90 = 272 (100%)
R 142 of 272 ~ 52.21%
G 40 of 272 ~ 14.71%
B 90 of 272 ~ 33.09%

%52.21
%14.71
%33.09

CMYK color model

#8E285A color CMYK value is (0,72,37,44).

  • cyan value is 0.00%
  • magenta value is 71.83%
  • yellow value is 36.62%
  • key color value is 44.31%
CMYK:
(0,72,37,44)
C0M72Y37K44 
(0%,72%,37%,44%)
(0.00/0.72/0.37/0.44)	

CMYK percentages

%0
%71.83
%36.62
%44.31

Codes

Color #8E285A in popluar color models

8E285A
RGB1424090
HSL331°56.04%35.69%
HSB/HSV331°71.83%55.69%
CMYK0.00%71.83%36.62%
44.31%

Color #8E285A in popluar number systems.

HEX8E285A
Decimal1424090
Binary100011101010001011010
Octal21650132

Shades and tints

Shades of #8E285A

#8E285A
(142,40,90)
#822552
(130,37,82)
#76224A
(118,34,74)
#6A1F42
(106,31,66)
#5E1C3A
(94,28,58)
#521932
(82,25,50)
#46162A
(70,22,42)
#3A1322
(58,19,34)
#2E101A
(46,16,26)
#220D12
(34,13,18)
#160A0A
(22,10,10)
#000000
(0,0,0)

Tints of #8E285A

#8E285A
(142,40,90)
#983B69
(152,59,105)
#A24E78
(162,78,120)
#AC6187
(172,97,135)
#B67496
(182,116,150)
#C087A5
(192,135,165)
#CA9AB4
(202,154,180)
#D4ADC3
(212,173,195)
#DEC0D2
(222,192,210)
#E8D3E1
(232,211,225)
#F2E6F0
(242,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E285A color. Also use rgb(142,40,90) instead hex code.

Text Font Color

.myTextColor { color: #8E285A; }

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

This text font color is #8E285A.


Background Color

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

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

This div background color is #8E285A.


Border color

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

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

This div border color is #8E285A.


Opacity

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

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

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

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

This text has shadow with #8E285A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E285A on black background.


Color preview on white background

This text has color #8E285A on white background.



Black color preview on #8E285A background

This text has black color on #8E285A background.


White color preview on #8E285A background

This text has white color on #8E285A background.