COLOR #520B9D

HEX: #520B9D
RGB: (82,11,157)

Renk bilgisi

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

RGB renk modeli

#520B9D color RGB value is (82,11,157).

  • kırmız ton 82;
  • yeşil ton 11;
  • mavi ton 157.
RGB:
(82,11,157)
(32%,4%,62%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 11 of 255 = 4%
B 157 of 255 = 62%

82
11
157

R + G + B ~ 33%. #520B9D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 11 + 157 = 250 (100%)
R 82 of 250 ~ 32.8%
G 11 of 250 ~ 4.4%
B 157 of 250 ~ 62.8%

%32.8
%62.8

CMYK RENK MODELİ

#520B9D rengi CMYK tonu (48,93,0,38).

  • camgöbeği tonu 47.77%
  • eflatun tonu 92.99%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(48,93,0,38)
C48M93Y0K38 
(48%,93%,0%,38%)
(0.48/0.93/0.00/0.38)	

CMYK yüzdeleri

%47.77
%92.99
%0
%38.43

Codes

Color #520B9D in popluar color models

520B9D
RGB8211157
HSL269°86.90%32.94%
HSB/HSV269°92.99%61.57%
CMYK47.77%92.99%0.00%
38.43%

Color #520B9D in popluar number systems.

HEX520B9D
Decimal8211157
Binary1010010101110011101
Octal12213235

Shades and tints

Shades of #520B9D

#520B9D
(82,11,157)
#4B0A8F
(75,10,143)
#440981
(68,9,129)
#3D0873
(61,8,115)
#360765
(54,7,101)
#2F0657
(47,6,87)
#280549
(40,5,73)
#21043B
(33,4,59)
#1A032D
(26,3,45)
#13021F
(19,2,31)
#0C0111
(12,1,17)
#000000
(0,0,0)

Tints of #520B9D

#520B9D
(82,11,157)
#6121A5
(97,33,165)
#7037AD
(112,55,173)
#7F4DB5
(127,77,181)
#8E63BD
(142,99,189)
#9D79C5
(157,121,197)
#AC8FCD
(172,143,205)
#BBA5D5
(187,165,213)
#CABBDD
(202,187,221)
#D9D1E5
(217,209,229)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520B9D color. Also use rgb(82,11,157) instead hex code.

Text Font Color

.myTextColor { color: #520B9D; }

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

This text font color is #520B9D.


Background Color

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

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

This div background color is #520B9D.


Border color

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

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

This div border color is #520B9D.


Opacity

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

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

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

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

This text has shadow with #520B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B9D on black background.


Color preview on white background

This text has color #520B9D on white background.



Black color preview on #520B9D background

This text has black color on #520B9D background.


White color preview on #520B9D background

This text has white color on #520B9D background.