COLOR #8C5294

HEX: #8C5294
RGB: (140,82,148)

Color info

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

RGB color model

#8C5294 color RGB value is (140,82,148).

  • red value is 140;
  • green value is 82;
  • blue value is 148.
RGB:
(140,82,148)
(55%,32%,58%)

RGB channels and saturation

R 140 of 255 = 55%
G 82 of 255 = 32%
B 148 of 255 = 58%

140
82
148

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

Portions of RGB colors in percentages

R + G + B =
140 + 82 + 148 = 370 (100%)
R 140 of 370 ~ 37.84%
G 82 of 370 ~ 22.16%
B 148 of 370 ~ 40%

%37.84
%22.16
%40

CMYK color model

#8C5294 color CMYK value is (5,45,0,42).

  • cyan value is 5.41%
  • magenta value is 44.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(5,45,0,42)
C5M45Y0K42 
(5%,45%,0%,42%)
(0.05/0.45/0.00/0.42)	

CMYK percentages

%5.41
%44.59
%0
%41.96

Codes

Color #8C5294 in popluar color models

8C5294
RGB14082148
HSL293°28.70%45.10%
HSB/HSV293°44.59%58.04%
CMYK5.41%44.59%0.00%
41.96%

Color #8C5294 in popluar number systems.

HEX8C5294
Decimal14082148
Binary10001100101001010010100
Octal214122224

Shades and tints

Shades of #8C5294

#8C5294
(140,82,148)
#804B87
(128,75,135)
#74447A
(116,68,122)
#683D6D
(104,61,109)
#5C3660
(92,54,96)
#502F53
(80,47,83)
#442846
(68,40,70)
#382139
(56,33,57)
#2C1A2C
(44,26,44)
#20131F
(32,19,31)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #8C5294

#8C5294
(140,82,148)
#96619D
(150,97,157)
#A070A6
(160,112,166)
#AA7FAF
(170,127,175)
#B48EB8
(180,142,184)
#BE9DC1
(190,157,193)
#C8ACCA
(200,172,202)
#D2BBD3
(210,187,211)
#DCCADC
(220,202,220)
#E6D9E5
(230,217,229)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5294 color. Also use rgb(140,82,148) instead hex code.

Text Font Color

.myTextColor { color: #8C5294; }

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

This text font color is #8C5294.


Background Color

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

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

This div background color is #8C5294.


Border color

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

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

This div border color is #8C5294.


Opacity

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

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

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

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

This text has shadow with #8C5294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5294 on black background.


Color preview on white background

This text has color #8C5294 on white background.



Black color preview on #8C5294 background

This text has black color on #8C5294 background.


White color preview on #8C5294 background

This text has white color on #8C5294 background.