COLOR #8C0ED4

HEX: #8C0ED4
RGB: (140,14,212)

Color info

#8C0ED4 contains mainly blue color. Web safe color of #8C0ED4 is #9900CC (or #90C).

RGB color model

#8C0ED4 color RGB value is (140,14,212).

  • red value is 140;
  • green value is 14;
  • blue value is 212.
RGB:
(140,14,212)
(55%,5%,83%)

RGB channels and saturation

R 140 of 255 = 55%
G 14 of 255 = 5%
B 212 of 255 = 83%

140
14
212

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

Portions of RGB colors in percentages

R + G + B =
140 + 14 + 212 = 366 (100%)
R 140 of 366 ~ 38.25%
G 14 of 366 ~ 3.83%
B 212 of 366 ~ 57.92%

%38.25
%57.92

CMYK color model

#8C0ED4 color CMYK value is (34,93,0,17).

  • cyan value is 33.96%
  • magenta value is 93.40%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(34,93,0,17)
C34M93Y0K17 
(34%,93%,0%,17%)
(0.34/0.93/0.00/0.17)	

CMYK percentages

%33.96
%93.4
%0
%16.86

Codes

Color #8C0ED4 in popluar color models

8C0ED4
RGB14014212
HSL278°87.61%44.31%
HSB/HSV278°93.40%83.14%
CMYK33.96%93.40%0.00%
16.86%

Color #8C0ED4 in popluar number systems.

HEX8C0ED4
Decimal14014212
Binary10001100111011010100
Octal21416324

Shades and tints

Shades of #8C0ED4

#8C0ED4
(140,14,212)
#800DC1
(128,13,193)
#740CAE
(116,12,174)
#680B9B
(104,11,155)
#5C0A88
(92,10,136)
#500975
(80,9,117)
#440862
(68,8,98)
#38074F
(56,7,79)
#2C063C
(44,6,60)
#200529
(32,5,41)
#140416
(20,4,22)
#000000
(0,0,0)

Tints of #8C0ED4

#8C0ED4
(140,14,212)
#9623D7
(150,35,215)
#A038DA
(160,56,218)
#AA4DDD
(170,77,221)
#B462E0
(180,98,224)
#BE77E3
(190,119,227)
#C88CE6
(200,140,230)
#D2A1E9
(210,161,233)
#DCB6EC
(220,182,236)
#E6CBEF
(230,203,239)
#F0E0F2
(240,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C0ED4 color. Also use rgb(140,14,212) instead hex code.

Text Font Color

.myTextColor { color: #8C0ED4; }

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

This text font color is #8C0ED4.


Background Color

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

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

This div background color is #8C0ED4.


Border color

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

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

This div border color is #8C0ED4.


Opacity

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

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

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

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

This text has shadow with #8C0ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C0ED4 on black background.


Color preview on white background

This text has color #8C0ED4 on white background.



Black color preview on #8C0ED4 background

This text has black color on #8C0ED4 background.


White color preview on #8C0ED4 background

This text has white color on #8C0ED4 background.