COLOR #8E236B

HEX: #8E236B
RGB: (142,35,107)

Color info

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

RGB color model

#8E236B color RGB value is (142,35,107).

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

RGB channels and saturation

R 142 of 255 = 56%
G 35 of 255 = 14%
B 107 of 255 = 42%

142
35
107

R + G + B ~ 37%. #8E236B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 35 + 107 = 284 (100%)
R 142 of 284 ~ 50%
G 35 of 284 ~ 12.32%
B 107 of 284 ~ 37.68%

%50
%12.32
%37.68

CMYK color model

#8E236B color CMYK value is (0,75,25,44).

  • cyan value is 0.00%
  • magenta value is 75.35%
  • yellow value is 24.65%
  • key color value is 44.31%
CMYK:
(0,75,25,44)
C0M75Y25K44 
(0%,75%,25%,44%)
(0.00/0.75/0.25/0.44)	

CMYK percentages

%0
%75.35
%24.65
%44.31

Codes

Color #8E236B in popluar color models

8E236B
RGB14235107
HSL320°60.45%34.71%
HSB/HSV320°75.35%55.69%
CMYK0.00%75.35%24.65%
44.31%

Color #8E236B in popluar number systems.

HEX8E236B
Decimal14235107
Binary100011101000111101011
Octal21643153

Shades and tints

Shades of #8E236B

#8E236B
(142,35,107)
#822062
(130,32,98)
#761D59
(118,29,89)
#6A1A50
(106,26,80)
#5E1747
(94,23,71)
#52143E
(82,20,62)
#461135
(70,17,53)
#3A0E2C
(58,14,44)
#2E0B23
(46,11,35)
#22081A
(34,8,26)
#160511
(22,5,17)
#000000
(0,0,0)

Tints of #8E236B

#8E236B
(142,35,107)
#983778
(152,55,120)
#A24B85
(162,75,133)
#AC5F92
(172,95,146)
#B6739F
(182,115,159)
#C087AC
(192,135,172)
#CA9BB9
(202,155,185)
#D4AFC6
(212,175,198)
#DEC3D3
(222,195,211)
#E8D7E0
(232,215,224)
#F2EBED
(242,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E236B; }

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

This text font color is #8E236B.


Background Color

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

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

This div background color is #8E236B.


Border color

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

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

This div border color is #8E236B.


Opacity

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

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

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

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

This text has shadow with #8E236B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E236B on black background.


Color preview on white background

This text has color #8E236B on white background.



Black color preview on #8E236B background

This text has black color on #8E236B background.


White color preview on #8E236B background

This text has white color on #8E236B background.