COLOR #8C5082

HEX: #8C5082
RGB: (140,80,130)

Color info

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

RGB color model

#8C5082 color RGB value is (140,80,130).

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

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 130 of 255 = 51%

140
80
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 80 + 130 = 350 (100%)
R 140 of 350 ~ 40%
G 80 of 350 ~ 22.86%
B 130 of 350 ~ 37.14%

%40
%22.86
%37.14

CMYK color model

#8C5082 color CMYK value is (0,43,7,45).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 7.14%
  • key color value is 45.10%
CMYK:
(0,43,7,45)
C0M43Y7K45 
(0%,43%,7%,45%)
(0.00/0.43/0.07/0.45)	

CMYK percentages

%0
%42.86
%7.14
%45.1

Codes

Color #8C5082 in popluar color models

8C5082
RGB14080130
HSL310°27.27%43.14%
HSB/HSV310°42.86%54.90%
CMYK0.00%42.86%7.14%
45.10%

Color #8C5082 in popluar number systems.

HEX8C5082
Decimal14080130
Binary10001100101000010000010
Octal214120202

Shades and tints

Shades of #8C5082

#8C5082
(140,80,130)
#804977
(128,73,119)
#74426C
(116,66,108)
#683B61
(104,59,97)
#5C3456
(92,52,86)
#502D4B
(80,45,75)
#442640
(68,38,64)
#381F35
(56,31,53)
#2C182A
(44,24,42)
#20111F
(32,17,31)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #8C5082

#8C5082
(140,80,130)
#965F8D
(150,95,141)
#A06E98
(160,110,152)
#AA7DA3
(170,125,163)
#B48CAE
(180,140,174)
#BE9BB9
(190,155,185)
#C8AAC4
(200,170,196)
#D2B9CF
(210,185,207)
#DCC8DA
(220,200,218)
#E6D7E5
(230,215,229)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5082; }

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

This text font color is #8C5082.


Background Color

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

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

This div background color is #8C5082.


Border color

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

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

This div border color is #8C5082.


Opacity

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

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

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

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

This text has shadow with #8C5082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5082 on black background.


Color preview on white background

This text has color #8C5082 on white background.



Black color preview on #8C5082 background

This text has black color on #8C5082 background.


White color preview on #8C5082 background

This text has white color on #8C5082 background.