COLOR #8466E4

HEX: #8466E4
RGB: (132,102,228)

Color info

#8466E4 contains mainly blue color. Web safe color of #8466E4 is #9966CC (or #96C).

RGB color model

#8466E4 color RGB value is (132,102,228).

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

RGB channels and saturation

R 132 of 255 = 52%
G 102 of 255 = 40%
B 228 of 255 = 89%

132
102
228

R + G + B ~ 60%. #8466E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 102 + 228 = 462 (100%)
R 132 of 462 ~ 28.57%
G 102 of 462 ~ 22.08%
B 228 of 462 ~ 49.35%

%28.57
%22.08
%49.35

CMYK color model

#8466E4 color CMYK value is (42,55,0,11).

  • cyan value is 42.11%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(42,55,0,11)
C42M55Y0K11 
(42%,55%,0%,11%)
(0.42/0.55/0.00/0.11)	

CMYK percentages

%42.11
%55.26
%0
%10.59

Codes

Color #8466E4 in popluar color models

8466E4
RGB132102228
HSL254°70.00%64.71%
HSB/HSV254°55.26%89.41%
CMYK42.11%55.26%0.00%
10.59%

Color #8466E4 in popluar number systems.

HEX8466E4
Decimal132102228
Binary10000100110011011100100
Octal204146344

Shades and tints

Shades of #8466E4

#8466E4
(132,102,228)
#785DD0
(120,93,208)
#6C54BC
(108,84,188)
#604BA8
(96,75,168)
#544294
(84,66,148)
#483980
(72,57,128)
#3C306C
(60,48,108)
#302758
(48,39,88)
#241E44
(36,30,68)
#181530
(24,21,48)
#0C0C1C
(12,12,28)
#000000
(0,0,0)

Tints of #8466E4

#8466E4
(132,102,228)
#8F73E6
(143,115,230)
#9A80E8
(154,128,232)
#A58DEA
(165,141,234)
#B09AEC
(176,154,236)
#BBA7EE
(187,167,238)
#C6B4F0
(198,180,240)
#D1C1F2
(209,193,242)
#DCCEF4
(220,206,244)
#E7DBF6
(231,219,246)
#F2E8F8
(242,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8466E4; }

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

This text font color is #8466E4.


Background Color

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

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

This div background color is #8466E4.


Border color

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

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

This div border color is #8466E4.


Opacity

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

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

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

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

This text has shadow with #8466E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8466E4 on black background.


Color preview on white background

This text has color #8466E4 on white background.



Black color preview on #8466E4 background

This text has black color on #8466E4 background.


White color preview on #8466E4 background

This text has white color on #8466E4 background.