COLOR #8D84E0

HEX: #8D84E0
RGB: (141,132,224)

Color info

#8D84E0 contains mainly blue color. Web safe color of #8D84E0 is #9999CC (or #99C).

RGB color model

#8D84E0 color RGB value is (141,132,224).

  • red value is 141;
  • green value is 132;
  • blue value is 224.
RGB:
(141,132,224)
(55%,52%,88%)

RGB channels and saturation

R 141 of 255 = 55%
G 132 of 255 = 52%
B 224 of 255 = 88%

141
132
224

R + G + B ~ 65%. #8D84E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 132 + 224 = 497 (100%)
R 141 of 497 ~ 28.37%
G 132 of 497 ~ 26.56%
B 224 of 497 ~ 45.07%

%28.37
%26.56
%45.07

CMYK color model

#8D84E0 color CMYK value is (37,41,0,12).

  • cyan value is 37.05%
  • magenta value is 41.07%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(37,41,0,12)
C37M41Y0K12 
(37%,41%,0%,12%)
(0.37/0.41/0.00/0.12)	

CMYK percentages

%37.05
%41.07
%0
%12.16

Codes

Color #8D84E0 in popluar color models

8D84E0
RGB141132224
HSL246°59.74%69.80%
HSB/HSV246°41.07%87.84%
CMYK37.05%41.07%0.00%
12.16%

Color #8D84E0 in popluar number systems.

HEX8D84E0
Decimal141132224
Binary100011011000010011100000
Octal215204340

Shades and tints

Shades of #8D84E0

#8D84E0
(141,132,224)
#8178CC
(129,120,204)
#756CB8
(117,108,184)
#6960A4
(105,96,164)
#5D5490
(93,84,144)
#51487C
(81,72,124)
#453C68
(69,60,104)
#393054
(57,48,84)
#2D2440
(45,36,64)
#21182C
(33,24,44)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #8D84E0

#8D84E0
(141,132,224)
#978FE2
(151,143,226)
#A19AE4
(161,154,228)
#ABA5E6
(171,165,230)
#B5B0E8
(181,176,232)
#BFBBEA
(191,187,234)
#C9C6EC
(201,198,236)
#D3D1EE
(211,209,238)
#DDDCF0
(221,220,240)
#E7E7F2
(231,231,242)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D84E0 color. Also use rgb(141,132,224) instead hex code.

Text Font Color

.myTextColor { color: #8D84E0; }

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

This text font color is #8D84E0.


Background Color

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

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

This div background color is #8D84E0.


Border color

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

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

This div border color is #8D84E0.


Opacity

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

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

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

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

This text has shadow with #8D84E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D84E0 on black background.


Color preview on white background

This text has color #8D84E0 on white background.



Black color preview on #8D84E0 background

This text has black color on #8D84E0 background.


White color preview on #8D84E0 background

This text has white color on #8D84E0 background.