COLOR #8C215C

HEX: #8C215C RGB: (140,33,92)

Color info

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

RGB color model

#8C215C color RGB value is (140,33,92).

RGB: (140,33,92) (55%, 13%, 36%)

RGB channels and saturation

R 140 of 255 = 55%
G 33 of 255 = 13%
B 92 of 255 = 36%

140
33
92

R + G + B ~ 35%. #8C215C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 33 + 92 = 265 (100%)
R 140 of 265 ~ 52.83%
G 33 of 265 ~ 12.45%
B 92 of 265 ~ 34.72'%

%52.83
%12.45
%34.72

CMYK color model

#8C215C color CMYK value is (0,76,34,45).

  • cyan value is 0.00%
  • magenta value is 76.43%
  • yellow value is 34.29%
  • key color value is 45.10%

CMYK: (0,76,34,45)
C0M76Y34K45 (0%, 76%, 34%, 45%)
(0.00 / 0.76 / 0.34 / 0.45)

CMYK percentages

%0
%76.43
%34.29
%45.1

Codes

Color #8C215C in popluar color models

8C 21 5C
RGB 140 33 92
HSL 327° 61.85% 33.92%
HSB/HSV 327° 76.43% 54.90%
CMYK 0.00% 76.43% 34.29%
45.10%

Color #8C215C in popluar number systems.

HEX 8C 21 5C
Decimal 140 33 92
Binary 10001100 100001 1011100
Octal 214 41 134

Shades and tints

Shades of #8C215C

#8C215C
(140,33,92)
#801E54
(128,30,84)
#741B4C
(116,27,76)
#681844
(104,24,68)
#5C153C
(92,21,60)
#501234
(80,18,52)
#440F2C
(68,15,44)
#380C24
(56,12,36)
#2C091C
(44,9,28)
#200614
(32,6,20)
#14030C
(20,3,12)
#000000
(0,0,0)

Tints of #8C215C

#8C215C
(140,33,92)
#96356A
(150,53,106)
#A04978
(160,73,120)
#AA5D86
(170,93,134)
#B47194
(180,113,148)
#BE85A2
(190,133,162)
#C899B0
(200,153,176)
#D2ADBE
(210,173,190)
#DCC1CC
(220,193,204)
#E6D5DA
(230,213,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C215C color. Also use rgb(140,33,92) instead hex code.

Text Font Color

.myTextColor { color: #8C215C; }

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

This text font color is #8C215C.

Background Color

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

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

This div background color is #8C215C.

Border color

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

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

This div border color is #8C215C.

Opacity

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

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

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

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

This text has shadow with #8C215C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C215C.

Preview

Color preview on black background

This text has color #8C215C on black background.


Color preview on white background

This text has color #8C215C on white background.


Black color preview on #8C215C background

This text has black color on #8C215C background.


White color preview on #8C215C background

This text has white color on #8C215C background.


Related colors

Complementary color

Complementary color for #hex is #73DEA3.


I love getcolorcode.com

Triadic colors

1 #5C8C21 and #215C8C with #8C215C are triadic colors.

2 #5C218C and #218C5C with #8C215C are triadic colors.