COLOR #8C2389

HEX: #8C2389
RGB: (140,35,137)

Color info

#8C2389 contains mainly red and blue colors. Web safe color of #8C2389 is #993399 (or #939).

RGB color model

#8C2389 color RGB value is (140,35,137).

  • red value is 140;
  • green value is 35;
  • blue value is 137.
RGB:
(140,35,137)
(55%,14%,54%)

RGB channels and saturation

R 140 of 255 = 55%
G 35 of 255 = 14%
B 137 of 255 = 54%

140
35
137

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

Portions of RGB colors in percentages

R + G + B =
140 + 35 + 137 = 312 (100%)
R 140 of 312 ~ 44.87%
G 35 of 312 ~ 11.22%
B 137 of 312 ~ 43.91%

%44.87
%11.22
%43.91

CMYK color model

#8C2389 color CMYK value is (0,75,2,45).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 2.14%
  • key color value is 45.10%
CMYK:
(0,75,2,45)
C0M75Y2K45 
(0%,75%,2%,45%)
(0.00/0.75/0.02/0.45)	

CMYK percentages

%0
%75
%2.14
%45.1

Codes

Color #8C2389 in popluar color models

8C2389
RGB14035137
HSL302°60.00%34.31%
HSB/HSV302°75.00%54.90%
CMYK0.00%75.00%2.14%
45.10%

Color #8C2389 in popluar number systems.

HEX8C2389
Decimal14035137
Binary1000110010001110001001
Octal21443211

Shades and tints

Shades of #8C2389

#8C2389
(140,35,137)
#80207D
(128,32,125)
#741D71
(116,29,113)
#681A65
(104,26,101)
#5C1759
(92,23,89)
#50144D
(80,20,77)
#441141
(68,17,65)
#380E35
(56,14,53)
#2C0B29
(44,11,41)
#20081D
(32,8,29)
#140511
(20,5,17)
#000000
(0,0,0)

Tints of #8C2389

#8C2389
(140,35,137)
#963793
(150,55,147)
#A04B9D
(160,75,157)
#AA5FA7
(170,95,167)
#B473B1
(180,115,177)
#BE87BB
(190,135,187)
#C89BC5
(200,155,197)
#D2AFCF
(210,175,207)
#DCC3D9
(220,195,217)
#E6D7E3
(230,215,227)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2389 color. Also use rgb(140,35,137) instead hex code.

Text Font Color

.myTextColor { color: #8C2389; }

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

This text font color is #8C2389.


Background Color

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

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

This div background color is #8C2389.


Border color

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

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

This div border color is #8C2389.


Opacity

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

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

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

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

This text has shadow with #8C2389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2389 on black background.


Color preview on white background

This text has color #8C2389 on white background.



Black color preview on #8C2389 background

This text has black color on #8C2389 background.


White color preview on #8C2389 background

This text has white color on #8C2389 background.