COLOR #8C3C70

HEX: #8C3C70 RGB: (140,60,112)

Color info

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

RGB color model

#8C3C70 color RGB value is (140,60,112).

RGB: (140,60,112) (55%, 24%, 44%)

RGB channels and saturation

R 140 of 255 = 55%
G 60 of 255 = 24%
B 112 of 255 = 44%

140
60
112

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

Portions of RGB colors in percentages

R + G + B = 140 + 60 + 112 = 312 (100%)
R 140 of 312 ~ 44.87%
G 60 of 312 ~ 19.23%
B 112 of 312 ~ 35.9'%

%44.87
%19.23
%35.9

CMYK color model

#8C3C70 color CMYK value is (0,57,20,45).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 20.00%
  • key color value is 45.10%

CMYK: (0,57,20,45)
C0M57Y20K45 (0%, 57%, 20%, 45%)
(0.00 / 0.57 / 0.20 / 0.45)

CMYK percentages

%0
%57.14
%20
%45.1

Codes

Color #8C3C70 in popluar color models

8C 3C 70
RGB 140 60 112
HSL 321° 40.00% 39.22%
HSB/HSV 321° 57.14% 54.90%
CMYK 0.00% 57.14% 20.00%
45.10%

Color #8C3C70 in popluar number systems.

HEX 8C 3C 70
Decimal 140 60 112
Binary 10001100 111100 1110000
Octal 214 74 160

Shades and tints

Shades of #8C3C70

#8C3C70
(140,60,112)
#803766
(128,55,102)
#74325C
(116,50,92)
#682D52
(104,45,82)
#5C2848
(92,40,72)
#50233E
(80,35,62)
#441E34
(68,30,52)
#38192A
(56,25,42)
#2C1420
(44,20,32)
#200F16
(32,15,22)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #8C3C70

#8C3C70
(140,60,112)
#964D7D
(150,77,125)
#A05E8A
(160,94,138)
#AA6F97
(170,111,151)
#B480A4
(180,128,164)
#BE91B1
(190,145,177)
#C8A2BE
(200,162,190)
#D2B3CB
(210,179,203)
#DCC4D8
(220,196,216)
#E6D5E5
(230,213,229)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3C70 color. Also use rgb(140,60,112) instead hex code.

Text Font Color

.myTextColor { color: #8C3C70; }

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

This text font color is #8C3C70.

Background Color

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

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

This div background color is #8C3C70.

Border color

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

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

This div border color is #8C3C70.

Opacity

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

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

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

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

This text has shadow with #8C3C70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3C70.

Preview

Color preview on black background

This text has color #8C3C70 on black background.


Color preview on white background

This text has color #8C3C70 on white background.


Black color preview on #8C3C70 background

This text has black color on #8C3C70 background.


White color preview on #8C3C70 background

This text has white color on #8C3C70 background.


Related colors

Complementary color

Complementary color for #hex is #73C38F.


I love getcolorcode.com

Triadic colors

1 #708C3C and #3C708C with #8C3C70 are triadic colors.

2 #703C8C and #3C8C70 with #8C3C70 are triadic colors.