COLOR #8E3A67

HEX: #8E3A67
RGB: (142,58,103)

Color info

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

RGB color model

#8E3A67 color RGB value is (142,58,103).

  • red value is 142;
  • green value is 58;
  • blue value is 103.
RGB:
(142,58,103)
(56%,23%,40%)

RGB channels and saturation

R 142 of 255 = 56%
G 58 of 255 = 23%
B 103 of 255 = 40%

142
58
103

R + G + B ~ 40%. #8E3A67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
142 + 58 + 103 = 303 (100%)
R 142 of 303 ~ 46.86%
G 58 of 303 ~ 19.14%
B 103 of 303 ~ 33.99%

%46.86
%19.14
%33.99

CMYK color model

#8E3A67 color CMYK value is (0,59,27,44).

  • cyan value is 0.00%
  • magenta value is 59.15%
  • yellow value is 27.46%
  • key color value is 44.31%
CMYK:
(0,59,27,44)
C0M59Y27K44 
(0%,59%,27%,44%)
(0.00/0.59/0.27/0.44)	

CMYK percentages

%0
%59.15
%27.46
%44.31

Codes

Color #8E3A67 in popluar color models

8E3A67
RGB14258103
HSL328°42.00%39.22%
HSB/HSV328°59.15%55.69%
CMYK0.00%59.15%27.46%
44.31%

Color #8E3A67 in popluar number systems.

HEX8E3A67
Decimal14258103
Binary100011101110101100111
Octal21672147

Shades and tints

Shades of #8E3A67

#8E3A67
(142,58,103)
#82355E
(130,53,94)
#763055
(118,48,85)
#6A2B4C
(106,43,76)
#5E2643
(94,38,67)
#52213A
(82,33,58)
#461C31
(70,28,49)
#3A1728
(58,23,40)
#2E121F
(46,18,31)
#220D16
(34,13,22)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #8E3A67

#8E3A67
(142,58,103)
#984B74
(152,75,116)
#A25C81
(162,92,129)
#AC6D8E
(172,109,142)
#B67E9B
(182,126,155)
#C08FA8
(192,143,168)
#CAA0B5
(202,160,181)
#D4B1C2
(212,177,194)
#DEC2CF
(222,194,207)
#E8D3DC
(232,211,220)
#F2E4E9
(242,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3A67 color. Also use rgb(142,58,103) instead hex code.

Text Font Color

.myTextColor { color: #8E3A67; }

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

This text font color is #8E3A67.


Background Color

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

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

This div background color is #8E3A67.


Border color

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

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

This div border color is #8E3A67.


Opacity

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

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

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

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

This text has shadow with #8E3A67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3A67 on black background.


Color preview on white background

This text has color #8E3A67 on white background.



Black color preview on #8E3A67 background

This text has black color on #8E3A67 background.


White color preview on #8E3A67 background

This text has white color on #8E3A67 background.