COLOR #5200D0

HEX: #5200D0
RGB: (82,0,208)

Color info

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

RGB color model

#5200D0 color RGB value is (82,0,208).

  • red value is 82;
  • green value is 0;
  • blue value is 208.
RGB:
(82,0,208)
(32%,0%,82%)

RGB channels and saturation

R 82 of 255 = 32%
G 0 of 255 = 0%
B 208 of 255 = 82%

82
0
208

R + G + B ~ 38%. #5200D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 0 + 208 = 290 (100%)
R 82 of 290 ~ 28.28%
G 0 of 290 ~ 0%
B 208 of 290 ~ 71.72%

%28.28
%71.72

CMYK color model

#5200D0 color CMYK value is (61,100,0,18).

  • cyan value is 60.58%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(61,100,0,18)
C61M100Y0K18 
(61%,100%,0%,18%)
(0.61/1.00/0.00/0.18)	

CMYK percentages

%60.58
%100
%0
%18.43

Codes

Color #5200D0 in popluar color models

5200D0
RGB820208
HSL264°100.00%40.78%
HSB/HSV264°100.00%81.57%
CMYK60.58%100.00%0.00%
18.43%

Color #5200D0 in popluar number systems.

HEX5200D0
Decimal820208
Binary1010010011010000
Octal1220320

Shades and tints

Shades of #5200D0

#5200D0
(82,0,208)
#4B00BE
(75,0,190)
#4400AC
(68,0,172)
#3D009A
(61,0,154)
#360088
(54,0,136)
#2F0076
(47,0,118)
#280064
(40,0,100)
#210052
(33,0,82)
#1A0040
(26,0,64)
#13002E
(19,0,46)
#0C001C
(12,0,28)
#000000
(0,0,0)

Tints of #5200D0

#5200D0
(82,0,208)
#6117D4
(97,23,212)
#702ED8
(112,46,216)
#7F45DC
(127,69,220)
#8E5CE0
(142,92,224)
#9D73E4
(157,115,228)
#AC8AE8
(172,138,232)
#BBA1EC
(187,161,236)
#CAB8F0
(202,184,240)
#D9CFF4
(217,207,244)
#E8E6F8
(232,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5200D0 color. Also use rgb(82,0,208) instead hex code.

Text Font Color

.myTextColor { color: #5200D0; }

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

This text font color is #5200D0.


Background Color

.myBgColor { background-color: #5200D0; }

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

This div background color is #5200D0.


Border color

.myBorderColor { border: 1px solid #5200D0; }

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

This div border color is #5200D0.


Opacity

.myOpacity80 { color: #5200D0; opacity: 0.8; }

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

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

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

This text has shadow with #5200D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5200D0 on black background.


Color preview on white background

This text has color #5200D0 on white background.



Black color preview on #5200D0 background

This text has black color on #5200D0 background.


White color preview on #5200D0 background

This text has white color on #5200D0 background.