COLOR #8C57AE

HEX: #8C57AE RGB: (140,87,174)

Color info

#8C57AE contains mainly red and blue colors. Web safe color of #8C57AE is #996699 (or #969).

RGB color model

#8C57AE color RGB value is (140,87,174).

RGB: (140,87,174) (55%, 34%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 87 of 255 = 34%
B 174 of 255 = 68%

140
87
174

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

Portions of RGB colors in percentages

R + G + B = 140 + 87 + 174 = 401 (100%)
R 140 of 401 ~ 34.91%
G 87 of 401 ~ 21.7%
B 174 of 401 ~ 43.39'%

%34.91
%21.7
%43.39

CMYK color model

#8C57AE color CMYK value is (20,50,0,32).

  • cyan value is 19.54%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (20,50,0,32) C20M50Y0K32 (20%,50%,0%,32%) (0.20/0.50/0.00/0.32) 

CMYK percentages

%19.54
%50
%0
%31.76

Codes

Color #8C57AE in popluar color models

8C 57 AE
RGB 140 87 174
HSL 277° 34.94% 51.18%
HSB/HSV 277° 50.00% 68.24%
CMYK 19.54% 50.00% 0.00%
31.76%

Color #8C57AE in popluar number systems.

HEX 8C 57 AE
Decimal 140 87 174
Binary 10001100 1010111 10101110
Octal 214 127 256

Shades and tints

Shades of #8C57AE

#8C57AE
(140,87,174)
#80509F
(128,80,159)
#744990
(116,73,144)
#684281
(104,66,129)
#5C3B72
(92,59,114)
#503463
(80,52,99)
#442D54
(68,45,84)
#382645
(56,38,69)
#2C1F36
(44,31,54)
#201827
(32,24,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #8C57AE

#8C57AE
(140,87,174)
#9666B5
(150,102,181)
#A075BC
(160,117,188)
#AA84C3
(170,132,195)
#B493CA
(180,147,202)
#BEA2D1
(190,162,209)
#C8B1D8
(200,177,216)
#D2C0DF
(210,192,223)
#DCCFE6
(220,207,230)
#E6DEED
(230,222,237)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C57AE color. Also use rgb(140,87,174) instead hex code.

Text Font Color

.myTextColor { color: #8C57AE; }

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

This text font color is #8C57AE.

Background Color

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

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

This div background color is #8C57AE.

Border color

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

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

This div border color is #8C57AE.

Opacity

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

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

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

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

This text has shadow with #8C57AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C57AE.

Preview

Color preview on black background

This text has color #8C57AE on black background.


Color preview on white background

This text has color #8C57AE on white background.


Black color preview on #8C57AE background

This text has black color on #8C57AE background.


White color preview on #8C57AE background

This text has white color on #8C57AE background.


Related colors

Complementary color

Complementary color for #hex is #73A851.


I love getcolorcode.com

Triadic colors

1 #AE8C57 and #57AE8C with #8C57AE are triadic colors.

2 #AE578C and #578CAE with #8C57AE are triadic colors.