COLOR #8E11DA

HEX: #8E11DA
RGB: (142,17,218)

Color info

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

RGB color model

#8E11DA color RGB value is (142,17,218).

  • red value is 142;
  • green value is 17;
  • blue value is 218.
RGB:
(142,17,218)
(56%,7%,85%)

RGB channels and saturation

R 142 of 255 = 56%
G 17 of 255 = 7%
B 218 of 255 = 85%

142
17
218

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

Portions of RGB colors in percentages

R + G + B =
142 + 17 + 218 = 377 (100%)
R 142 of 377 ~ 37.67%
G 17 of 377 ~ 4.51%
B 218 of 377 ~ 57.82%

%37.67
%57.82

CMYK color model

#8E11DA color CMYK value is (35,92,0,15).

  • cyan value is 34.86%
  • magenta value is 92.20%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(35,92,0,15)
C35M92Y0K15 
(35%,92%,0%,15%)
(0.35/0.92/0.00/0.15)	

CMYK percentages

%34.86
%92.2
%0
%14.51

Codes

Color #8E11DA in popluar color models

8E11DA
RGB14217218
HSL277°85.53%46.08%
HSB/HSV277°92.20%85.49%
CMYK34.86%92.20%0.00%
14.51%

Color #8E11DA in popluar number systems.

HEX8E11DA
Decimal14217218
Binary100011101000111011010
Octal21621332

Shades and tints

Shades of #8E11DA

#8E11DA
(142,17,218)
#8210C7
(130,16,199)
#760FB4
(118,15,180)
#6A0EA1
(106,14,161)
#5E0D8E
(94,13,142)
#520C7B
(82,12,123)
#460B68
(70,11,104)
#3A0A55
(58,10,85)
#2E0942
(46,9,66)
#22082F
(34,8,47)
#16071C
(22,7,28)
#000000
(0,0,0)

Tints of #8E11DA

#8E11DA
(142,17,218)
#9826DD
(152,38,221)
#A23BE0
(162,59,224)
#AC50E3
(172,80,227)
#B665E6
(182,101,230)
#C07AE9
(192,122,233)
#CA8FEC
(202,143,236)
#D4A4EF
(212,164,239)
#DEB9F2
(222,185,242)
#E8CEF5
(232,206,245)
#F2E3F8
(242,227,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E11DA color. Also use rgb(142,17,218) instead hex code.

Text Font Color

.myTextColor { color: #8E11DA; }

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

This text font color is #8E11DA.


Background Color

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

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

This div background color is #8E11DA.


Border color

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

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

This div border color is #8E11DA.


Opacity

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

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

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

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

This text has shadow with #8E11DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E11DA on black background.


Color preview on white background

This text has color #8E11DA on white background.



Black color preview on #8E11DA background

This text has black color on #8E11DA background.


White color preview on #8E11DA background

This text has white color on #8E11DA background.