COLOR #8C57B7

HEX: #8C57B7
RGB: (140,87,183)

Color info

#8C57B7 contains mainly red and blue colors. Web safe color of #8C57B7 is #9966CC (or #96C).

RGB color model

#8C57B7 color RGB value is (140,87,183).

  • red value is 140;
  • green value is 87;
  • blue value is 183.
RGB:
(140,87,183)
(55%,34%,72%)

RGB channels and saturation

R 140 of 255 = 55%
G 87 of 255 = 34%
B 183 of 255 = 72%

140
87
183

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

Portions of RGB colors in percentages

R + G + B =
140 + 87 + 183 = 410 (100%)
R 140 of 410 ~ 34.15%
G 87 of 410 ~ 21.22%
B 183 of 410 ~ 44.63%

%34.15
%21.22
%44.63

CMYK color model

#8C57B7 color CMYK value is (23,52,0,28).

  • cyan value is 23.50%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(23,52,0,28)
C23M52Y0K28 
(23%,52%,0%,28%)
(0.23/0.52/0.00/0.28)	

CMYK percentages

%23.5
%52.46
%0
%28.24

Codes

Color #8C57B7 in popluar color models

8C57B7
RGB14087183
HSL273°40.00%52.94%
HSB/HSV273°52.46%71.76%
CMYK23.50%52.46%0.00%
28.24%

Color #8C57B7 in popluar number systems.

HEX8C57B7
Decimal14087183
Binary10001100101011110110111
Octal214127267

Shades and tints

Shades of #8C57B7

#8C57B7
(140,87,183)
#8050A7
(128,80,167)
#744997
(116,73,151)
#684287
(104,66,135)
#5C3B77
(92,59,119)
#503467
(80,52,103)
#442D57
(68,45,87)
#382647
(56,38,71)
#2C1F37
(44,31,55)
#201827
(32,24,39)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #8C57B7

#8C57B7
(140,87,183)
#9666BD
(150,102,189)
#A075C3
(160,117,195)
#AA84C9
(170,132,201)
#B493CF
(180,147,207)
#BEA2D5
(190,162,213)
#C8B1DB
(200,177,219)
#D2C0E1
(210,192,225)
#DCCFE7
(220,207,231)
#E6DEED
(230,222,237)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C57B7; }

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

This text font color is #8C57B7.


Background Color

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

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

This div background color is #8C57B7.


Border color

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

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

This div border color is #8C57B7.


Opacity

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

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

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

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

This text has shadow with #8C57B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C57B7 on black background.


Color preview on white background

This text has color #8C57B7 on white background.



Black color preview on #8C57B7 background

This text has black color on #8C57B7 background.


White color preview on #8C57B7 background

This text has white color on #8C57B7 background.