COLOR #521FCA

HEX: #521FCA
RGB: (82,31,202)

Color info

#521FCA contains mainly blue color. Web safe color of #521FCA is #6633CC (or #63C).

RGB color model

#521FCA color RGB value is (82,31,202).

  • red value is 82;
  • green value is 31;
  • blue value is 202.
RGB:
(82,31,202)
(32%,12%,79%)

RGB channels and saturation

R 82 of 255 = 32%
G 31 of 255 = 12%
B 202 of 255 = 79%

82
31
202

R + G + B ~ 41%. #521FCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 31 + 202 = 315 (100%)
R 82 of 315 ~ 26.03%
G 31 of 315 ~ 9.84%
B 202 of 315 ~ 64.13%

%26.03
%9.84
%64.13

CMYK color model

#521FCA color CMYK value is (59,85,0,21).

  • cyan value is 59.41%
  • magenta value is 84.65%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(59,85,0,21)
C59M85Y0K21 
(59%,85%,0%,21%)
(0.59/0.85/0.00/0.21)	

CMYK percentages

%59.41
%84.65
%0
%20.78

Codes

Color #521FCA in popluar color models

521FCA
RGB8231202
HSL258°73.39%45.69%
HSB/HSV258°84.65%79.22%
CMYK59.41%84.65%0.00%
20.78%

Color #521FCA in popluar number systems.

HEX521FCA
Decimal8231202
Binary10100101111111001010
Octal12237312

Shades and tints

Shades of #521FCA

#521FCA
(82,31,202)
#4B1DB8
(75,29,184)
#441BA6
(68,27,166)
#3D1994
(61,25,148)
#361782
(54,23,130)
#2F1570
(47,21,112)
#28135E
(40,19,94)
#21114C
(33,17,76)
#1A0F3A
(26,15,58)
#130D28
(19,13,40)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #521FCA

#521FCA
(82,31,202)
#6133CE
(97,51,206)
#7047D2
(112,71,210)
#7F5BD6
(127,91,214)
#8E6FDA
(142,111,218)
#9D83DE
(157,131,222)
#AC97E2
(172,151,226)
#BBABE6
(187,171,230)
#CABFEA
(202,191,234)
#D9D3EE
(217,211,238)
#E8E7F2
(232,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #521FCA color. Also use rgb(82,31,202) instead hex code.

Text Font Color

.myTextColor { color: #521FCA; }

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

This text font color is #521FCA.


Background Color

.myBgColor { background-color: #521FCA; }

<div style="background-color:#521FCA">Inner text</div>

This div background color is #521FCA.


Border color

.myBorderColor { border: 1px solid #521FCA; }

<div style="border:3px solid #521FCA">Div</div>

This div border color is #521FCA.


Opacity

.myOpacity80 { color: #521FCA; opacity: 0.8; }

<p style="color:#521FCA;opacity:0.8;">80%</p>

Text with #521FCA 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 #521FCA;}

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

This text has shadow with #521FCA color.

.textShadow {text-shadow: 3px 3px 1px #521FCA, 3px 3px 1px red;}

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

This text has shadow with #521FCA primary color and red secondary color.


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

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

This text has shadow with #521FCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #521FCA on black background.


Color preview on white background

This text has color #521FCA on white background.



Black color preview on #521FCA background

This text has black color on #521FCA background.


White color preview on #521FCA background

This text has white color on #521FCA background.