COLOR #802B80

HEX: #802B80
RGB: (128,43,128)

Color info

#802B80 contains mainly red and blue colors. Web safe color of #802B80 is #663366 (or #636).

RGB color model

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

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

RGB channels and saturation

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

128
43
128

R + G + B ~ 39%. #802B80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 43 + 128 = 299 (100%)
R 128 of 299 ~ 42.81%
G 43 of 299 ~ 14.38%
B 128 of 299 ~ 42.81%

%42.81
%14.38
%42.81

CMYK color model

#802B80 color CMYK value is (0,66,0,50).

  • cyan value is 0.00%
  • magenta value is 66.41%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(0,66,0,50)
C0M66Y0K50 
(0%,66%,0%,50%)
(0.00/0.66/0.00/0.50)	

CMYK percentages

%0
%66.41
%0
%49.8

Codes

Color #802B80 in popluar color models

802B80
RGB12843128
HSL300°49.71%33.53%
HSB/HSV300°66.41%50.20%
CMYK0.00%66.41%0.00%
49.80%

Color #802B80 in popluar number systems.

HEX802B80
Decimal12843128
Binary1000000010101110000000
Octal20053200

Shades and tints

Shades of #802B80

#802B80
(128,43,128)
#752875
(117,40,117)
#6A256A
(106,37,106)
#5F225F
(95,34,95)
#541F54
(84,31,84)
#491C49
(73,28,73)
#3E193E
(62,25,62)
#331633
(51,22,51)
#281328
(40,19,40)
#1D101D
(29,16,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #802B80

#802B80
(128,43,128)
#8B3E8B
(139,62,139)
#965196
(150,81,150)
#A164A1
(161,100,161)
#AC77AC
(172,119,172)
#B78AB7
(183,138,183)
#C29DC2
(194,157,194)
#CDB0CD
(205,176,205)
#D8C3D8
(216,195,216)
#E3D6E3
(227,214,227)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802B80; }

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

This text font color is #802B80.


Background Color

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

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

This div background color is #802B80.


Border color

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

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

This div border color is #802B80.


Opacity

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

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

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

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

This text has shadow with #802B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802B80 on black background.


Color preview on white background

This text has color #802B80 on white background.



Black color preview on #802B80 background

This text has black color on #802B80 background.


White color preview on #802B80 background

This text has white color on #802B80 background.