COLOR #8C54D5

HEX: #8C54D5
RGB: (140,84,213)

Color info

#8C54D5 contains mainly blue color. Web safe color of #8C54D5 is #9966CC (or #96C).

RGB color model

#8C54D5 color RGB value is (140,84,213).

  • red value is 140;
  • green value is 84;
  • blue value is 213.
RGB:
(140,84,213)
(55%,33%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 84 of 255 = 33%
B 213 of 255 = 84%

140
84
213

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

Portions of RGB colors in percentages

R + G + B =
140 + 84 + 213 = 437 (100%)
R 140 of 437 ~ 32.04%
G 84 of 437 ~ 19.22%
B 213 of 437 ~ 48.74%

%32.04
%19.22
%48.74

CMYK color model

#8C54D5 color CMYK value is (34,61,0,16).

  • cyan value is 34.27%
  • magenta value is 60.56%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(34,61,0,16)
C34M61Y0K16 
(34%,61%,0%,16%)
(0.34/0.61/0.00/0.16)	

CMYK percentages

%34.27
%60.56
%0
%16.47

Codes

Color #8C54D5 in popluar color models

8C54D5
RGB14084213
HSL266°60.56%58.24%
HSB/HSV266°60.56%83.53%
CMYK34.27%60.56%0.00%
16.47%

Color #8C54D5 in popluar number systems.

HEX8C54D5
Decimal14084213
Binary10001100101010011010101
Octal214124325

Shades and tints

Shades of #8C54D5

#8C54D5
(140,84,213)
#804DC2
(128,77,194)
#7446AF
(116,70,175)
#683F9C
(104,63,156)
#5C3889
(92,56,137)
#503176
(80,49,118)
#442A63
(68,42,99)
#382350
(56,35,80)
#2C1C3D
(44,28,61)
#20152A
(32,21,42)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #8C54D5

#8C54D5
(140,84,213)
#9663D8
(150,99,216)
#A072DB
(160,114,219)
#AA81DE
(170,129,222)
#B490E1
(180,144,225)
#BE9FE4
(190,159,228)
#C8AEE7
(200,174,231)
#D2BDEA
(210,189,234)
#DCCCED
(220,204,237)
#E6DBF0
(230,219,240)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C54D5 color. Also use rgb(140,84,213) instead hex code.

Text Font Color

.myTextColor { color: #8C54D5; }

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

This text font color is #8C54D5.


Background Color

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

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

This div background color is #8C54D5.


Border color

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

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

This div border color is #8C54D5.


Opacity

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

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

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

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

This text has shadow with #8C54D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C54D5 on black background.


Color preview on white background

This text has color #8C54D5 on white background.



Black color preview on #8C54D5 background

This text has black color on #8C54D5 background.


White color preview on #8C54D5 background

This text has white color on #8C54D5 background.