COLOR #8E0FDD

HEX: #8E0FDD
RGB: (142,15,221)

Color info

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

RGB color model

#8E0FDD color RGB value is (142,15,221).

  • red value is 142;
  • green value is 15;
  • blue value is 221.
RGB:
(142,15,221)
(56%,6%,87%)

RGB channels and saturation

R 142 of 255 = 56%
G 15 of 255 = 6%
B 221 of 255 = 87%

142
15
221

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

Portions of RGB colors in percentages

R + G + B =
142 + 15 + 221 = 378 (100%)
R 142 of 378 ~ 37.57%
G 15 of 378 ~ 3.97%
B 221 of 378 ~ 58.47%

%37.57
%58.47

CMYK color model

#8E0FDD color CMYK value is (36,93,0,13).

  • cyan value is 35.75%
  • magenta value is 93.21%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(36,93,0,13)
C36M93Y0K13 
(36%,93%,0%,13%)
(0.36/0.93/0.00/0.13)	

CMYK percentages

%35.75
%93.21
%0
%13.33

Codes

Color #8E0FDD in popluar color models

8E0FDD
RGB14215221
HSL277°87.29%46.27%
HSB/HSV277°93.21%86.67%
CMYK35.75%93.21%0.00%
13.33%

Color #8E0FDD in popluar number systems.

HEX8E0FDD
Decimal14215221
Binary10001110111111011101
Octal21617335

Shades and tints

Shades of #8E0FDD

#8E0FDD
(142,15,221)
#820EC9
(130,14,201)
#760DB5
(118,13,181)
#6A0CA1
(106,12,161)
#5E0B8D
(94,11,141)
#520A79
(82,10,121)
#460965
(70,9,101)
#3A0851
(58,8,81)
#2E073D
(46,7,61)
#220629
(34,6,41)
#160515
(22,5,21)
#000000
(0,0,0)

Tints of #8E0FDD

#8E0FDD
(142,15,221)
#9824E0
(152,36,224)
#A239E3
(162,57,227)
#AC4EE6
(172,78,230)
#B663E9
(182,99,233)
#C078EC
(192,120,236)
#CA8DEF
(202,141,239)
#D4A2F2
(212,162,242)
#DEB7F5
(222,183,245)
#E8CCF8
(232,204,248)
#F2E1FB
(242,225,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E0FDD color. Also use rgb(142,15,221) instead hex code.

Text Font Color

.myTextColor { color: #8E0FDD; }

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

This text font color is #8E0FDD.


Background Color

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

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

This div background color is #8E0FDD.


Border color

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

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

This div border color is #8E0FDD.


Opacity

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

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

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

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

This text has shadow with #8E0FDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E0FDD on black background.


Color preview on white background

This text has color #8E0FDD on white background.



Black color preview on #8E0FDD background

This text has black color on #8E0FDD background.


White color preview on #8E0FDD background

This text has white color on #8E0FDD background.