COLOR #8E3668

HEX: #8E3668
RGB: (142,54,104)

Color info

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

RGB color model

#8E3668 color RGB value is (142,54,104).

  • red value is 142;
  • green value is 54;
  • blue value is 104.
RGB:
(142,54,104)
(56%,21%,41%)

RGB channels and saturation

R 142 of 255 = 56%
G 54 of 255 = 21%
B 104 of 255 = 41%

142
54
104

R + G + B ~ 39%. #8E3668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 54 + 104 = 300 (100%)
R 142 of 300 ~ 47.33%
G 54 of 300 ~ 18%
B 104 of 300 ~ 34.67%

%47.33
%18
%34.67

CMYK color model

#8E3668 color CMYK value is (0,62,27,44).

  • cyan value is 0.00%
  • magenta value is 61.97%
  • yellow value is 26.76%
  • key color value is 44.31%
CMYK:
(0,62,27,44)
C0M62Y27K44 
(0%,62%,27%,44%)
(0.00/0.62/0.27/0.44)	

CMYK percentages

%0
%61.97
%26.76
%44.31

Codes

Color #8E3668 in popluar color models

8E3668
RGB14254104
HSL326°44.90%38.43%
HSB/HSV326°61.97%55.69%
CMYK0.00%61.97%26.76%
44.31%

Color #8E3668 in popluar number systems.

HEX8E3668
Decimal14254104
Binary100011101101101101000
Octal21666150

Shades and tints

Shades of #8E3668

#8E3668
(142,54,104)
#82325F
(130,50,95)
#762E56
(118,46,86)
#6A2A4D
(106,42,77)
#5E2644
(94,38,68)
#52223B
(82,34,59)
#461E32
(70,30,50)
#3A1A29
(58,26,41)
#2E1620
(46,22,32)
#221217
(34,18,23)
#160E0E
(22,14,14)
#000000
(0,0,0)

Tints of #8E3668

#8E3668
(142,54,104)
#984875
(152,72,117)
#A25A82
(162,90,130)
#AC6C8F
(172,108,143)
#B67E9C
(182,126,156)
#C090A9
(192,144,169)
#CAA2B6
(202,162,182)
#D4B4C3
(212,180,195)
#DEC6D0
(222,198,208)
#E8D8DD
(232,216,221)
#F2EAEA
(242,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E3668 color. Also use rgb(142,54,104) instead hex code.

Text Font Color

.myTextColor { color: #8E3668; }

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

This text font color is #8E3668.


Background Color

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

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

This div background color is #8E3668.


Border color

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

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

This div border color is #8E3668.


Opacity

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

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

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

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

This text has shadow with #8E3668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E3668 on black background.


Color preview on white background

This text has color #8E3668 on white background.



Black color preview on #8E3668 background

This text has black color on #8E3668 background.


White color preview on #8E3668 background

This text has white color on #8E3668 background.