COLOR #520D7A

HEX: #520D7A
RGB: (82,13,122)

Renk bilgisi

#520D7A contains mainly red and blue colors. #520D7A ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#520D7A color RGB value is (82,13,122).

  • kırmız ton 82;
  • yeşil ton 13;
  • mavi ton 122.
RGB:
(82,13,122)
(32%,5%,48%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 13 of 255 = 5%
B 122 of 255 = 48%

82
13
122

R + G + B ~ 28%. #520D7A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 13 + 122 = 217 (100%)
R 82 of 217 ~ 37.79%
G 13 of 217 ~ 5.99%
B 122 of 217 ~ 56.22%

%37.79
%56.22

CMYK RENK MODELİ

#520D7A rengi CMYK tonu (33,89,0,52).

  • camgöbeği tonu 32.79%
  • eflatun tonu 89.34%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(33,89,0,52)
C33M89Y0K52 
(33%,89%,0%,52%)
(0.33/0.89/0.00/0.52)	

CMYK yüzdeleri

%32.79
%89.34
%0
%52.16

Codes

Color #520D7A in popluar color models

520D7A
RGB8213122
HSL278°80.74%26.47%
HSB/HSV278°89.34%47.84%
CMYK32.79%89.34%0.00%
52.16%

Color #520D7A in popluar number systems.

HEX520D7A
Decimal8213122
Binary101001011011111010
Octal12215172

Shades and tints

Shades of #520D7A

#520D7A
(82,13,122)
#4B0C6F
(75,12,111)
#440B64
(68,11,100)
#3D0A59
(61,10,89)
#36094E
(54,9,78)
#2F0843
(47,8,67)
#280738
(40,7,56)
#21062D
(33,6,45)
#1A0522
(26,5,34)
#130417
(19,4,23)
#0C030C
(12,3,12)
#000000
(0,0,0)

Tints of #520D7A

#520D7A
(82,13,122)
#612386
(97,35,134)
#703992
(112,57,146)
#7F4F9E
(127,79,158)
#8E65AA
(142,101,170)
#9D7BB6
(157,123,182)
#AC91C2
(172,145,194)
#BBA7CE
(187,167,206)
#CABDDA
(202,189,218)
#D9D3E6
(217,211,230)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D7A; }

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

This text font color is #520D7A.


Background Color

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

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

This div background color is #520D7A.


Border color

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

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

This div border color is #520D7A.


Opacity

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

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

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

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

This text has shadow with #520D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D7A on black background.


Color preview on white background

This text has color #520D7A on white background.



Black color preview on #520D7A background

This text has black color on #520D7A background.


White color preview on #520D7A background

This text has white color on #520D7A background.