COLOR #8E235D

HEX: #8E235D
RGB: (142,35,93)

Color info

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

RGB color model

#8E235D color RGB value is (142,35,93).

  • red value is 142;
  • green value is 35;
  • blue value is 93.
RGB:
(142,35,93)
(56%,14%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 35 of 255 = 14%
B 93 of 255 = 36%

142
35
93

R + G + B ~ 35%. #8E235D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 35 + 93 = 270 (100%)
R 142 of 270 ~ 52.59%
G 35 of 270 ~ 12.96%
B 93 of 270 ~ 34.44%

%52.59
%12.96
%34.44

CMYK color model

#8E235D color CMYK value is (0,75,35,44).

  • cyan value is 0.00%
  • magenta value is 75.35%
  • yellow value is 34.51%
  • key color value is 44.31%
CMYK:
(0,75,35,44)
C0M75Y35K44 
(0%,75%,35%,44%)
(0.00/0.75/0.35/0.44)	

CMYK percentages

%0
%75.35
%34.51
%44.31

Codes

Color #8E235D in popluar color models

8E235D
RGB1423593
HSL327°60.45%34.71%
HSB/HSV327°75.35%55.69%
CMYK0.00%75.35%34.51%
44.31%

Color #8E235D in popluar number systems.

HEX8E235D
Decimal1423593
Binary100011101000111011101
Octal21643135

Shades and tints

Shades of #8E235D

#8E235D
(142,35,93)
#822055
(130,32,85)
#761D4D
(118,29,77)
#6A1A45
(106,26,69)
#5E173D
(94,23,61)
#521435
(82,20,53)
#46112D
(70,17,45)
#3A0E25
(58,14,37)
#2E0B1D
(46,11,29)
#220815
(34,8,21)
#16050D
(22,5,13)
#000000
(0,0,0)

Tints of #8E235D

#8E235D
(142,35,93)
#98376B
(152,55,107)
#A24B79
(162,75,121)
#AC5F87
(172,95,135)
#B67395
(182,115,149)
#C087A3
(192,135,163)
#CA9BB1
(202,155,177)
#D4AFBF
(212,175,191)
#DEC3CD
(222,195,205)
#E8D7DB
(232,215,219)
#F2EBE9
(242,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E235D color. Also use rgb(142,35,93) instead hex code.

Text Font Color

.myTextColor { color: #8E235D; }

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

This text font color is #8E235D.


Background Color

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

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

This div background color is #8E235D.


Border color

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

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

This div border color is #8E235D.


Opacity

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

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

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

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

This text has shadow with #8E235D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E235D on black background.


Color preview on white background

This text has color #8E235D on white background.



Black color preview on #8E235D background

This text has black color on #8E235D background.


White color preview on #8E235D background

This text has white color on #8E235D background.