COLOR #8C2EBA

HEX: #8C2EBA
RGB: (140,46,186)

Color info

#8C2EBA contains mainly red and blue colors. Web safe color of #8C2EBA is #9933CC (or #93C).

RGB color model

#8C2EBA color RGB value is (140,46,186).

  • red value is 140;
  • green value is 46;
  • blue value is 186.
RGB:
(140,46,186)
(55%,18%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 46 of 255 = 18%
B 186 of 255 = 73%

140
46
186

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

Portions of RGB colors in percentages

R + G + B =
140 + 46 + 186 = 372 (100%)
R 140 of 372 ~ 37.63%
G 46 of 372 ~ 12.37%
B 186 of 372 ~ 50%

%37.63
%12.37
%50

CMYK color model

#8C2EBA color CMYK value is (25,75,0,27).

  • cyan value is 24.73%
  • magenta value is 75.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(25,75,0,27)
C25M75Y0K27 
(25%,75%,0%,27%)
(0.25/0.75/0.00/0.27)	

CMYK percentages

%24.73
%75.27
%0
%27.06

Codes

Color #8C2EBA in popluar color models

8C2EBA
RGB14046186
HSL280°60.34%45.49%
HSB/HSV280°75.27%72.94%
CMYK24.73%75.27%0.00%
27.06%

Color #8C2EBA in popluar number systems.

HEX8C2EBA
Decimal14046186
Binary1000110010111010111010
Octal21456272

Shades and tints

Shades of #8C2EBA

#8C2EBA
(140,46,186)
#802AAA
(128,42,170)
#74269A
(116,38,154)
#68228A
(104,34,138)
#5C1E7A
(92,30,122)
#501A6A
(80,26,106)
#44165A
(68,22,90)
#38124A
(56,18,74)
#2C0E3A
(44,14,58)
#200A2A
(32,10,42)
#14061A
(20,6,26)
#000000
(0,0,0)

Tints of #8C2EBA

#8C2EBA
(140,46,186)
#9641C0
(150,65,192)
#A054C6
(160,84,198)
#AA67CC
(170,103,204)
#B47AD2
(180,122,210)
#BE8DD8
(190,141,216)
#C8A0DE
(200,160,222)
#D2B3E4
(210,179,228)
#DCC6EA
(220,198,234)
#E6D9F0
(230,217,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2EBA color. Also use rgb(140,46,186) instead hex code.

Text Font Color

.myTextColor { color: #8C2EBA; }

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

This text font color is #8C2EBA.


Background Color

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

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

This div background color is #8C2EBA.


Border color

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

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

This div border color is #8C2EBA.


Opacity

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

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

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

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

This text has shadow with #8C2EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2EBA on black background.


Color preview on white background

This text has color #8C2EBA on white background.



Black color preview on #8C2EBA background

This text has black color on #8C2EBA background.


White color preview on #8C2EBA background

This text has white color on #8C2EBA background.