COLOR #802ED4

HEX: #802ED4
RGB: (128,46,212)

Color info

#802ED4 contains mainly blue color. Web safe color of #802ED4 is #6633CC (or #63C).

RGB color model

#802ED4 color RGB value is (128,46,212).

  • red value is 128;
  • green value is 46;
  • blue value is 212.
RGB:
(128,46,212)
(50%,18%,83%)

RGB channels and saturation

R 128 of 255 = 50%
G 46 of 255 = 18%
B 212 of 255 = 83%

128
46
212

R + G + B ~ 50%. #802ED4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 212 = 386 (100%)
R 128 of 386 ~ 33.16%
G 46 of 386 ~ 11.92%
B 212 of 386 ~ 54.92%

%33.16
%11.92
%54.92

CMYK color model

#802ED4 color CMYK value is (40,78,0,17).

  • cyan value is 39.62%
  • magenta value is 78.30%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(40,78,0,17)
C40M78Y0K17 
(40%,78%,0%,17%)
(0.40/0.78/0.00/0.17)	

CMYK percentages

%39.62
%78.3
%0
%16.86

Codes

Color #802ED4 in popluar color models

802ED4
RGB12846212
HSL270°65.87%50.59%
HSB/HSV270°78.30%83.14%
CMYK39.62%78.30%0.00%
16.86%

Color #802ED4 in popluar number systems.

HEX802ED4
Decimal12846212
Binary1000000010111011010100
Octal20056324

Shades and tints

Shades of #802ED4

#802ED4
(128,46,212)
#752AC1
(117,42,193)
#6A26AE
(106,38,174)
#5F229B
(95,34,155)
#541E88
(84,30,136)
#491A75
(73,26,117)
#3E1662
(62,22,98)
#33124F
(51,18,79)
#280E3C
(40,14,60)
#1D0A29
(29,10,41)
#120616
(18,6,22)
#000000
(0,0,0)

Tints of #802ED4

#802ED4
(128,46,212)
#8B41D7
(139,65,215)
#9654DA
(150,84,218)
#A167DD
(161,103,221)
#AC7AE0
(172,122,224)
#B78DE3
(183,141,227)
#C2A0E6
(194,160,230)
#CDB3E9
(205,179,233)
#D8C6EC
(216,198,236)
#E3D9EF
(227,217,239)
#EEECF2
(238,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802ED4 color. Also use rgb(128,46,212) instead hex code.

Text Font Color

.myTextColor { color: #802ED4; }

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

This text font color is #802ED4.


Background Color

.myBgColor { background-color: #802ED4; }

<div style="background-color:#802ED4">Inner text</div>

This div background color is #802ED4.


Border color

.myBorderColor { border: 1px solid #802ED4; }

<div style="border:3px solid #802ED4">Div</div>

This div border color is #802ED4.


Opacity

.myOpacity80 { color: #802ED4; opacity: 0.8; }

<p style="color:#802ED4;opacity:0.8;">80%</p>

Text with #802ED4 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 #802ED4;}

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

This text has shadow with #802ED4 color.

.textShadow {text-shadow: 3px 3px 1px #802ED4, 3px 3px 1px red;}

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

This text has shadow with #802ED4 primary color and red secondary color.


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

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

This text has shadow with #802ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802ED4 on black background.


Color preview on white background

This text has color #802ED4 on white background.



Black color preview on #802ED4 background

This text has black color on #802ED4 background.


White color preview on #802ED4 background

This text has white color on #802ED4 background.