COLOR #8502E2

HEX: #8502E2
RGB: (133,2,226)

Color info

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

RGB color model

#8502E2 color RGB value is (133,2,226).

  • red value is 133;
  • green value is 2;
  • blue value is 226.
RGB:
(133,2,226)
(52%,1%,89%)

RGB channels and saturation

R 133 of 255 = 52%
G 2 of 255 = 1%
B 226 of 255 = 89%

133
2
226

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

Portions of RGB colors in percentages

R + G + B =
133 + 2 + 226 = 361 (100%)
R 133 of 361 ~ 36.84%
G 2 of 361 ~ 0.55%
B 226 of 361 ~ 62.6%

%36.84
%62.6

CMYK color model

#8502E2 color CMYK value is (41,99,0,11).

  • cyan value is 41.15%
  • magenta value is 99.12%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(41,99,0,11)
C41M99Y0K11 
(41%,99%,0%,11%)
(0.41/0.99/0.00/0.11)	

CMYK percentages

%41.15
%99.12
%0
%11.37

Codes

Color #8502E2 in popluar color models

8502E2
RGB1332226
HSL275°98.25%44.71%
HSB/HSV275°99.12%88.63%
CMYK41.15%99.12%0.00%
11.37%

Color #8502E2 in popluar number systems.

HEX8502E2
Decimal1332226
Binary100001011011100010
Octal2052342

Shades and tints

Shades of #8502E2

#8502E2
(133,2,226)
#7902CE
(121,2,206)
#6D02BA
(109,2,186)
#6102A6
(97,2,166)
#550292
(85,2,146)
#49027E
(73,2,126)
#3D026A
(61,2,106)
#310256
(49,2,86)
#250242
(37,2,66)
#19022E
(25,2,46)
#0D021A
(13,2,26)
#000000
(0,0,0)

Tints of #8502E2

#8502E2
(133,2,226)
#9019E4
(144,25,228)
#9B30E6
(155,48,230)
#A647E8
(166,71,232)
#B15EEA
(177,94,234)
#BC75EC
(188,117,236)
#C78CEE
(199,140,238)
#D2A3F0
(210,163,240)
#DDBAF2
(221,186,242)
#E8D1F4
(232,209,244)
#F3E8F6
(243,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8502E2 color. Also use rgb(133,2,226) instead hex code.

Text Font Color

.myTextColor { color: #8502E2; }

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

This text font color is #8502E2.


Background Color

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

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

This div background color is #8502E2.


Border color

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

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

This div border color is #8502E2.


Opacity

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

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

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

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

This text has shadow with #8502E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8502E2 on black background.


Color preview on white background

This text has color #8502E2 on white background.



Black color preview on #8502E2 background

This text has black color on #8502E2 background.


White color preview on #8502E2 background

This text has white color on #8502E2 background.