COLOR #802BEE

HEX: #802BEE
RGB: (128,43,238)

Color info

#802BEE contains mainly blue color. Web safe color of #802BEE is #6633FF (or #63F).

RGB color model

#802BEE color RGB value is (128,43,238).

  • red value is 128;
  • green value is 43;
  • blue value is 238.
RGB:
(128,43,238)
(50%,17%,93%)

RGB channels and saturation

R 128 of 255 = 50%
G 43 of 255 = 17%
B 238 of 255 = 93%

128
43
238

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

Portions of RGB colors in percentages

R + G + B =
128 + 43 + 238 = 409 (100%)
R 128 of 409 ~ 31.3%
G 43 of 409 ~ 10.51%
B 238 of 409 ~ 58.19%

%31.3
%10.51
%58.19

CMYK color model

#802BEE color CMYK value is (46,82,0,7).

  • cyan value is 46.22%
  • magenta value is 81.93%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(46,82,0,7)
C46M82Y0K7 
(46%,82%,0%,7%)
(0.46/0.82/0.00/0.07)	

CMYK percentages

%46.22
%81.93
%0
%6.67

Codes

Color #802BEE in popluar color models

802BEE
RGB12843238
HSL266°85.15%55.10%
HSB/HSV266°81.93%93.33%
CMYK46.22%81.93%0.00%
6.67%

Color #802BEE in popluar number systems.

HEX802BEE
Decimal12843238
Binary1000000010101111101110
Octal20053356

Shades and tints

Shades of #802BEE

#802BEE
(128,43,238)
#7528D9
(117,40,217)
#6A25C4
(106,37,196)
#5F22AF
(95,34,175)
#541F9A
(84,31,154)
#491C85
(73,28,133)
#3E1970
(62,25,112)
#33165B
(51,22,91)
#281346
(40,19,70)
#1D1031
(29,16,49)
#120D1C
(18,13,28)
#000000
(0,0,0)

Tints of #802BEE

#802BEE
(128,43,238)
#8B3EEF
(139,62,239)
#9651F0
(150,81,240)
#A164F1
(161,100,241)
#AC77F2
(172,119,242)
#B78AF3
(183,138,243)
#C29DF4
(194,157,244)
#CDB0F5
(205,176,245)
#D8C3F6
(216,195,246)
#E3D6F7
(227,214,247)
#EEE9F8
(238,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #802BEE color. Also use rgb(128,43,238) instead hex code.

Text Font Color

.myTextColor { color: #802BEE; }

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

This text font color is #802BEE.


Background Color

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

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

This div background color is #802BEE.


Border color

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

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

This div border color is #802BEE.


Opacity

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

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

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

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

This text has shadow with #802BEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802BEE on black background.


Color preview on white background

This text has color #802BEE on white background.



Black color preview on #802BEE background

This text has black color on #802BEE background.


White color preview on #802BEE background

This text has white color on #802BEE background.