COLOR #8E2F63

HEX: #8E2F63
RGB: (142,47,99)

Color info

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

RGB color model

#8E2F63 color RGB value is (142,47,99).

  • red value is 142;
  • green value is 47;
  • blue value is 99.
RGB:
(142,47,99)
(56%,18%,39%)

RGB channels and saturation

R 142 of 255 = 56%
G 47 of 255 = 18%
B 99 of 255 = 39%

142
47
99

R + G + B ~ 38%. #8E2F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
142 + 47 + 99 = 288 (100%)
R 142 of 288 ~ 49.31%
G 47 of 288 ~ 16.32%
B 99 of 288 ~ 34.38%

%49.31
%16.32
%34.38

CMYK color model

#8E2F63 color CMYK value is (0,67,30,44).

  • cyan value is 0.00%
  • magenta value is 66.90%
  • yellow value is 30.28%
  • key color value is 44.31%
CMYK:
(0,67,30,44)
C0M67Y30K44 
(0%,67%,30%,44%)
(0.00/0.67/0.30/0.44)	

CMYK percentages

%0
%66.9
%30.28
%44.31

Codes

Color #8E2F63 in popluar color models

8E2F63
RGB1424799
HSL327°50.26%37.06%
HSB/HSV327°66.90%55.69%
CMYK0.00%66.90%30.28%
44.31%

Color #8E2F63 in popluar number systems.

HEX8E2F63
Decimal1424799
Binary100011101011111100011
Octal21657143

Shades and tints

Shades of #8E2F63

#8E2F63
(142,47,99)
#822B5A
(130,43,90)
#762751
(118,39,81)
#6A2348
(106,35,72)
#5E1F3F
(94,31,63)
#521B36
(82,27,54)
#46172D
(70,23,45)
#3A1324
(58,19,36)
#2E0F1B
(46,15,27)
#220B12
(34,11,18)
#160709
(22,7,9)
#000000
(0,0,0)

Tints of #8E2F63

#8E2F63
(142,47,99)
#984171
(152,65,113)
#A2537F
(162,83,127)
#AC658D
(172,101,141)
#B6779B
(182,119,155)
#C089A9
(192,137,169)
#CA9BB7
(202,155,183)
#D4ADC5
(212,173,197)
#DEBFD3
(222,191,211)
#E8D1E1
(232,209,225)
#F2E3EF
(242,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E2F63 color. Also use rgb(142,47,99) instead hex code.

Text Font Color

.myTextColor { color: #8E2F63; }

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

This text font color is #8E2F63.


Background Color

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

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

This div background color is #8E2F63.


Border color

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

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

This div border color is #8E2F63.


Opacity

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

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

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

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

This text has shadow with #8E2F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E2F63 on black background.


Color preview on white background

This text has color #8E2F63 on white background.



Black color preview on #8E2F63 background

This text has black color on #8E2F63 background.


White color preview on #8E2F63 background

This text has white color on #8E2F63 background.