COLOR #8E4360

HEX: #8E4360 RGB: (142,67,96)

Color info

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

RGB color model

#8E4360 color RGB value is (142,67,96).

RGB: (142,67,96) (56%, 26%, 38%)

RGB channels and saturation

R 142 of 255 = 56%
G 67 of 255 = 26%
B 96 of 255 = 38%

142
67
96

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

Portions of RGB colors in percentages

R + G + B = 142 + 67 + 96 = 305 (100%)
R 142 of 305 ~ 46.56%
G 67 of 305 ~ 21.97%
B 96 of 305 ~ 31.48'%

%46.56
%21.97
%31.48

CMYK color model

#8E4360 color CMYK value is (0,53,32,44).

  • cyan value is 0.00%
  • magenta value is 52.82%
  • yellow value is 32.39%
  • key color value is 44.31%

CMYK: (0,53,32,44)
C0M53Y32K44 (0%, 53%, 32%, 44%)
(0.00 / 0.53 / 0.32 / 0.44)

CMYK percentages

%0
%52.82
%32.39
%44.31

Codes

Color #8E4360 in popluar color models

8E 43 60
RGB 142 67 96
HSL 337° 35.89% 40.98%
HSB/HSV 337° 52.82% 55.69%
CMYK 0.00% 52.82% 32.39%
44.31%

Color #8E4360 in popluar number systems.

HEX 8E 43 60
Decimal 142 67 96
Binary 10001110 1000011 1100000
Octal 216 103 140

Shades and tints

Shades of #8E4360

#8E4360
(142,67,96)
#823D58
(130,61,88)
#763750
(118,55,80)
#6A3148
(106,49,72)
#5E2B40
(94,43,64)
#522538
(82,37,56)
#461F30
(70,31,48)
#3A1928
(58,25,40)
#2E1320
(46,19,32)
#220D18
(34,13,24)
#160710
(22,7,16)
#000000
(0,0,0)

Tints of #8E4360

#8E4360
(142,67,96)
#98546E
(152,84,110)
#A2657C
(162,101,124)
#AC768A
(172,118,138)
#B68798
(182,135,152)
#C098A6
(192,152,166)
#CAA9B4
(202,169,180)
#D4BAC2
(212,186,194)
#DECBD0
(222,203,208)
#E8DCDE
(232,220,222)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E4360 color. Also use rgb(142,67,96) instead hex code.

Text Font Color

.myTextColor { color: #8E4360; }

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

This text font color is #8E4360.

Background Color

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

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

This div background color is #8E4360.

Border color

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

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

This div border color is #8E4360.

Opacity

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

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

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

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

This text has shadow with #8E4360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E4360.

Preview

Color preview on black background

This text has color #8E4360 on black background.


Color preview on white background

This text has color #8E4360 on white background.


Black color preview on #8E4360 background

This text has black color on #8E4360 background.


White color preview on #8E4360 background

This text has white color on #8E4360 background.


Related colors

Complementary color

Complementary color for #hex is #71BC9F.


I love getcolorcode.com

Triadic colors

1 #608E43 and #43608E with #8E4360 are triadic colors.

2 #60438E and #438E60 with #8E4360 are triadic colors.