COLOR #802E57

HEX: #802E57
RGB: (128,46,87)

Color info

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

RGB color model

#802E57 color RGB value is (128,46,87).

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

RGB channels and saturation

R 128 of 255 = 50%
G 46 of 255 = 18%
B 87 of 255 = 34%

128
46
87

R + G + B ~ 34%. #802E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 46 + 87 = 261 (100%)
R 128 of 261 ~ 49.04%
G 46 of 261 ~ 17.62%
B 87 of 261 ~ 33.33%

%49.04
%17.62
%33.33

CMYK color model

#802E57 color CMYK value is (0,64,32,50).

  • cyan value is 0.00%
  • magenta value is 64.06%
  • yellow value is 32.03%
  • key color value is 49.80%
CMYK:
(0,64,32,50)
C0M64Y32K50 
(0%,64%,32%,50%)
(0.00/0.64/0.32/0.50)	

CMYK percentages

%0
%64.06
%32.03
%49.8

Codes

Color #802E57 in popluar color models

802E57
RGB1284687
HSL330°47.13%34.12%
HSB/HSV330°64.06%50.20%
CMYK0.00%64.06%32.03%
49.80%

Color #802E57 in popluar number systems.

HEX802E57
Decimal1284687
Binary100000001011101010111
Octal20056127

Shades and tints

Shades of #802E57

#802E57
(128,46,87)
#752A50
(117,42,80)
#6A2649
(106,38,73)
#5F2242
(95,34,66)
#541E3B
(84,30,59)
#491A34
(73,26,52)
#3E162D
(62,22,45)
#331226
(51,18,38)
#280E1F
(40,14,31)
#1D0A18
(29,10,24)
#120611
(18,6,17)
#000000
(0,0,0)

Tints of #802E57

#802E57
(128,46,87)
#8B4166
(139,65,102)
#965475
(150,84,117)
#A16784
(161,103,132)
#AC7A93
(172,122,147)
#B78DA2
(183,141,162)
#C2A0B1
(194,160,177)
#CDB3C0
(205,179,192)
#D8C6CF
(216,198,207)
#E3D9DE
(227,217,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #802E57; }

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

This text font color is #802E57.


Background Color

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

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

This div background color is #802E57.


Border color

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

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

This div border color is #802E57.


Opacity

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

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

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

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

This text has shadow with #802E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #802E57 on black background.


Color preview on white background

This text has color #802E57 on white background.



Black color preview on #802E57 background

This text has black color on #802E57 background.


White color preview on #802E57 background

This text has white color on #802E57 background.