COLOR #520DF0

HEX: #520DF0
RGB: (82,13,240)

Color info

#520DF0 contains mainly blue color. Web safe color of #520DF0 is #6600FF (or #60F).

RGB color model

#520DF0 color RGB value is (82,13,240).

  • red value is 82;
  • green value is 13;
  • blue value is 240.
RGB:
(82,13,240)
(32%,5%,94%)

RGB channels and saturation

R 82 of 255 = 32%
G 13 of 255 = 5%
B 240 of 255 = 94%

82
13
240

R + G + B ~ 44%. #520DF0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 13 + 240 = 335 (100%)
R 82 of 335 ~ 24.48%
G 13 of 335 ~ 3.88%
B 240 of 335 ~ 71.64%

%24.48
%71.64

CMYK color model

#520DF0 color CMYK value is (66,95,0,6).

  • cyan value is 65.83%
  • magenta value is 94.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(66,95,0,6)
C66M95Y0K6 
(66%,95%,0%,6%)
(0.66/0.95/0.00/0.06)	

CMYK percentages

%65.83
%94.58
%0
%5.88

Codes

Color #520DF0 in popluar color models

520DF0
RGB8213240
HSL258°89.72%49.61%
HSB/HSV258°94.58%94.12%
CMYK65.83%94.58%0.00%
5.88%

Color #520DF0 in popluar number systems.

HEX520DF0
Decimal8213240
Binary1010010110111110000
Octal12215360

Shades and tints

Shades of #520DF0

#520DF0
(82,13,240)
#4B0CDB
(75,12,219)
#440BC6
(68,11,198)
#3D0AB1
(61,10,177)
#36099C
(54,9,156)
#2F0887
(47,8,135)
#280772
(40,7,114)
#21065D
(33,6,93)
#1A0548
(26,5,72)
#130433
(19,4,51)
#0C031E
(12,3,30)
#000000
(0,0,0)

Tints of #520DF0

#520DF0
(82,13,240)
#6123F1
(97,35,241)
#7039F2
(112,57,242)
#7F4FF3
(127,79,243)
#8E65F4
(142,101,244)
#9D7BF5
(157,123,245)
#AC91F6
(172,145,246)
#BBA7F7
(187,167,247)
#CABDF8
(202,189,248)
#D9D3F9
(217,211,249)
#E8E9FA
(232,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520DF0 color. Also use rgb(82,13,240) instead hex code.

Text Font Color

.myTextColor { color: #520DF0; }

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

This text font color is #520DF0.


Background Color

.myBgColor { background-color: #520DF0; }

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

This div background color is #520DF0.


Border color

.myBorderColor { border: 1px solid #520DF0; }

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

This div border color is #520DF0.


Opacity

.myOpacity80 { color: #520DF0; opacity: 0.8; }

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

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

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

This text has shadow with #520DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520DF0 on black background.


Color preview on white background

This text has color #520DF0 on white background.



Black color preview on #520DF0 background

This text has black color on #520DF0 background.


White color preview on #520DF0 background

This text has white color on #520DF0 background.