COLOR #8284E4

HEX: #8284E4
RGB: (130,132,228)

Color info

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

RGB color model

#8284E4 color RGB value is (130,132,228).

  • red value is 130;
  • green value is 132;
  • blue value is 228.
RGB:
(130,132,228)
(51%,52%,89%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 228 of 255 = 89%

130
132
228

R + G + B ~ 64%. #8284E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 228 = 490 (100%)
R 130 of 490 ~ 26.53%
G 132 of 490 ~ 26.94%
B 228 of 490 ~ 46.53%

%26.53
%26.94
%46.53

CMYK color model

#8284E4 color CMYK value is (43,42,0,11).

  • cyan value is 42.98%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(43,42,0,11)
C43M42Y0K11 
(43%,42%,0%,11%)
(0.43/0.42/0.00/0.11)	

CMYK percentages

%42.98
%42.11
%0
%10.59

Codes

Color #8284E4 in popluar color models

8284E4
RGB130132228
HSL239°64.47%70.20%
HSB/HSV239°42.98%89.41%
CMYK42.98%42.11%0.00%
10.59%

Color #8284E4 in popluar number systems.

HEX8284E4
Decimal130132228
Binary100000101000010011100100
Octal202204344

Shades and tints

Shades of #8284E4

#8284E4
(130,132,228)
#7778D0
(119,120,208)
#6C6CBC
(108,108,188)
#6160A8
(97,96,168)
#565494
(86,84,148)
#4B4880
(75,72,128)
#403C6C
(64,60,108)
#353058
(53,48,88)
#2A2444
(42,36,68)
#1F1830
(31,24,48)
#140C1C
(20,12,28)
#000000
(0,0,0)

Tints of #8284E4

#8284E4
(130,132,228)
#8D8FE6
(141,143,230)
#989AE8
(152,154,232)
#A3A5EA
(163,165,234)
#AEB0EC
(174,176,236)
#B9BBEE
(185,187,238)
#C4C6F0
(196,198,240)
#CFD1F2
(207,209,242)
#DADCF4
(218,220,244)
#E5E7F6
(229,231,246)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8284E4 color. Also use rgb(130,132,228) instead hex code.

Text Font Color

.myTextColor { color: #8284E4; }

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

This text font color is #8284E4.


Background Color

.myBgColor { background-color: #8284E4; }

<div style="background-color:#8284E4">Inner text</div>

This div background color is #8284E4.


Border color

.myBorderColor { border: 1px solid #8284E4; }

<div style="border:3px solid #8284E4">Div</div>

This div border color is #8284E4.


Opacity

.myOpacity80 { color: #8284E4; opacity: 0.8; }

<p style="color:#8284E4;opacity:0.8;">80%</p>

Text with #8284E4 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 #8284E4;}

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

This text has shadow with #8284E4 color.

.textShadow {text-shadow: 3px 3px 1px #8284E4, 3px 3px 1px red;}

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

This text has shadow with #8284E4 primary color and red secondary color.


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

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

This text has shadow with #8284E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8284E4 on black background.


Color preview on white background

This text has color #8284E4 on white background.



Black color preview on #8284E4 background

This text has black color on #8284E4 background.


White color preview on #8284E4 background

This text has white color on #8284E4 background.