COLOR #502A7B

HEX: #502A7B
RGB: (80,42,123)

Color info

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

RGB color model

#502A7B color RGB value is (80,42,123).

  • red value is 80;
  • green value is 42;
  • blue value is 123.
RGB:
(80,42,123)
(31%,16%,48%)

RGB channels and saturation

R 80 of 255 = 31%
G 42 of 255 = 16%
B 123 of 255 = 48%

80
42
123

R + G + B ~ 32%. #502A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 42 + 123 = 245 (100%)
R 80 of 245 ~ 32.65%
G 42 of 245 ~ 17.14%
B 123 of 245 ~ 50.2%

%32.65
%17.14
%50.2

CMYK color model

#502A7B color CMYK value is (35,66,0,52).

  • cyan value is 34.96%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(35,66,0,52)
C35M66Y0K52 
(35%,66%,0%,52%)
(0.35/0.66/0.00/0.52)	

CMYK percentages

%34.96
%65.85
%0
%51.76

Codes

Color #502A7B in popluar color models

502A7B
RGB8042123
HSL268°49.09%32.35%
HSB/HSV268°65.85%48.24%
CMYK34.96%65.85%0.00%
51.76%

Color #502A7B in popluar number systems.

HEX502A7B
Decimal8042123
Binary10100001010101111011
Octal12052173

Shades and tints

Shades of #502A7B

#502A7B
(80,42,123)
#492770
(73,39,112)
#422465
(66,36,101)
#3B215A
(59,33,90)
#341E4F
(52,30,79)
#2D1B44
(45,27,68)
#261839
(38,24,57)
#1F152E
(31,21,46)
#181223
(24,18,35)
#110F18
(17,15,24)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #502A7B

#502A7B
(80,42,123)
#5F3D87
(95,61,135)
#6E5093
(110,80,147)
#7D639F
(125,99,159)
#8C76AB
(140,118,171)
#9B89B7
(155,137,183)
#AA9CC3
(170,156,195)
#B9AFCF
(185,175,207)
#C8C2DB
(200,194,219)
#D7D5E7
(215,213,231)
#E6E8F3
(230,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502A7B color. Also use rgb(80,42,123) instead hex code.

Text Font Color

.myTextColor { color: #502A7B; }

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

This text font color is #502A7B.


Background Color

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

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

This div background color is #502A7B.


Border color

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

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

This div border color is #502A7B.


Opacity

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

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

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

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

This text has shadow with #502A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502A7B on black background.


Color preview on white background

This text has color #502A7B on white background.



Black color preview on #502A7B background

This text has black color on #502A7B background.


White color preview on #502A7B background

This text has white color on #502A7B background.