COLOR #502876

HEX: #502876
RGB: (80,40,118)

Color info

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

RGB color model

#502876 color RGB value is (80,40,118).

  • red value is 80;
  • green value is 40;
  • blue value is 118.
RGB:
(80,40,118)
(31%,16%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 40 of 255 = 16%
B 118 of 255 = 46%

80
40
118

R + G + B ~ 31%. #502876 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 40 + 118 = 238 (100%)
R 80 of 238 ~ 33.61%
G 40 of 238 ~ 16.81%
B 118 of 238 ~ 49.58%

%33.61
%16.81
%49.58

CMYK color model

#502876 color CMYK value is (32,66,0,54).

  • cyan value is 32.20%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(32,66,0,54)
C32M66Y0K54 
(32%,66%,0%,54%)
(0.32/0.66/0.00/0.54)	

CMYK percentages

%32.2
%66.1
%0
%53.73

Codes

Color #502876 in popluar color models

502876
RGB8040118
HSL271°49.37%30.98%
HSB/HSV271°66.10%46.27%
CMYK32.20%66.10%0.00%
53.73%

Color #502876 in popluar number systems.

HEX502876
Decimal8040118
Binary10100001010001110110
Octal12050166

Shades and tints

Shades of #502876

#502876
(80,40,118)
#49256C
(73,37,108)
#422262
(66,34,98)
#3B1F58
(59,31,88)
#341C4E
(52,28,78)
#2D1944
(45,25,68)
#26163A
(38,22,58)
#1F1330
(31,19,48)
#181026
(24,16,38)
#110D1C
(17,13,28)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #502876

#502876
(80,40,118)
#5F3B82
(95,59,130)
#6E4E8E
(110,78,142)
#7D619A
(125,97,154)
#8C74A6
(140,116,166)
#9B87B2
(155,135,178)
#AA9ABE
(170,154,190)
#B9ADCA
(185,173,202)
#C8C0D6
(200,192,214)
#D7D3E2
(215,211,226)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502876 color. Also use rgb(80,40,118) instead hex code.

Text Font Color

.myTextColor { color: #502876; }

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

This text font color is #502876.


Background Color

.myBgColor { background-color: #502876; }

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

This div background color is #502876.


Border color

.myBorderColor { border: 1px solid #502876; }

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

This div border color is #502876.


Opacity

.myOpacity80 { color: #502876; opacity: 0.8; }

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

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

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

This text has shadow with #502876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502876 on black background.


Color preview on white background

This text has color #502876 on white background.



Black color preview on #502876 background

This text has black color on #502876 background.


White color preview on #502876 background

This text has white color on #502876 background.