COLOR #502E93

HEX: #502E93
RGB: (80,46,147)

Color info

#502E93 contains mainly blue color. Web safe color of #502E93 is #663399 (or #639).

RGB color model

#502E93 color RGB value is (80,46,147).

  • red value is 80;
  • green value is 46;
  • blue value is 147.
RGB:
(80,46,147)
(31%,18%,58%)

RGB channels and saturation

R 80 of 255 = 31%
G 46 of 255 = 18%
B 147 of 255 = 58%

80
46
147

R + G + B ~ 36%. #502E93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 46 + 147 = 273 (100%)
R 80 of 273 ~ 29.3%
G 46 of 273 ~ 16.85%
B 147 of 273 ~ 53.85%

%29.3
%16.85
%53.85

CMYK color model

#502E93 color CMYK value is (46,69,0,42).

  • cyan value is 45.58%
  • magenta value is 68.71%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(46,69,0,42)
C46M69Y0K42 
(46%,69%,0%,42%)
(0.46/0.69/0.00/0.42)	

CMYK percentages

%45.58
%68.71
%0
%42.35

Codes

Color #502E93 in popluar color models

502E93
RGB8046147
HSL260°52.33%37.84%
HSB/HSV260°68.71%57.65%
CMYK45.58%68.71%0.00%
42.35%

Color #502E93 in popluar number systems.

HEX502E93
Decimal8046147
Binary101000010111010010011
Octal12056223

Shades and tints

Shades of #502E93

#502E93
(80,46,147)
#492A86
(73,42,134)
#422679
(66,38,121)
#3B226C
(59,34,108)
#341E5F
(52,30,95)
#2D1A52
(45,26,82)
#261645
(38,22,69)
#1F1238
(31,18,56)
#180E2B
(24,14,43)
#110A1E
(17,10,30)
#0A0611
(10,6,17)
#000000
(0,0,0)

Tints of #502E93

#502E93
(80,46,147)
#5F419C
(95,65,156)
#6E54A5
(110,84,165)
#7D67AE
(125,103,174)
#8C7AB7
(140,122,183)
#9B8DC0
(155,141,192)
#AAA0C9
(170,160,201)
#B9B3D2
(185,179,210)
#C8C6DB
(200,198,219)
#D7D9E4
(215,217,228)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502E93 color. Also use rgb(80,46,147) instead hex code.

Text Font Color

.myTextColor { color: #502E93; }

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

This text font color is #502E93.


Background Color

.myBgColor { background-color: #502E93; }

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

This div background color is #502E93.


Border color

.myBorderColor { border: 1px solid #502E93; }

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

This div border color is #502E93.


Opacity

.myOpacity80 { color: #502E93; opacity: 0.8; }

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

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

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

This text has shadow with #502E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502E93 on black background.


Color preview on white background

This text has color #502E93 on white background.



Black color preview on #502E93 background

This text has black color on #502E93 background.


White color preview on #502E93 background

This text has white color on #502E93 background.