COLOR #8407E2

HEX: #8407E2
RGB: (132,7,226)

Color info

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

RGB color model

#8407E2 color RGB value is (132,7,226).

  • red value is 132;
  • green value is 7;
  • blue value is 226.
RGB:
(132,7,226)
(52%,3%,89%)

RGB channels and saturation

R 132 of 255 = 52%
G 7 of 255 = 3%
B 226 of 255 = 89%

132
7
226

R + G + B ~ 48%. #8407E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 7 + 226 = 365 (100%)
R 132 of 365 ~ 36.16%
G 7 of 365 ~ 1.92%
B 226 of 365 ~ 61.92%

%36.16
%61.92

CMYK color model

#8407E2 color CMYK value is (42,97,0,11).

  • cyan value is 41.59%
  • magenta value is 96.90%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(42,97,0,11)
C42M97Y0K11 
(42%,97%,0%,11%)
(0.42/0.97/0.00/0.11)	

CMYK percentages

%41.59
%96.9
%0
%11.37

Codes

Color #8407E2 in popluar color models

8407E2
RGB1327226
HSL274°93.99%45.69%
HSB/HSV274°96.90%88.63%
CMYK41.59%96.90%0.00%
11.37%

Color #8407E2 in popluar number systems.

HEX8407E2
Decimal1327226
Binary1000010011111100010
Octal2047342

Shades and tints

Shades of #8407E2

#8407E2
(132,7,226)
#7807CE
(120,7,206)
#6C07BA
(108,7,186)
#6007A6
(96,7,166)
#540792
(84,7,146)
#48077E
(72,7,126)
#3C076A
(60,7,106)
#300756
(48,7,86)
#240742
(36,7,66)
#18072E
(24,7,46)
#0C071A
(12,7,26)
#000000
(0,0,0)

Tints of #8407E2

#8407E2
(132,7,226)
#8F1DE4
(143,29,228)
#9A33E6
(154,51,230)
#A549E8
(165,73,232)
#B05FEA
(176,95,234)
#BB75EC
(187,117,236)
#C68BEE
(198,139,238)
#D1A1F0
(209,161,240)
#DCB7F2
(220,183,242)
#E7CDF4
(231,205,244)
#F2E3F6
(242,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8407E2 color. Also use rgb(132,7,226) instead hex code.

Text Font Color

.myTextColor { color: #8407E2; }

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

This text font color is #8407E2.


Background Color

.myBgColor { background-color: #8407E2; }

<div style="background-color:#8407E2">Inner text</div>

This div background color is #8407E2.


Border color

.myBorderColor { border: 1px solid #8407E2; }

<div style="border:3px solid #8407E2">Div</div>

This div border color is #8407E2.


Opacity

.myOpacity80 { color: #8407E2; opacity: 0.8; }

<p style="color:#8407E2;opacity:0.8;">80%</p>

Text with #8407E2 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 #8407E2;}

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

This text has shadow with #8407E2 color.

.textShadow {text-shadow: 3px 3px 1px #8407E2, 3px 3px 1px red;}

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

This text has shadow with #8407E2 primary color and red secondary color.


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

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

This text has shadow with #8407E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8407E2 on black background.


Color preview on white background

This text has color #8407E2 on white background.



Black color preview on #8407E2 background

This text has black color on #8407E2 background.


White color preview on #8407E2 background

This text has white color on #8407E2 background.