COLOR #520D93

HEX: #520D93
RGB: (82,13,147)

Renk bilgisi

#520D93 contains mainly blue color. #520D93 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#520D93 color RGB value is (82,13,147).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 13 of 255 = 5%
B 147 of 255 = 58%

82
13
147

R + G + B ~ 32%. #520D93 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 13 + 147 = 242 (100%)
R 82 of 242 ~ 33.88%
G 13 of 242 ~ 5.37%
B 147 of 242 ~ 60.74%

%33.88
%60.74

CMYK RENK MODELİ

#520D93 rengi CMYK tonu (44,91,0,42).

  • camgöbeği tonu 44.22%
  • eflatun tonu 91.16%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(44,91,0,42)
C44M91Y0K42 
(44%,91%,0%,42%)
(0.44/0.91/0.00/0.42)	

CMYK yüzdeleri

%44.22
%91.16
%0
%42.35

Codes

Color #520D93 in popluar color models

520D93
RGB8213147
HSL271°83.75%31.37%
HSB/HSV271°91.16%57.65%
CMYK44.22%91.16%0.00%
42.35%

Color #520D93 in popluar number systems.

HEX520D93
Decimal8213147
Binary1010010110110010011
Octal12215223

Shades and tints

Shades of #520D93

#520D93
(82,13,147)
#4B0C86
(75,12,134)
#440B79
(68,11,121)
#3D0A6C
(61,10,108)
#36095F
(54,9,95)
#2F0852
(47,8,82)
#280745
(40,7,69)
#210638
(33,6,56)
#1A052B
(26,5,43)
#13041E
(19,4,30)
#0C0311
(12,3,17)
#000000
(0,0,0)

Tints of #520D93

#520D93
(82,13,147)
#61239C
(97,35,156)
#7039A5
(112,57,165)
#7F4FAE
(127,79,174)
#8E65B7
(142,101,183)
#9D7BC0
(157,123,192)
#AC91C9
(172,145,201)
#BBA7D2
(187,167,210)
#CABDDB
(202,189,219)
#D9D3E4
(217,211,228)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520D93; }

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

This text font color is #520D93.


Background Color

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

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

This div background color is #520D93.


Border color

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

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

This div border color is #520D93.


Opacity

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

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

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

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

This text has shadow with #520D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520D93 on black background.


Color preview on white background

This text has color #520D93 on white background.



Black color preview on #520D93 background

This text has black color on #520D93 background.


White color preview on #520D93 background

This text has white color on #520D93 background.