COLOR #500DB8

HEX: #500DB8
RGB: (80,13,184)

Color info

#500DB8 contains mainly blue color. Web safe color of #500DB8 is #6600CC (or #60C).

RGB color model

#500DB8 color RGB value is (80,13,184).

  • red value is 80;
  • green value is 13;
  • blue value is 184.
RGB:
(80,13,184)
(31%,5%,72%)

RGB channels and saturation

R 80 of 255 = 31%
G 13 of 255 = 5%
B 184 of 255 = 72%

80
13
184

R + G + B ~ 36%. #500DB8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 13 + 184 = 277 (100%)
R 80 of 277 ~ 28.88%
G 13 of 277 ~ 4.69%
B 184 of 277 ~ 66.43%

%28.88
%66.43

CMYK color model

#500DB8 color CMYK value is (57,93,0,28).

  • cyan value is 56.52%
  • magenta value is 92.93%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(57,93,0,28)
C57M93Y0K28 
(57%,93%,0%,28%)
(0.57/0.93/0.00/0.28)	

CMYK percentages

%56.52
%92.93
%0
%27.84

Codes

Color #500DB8 in popluar color models

500DB8
RGB8013184
HSL264°86.80%38.63%
HSB/HSV264°92.93%72.16%
CMYK56.52%92.93%0.00%
27.84%

Color #500DB8 in popluar number systems.

HEX500DB8
Decimal8013184
Binary1010000110110111000
Octal12015270

Shades and tints

Shades of #500DB8

#500DB8
(80,13,184)
#490CA8
(73,12,168)
#420B98
(66,11,152)
#3B0A88
(59,10,136)
#340978
(52,9,120)
#2D0868
(45,8,104)
#260758
(38,7,88)
#1F0648
(31,6,72)
#180538
(24,5,56)
#110428
(17,4,40)
#0A0318
(10,3,24)
#000000
(0,0,0)

Tints of #500DB8

#500DB8
(80,13,184)
#5F23BE
(95,35,190)
#6E39C4
(110,57,196)
#7D4FCA
(125,79,202)
#8C65D0
(140,101,208)
#9B7BD6
(155,123,214)
#AA91DC
(170,145,220)
#B9A7E2
(185,167,226)
#C8BDE8
(200,189,232)
#D7D3EE
(215,211,238)
#E6E9F4
(230,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500DB8 color. Also use rgb(80,13,184) instead hex code.

Text Font Color

.myTextColor { color: #500DB8; }

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

This text font color is #500DB8.


Background Color

.myBgColor { background-color: #500DB8; }

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

This div background color is #500DB8.


Border color

.myBorderColor { border: 1px solid #500DB8; }

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

This div border color is #500DB8.


Opacity

.myOpacity80 { color: #500DB8; opacity: 0.8; }

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

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

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

This text has shadow with #500DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500DB8 on black background.


Color preview on white background

This text has color #500DB8 on white background.



Black color preview on #500DB8 background

This text has black color on #500DB8 background.


White color preview on #500DB8 background

This text has white color on #500DB8 background.