COLOR #8C507D

HEX: #8C507D
RGB: (140,80,125)

Color info

#8C507D contains mainly red and blue colors. Web safe color of #8C507D is #996666 (or #966).

RGB color model

#8C507D color RGB value is (140,80,125).

  • red value is 140;
  • green value is 80;
  • blue value is 125.
RGB:
(140,80,125)
(55%,31%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 125 of 255 = 49%

140
80
125

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

Portions of RGB colors in percentages

R + G + B =
140 + 80 + 125 = 345 (100%)
R 140 of 345 ~ 40.58%
G 80 of 345 ~ 23.19%
B 125 of 345 ~ 36.23%

%40.58
%23.19
%36.23

CMYK color model

#8C507D color CMYK value is (0,43,11,45).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 10.71%
  • key color value is 45.10%
CMYK:
(0,43,11,45)
C0M43Y11K45 
(0%,43%,11%,45%)
(0.00/0.43/0.11/0.45)	

CMYK percentages

%0
%42.86
%10.71
%45.1

Codes

Color #8C507D in popluar color models

8C507D
RGB14080125
HSL315°27.27%43.14%
HSB/HSV315°42.86%54.90%
CMYK0.00%42.86%10.71%
45.10%

Color #8C507D in popluar number systems.

HEX8C507D
Decimal14080125
Binary1000110010100001111101
Octal214120175

Shades and tints

Shades of #8C507D

#8C507D
(140,80,125)
#804972
(128,73,114)
#744267
(116,66,103)
#683B5C
(104,59,92)
#5C3451
(92,52,81)
#502D46
(80,45,70)
#44263B
(68,38,59)
#381F30
(56,31,48)
#2C1825
(44,24,37)
#20111A
(32,17,26)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #8C507D

#8C507D
(140,80,125)
#965F88
(150,95,136)
#A06E93
(160,110,147)
#AA7D9E
(170,125,158)
#B48CA9
(180,140,169)
#BE9BB4
(190,155,180)
#C8AABF
(200,170,191)
#D2B9CA
(210,185,202)
#DCC8D5
(220,200,213)
#E6D7E0
(230,215,224)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C507D color. Also use rgb(140,80,125) instead hex code.

Text Font Color

.myTextColor { color: #8C507D; }

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

This text font color is #8C507D.


Background Color

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

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

This div background color is #8C507D.


Border color

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

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

This div border color is #8C507D.


Opacity

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

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

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

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

This text has shadow with #8C507D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C507D on black background.


Color preview on white background

This text has color #8C507D on white background.



Black color preview on #8C507D background

This text has black color on #8C507D background.


White color preview on #8C507D background

This text has white color on #8C507D background.