COLOR #520A86

HEX: #520A86
RGB: (82,10,134)

Renk bilgisi

#520A86 contains mainly red and blue colors. #520A86 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#520A86 color RGB value is (82,10,134).

  • kırmız ton 82;
  • yeşil ton 10;
  • mavi ton 134.
RGB:
(82,10,134)
(32%,4%,53%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 10 of 255 = 4%
B 134 of 255 = 53%

82
10
134

R + G + B ~ 30%. #520A86 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 10 + 134 = 226 (100%)
R 82 of 226 ~ 36.28%
G 10 of 226 ~ 4.42%
B 134 of 226 ~ 59.29%

%36.28
%59.29

CMYK RENK MODELİ

#520A86 rengi CMYK tonu (39,93,0,47).

  • camgöbeği tonu 38.81%
  • eflatun tonu 92.54%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(39,93,0,47)
C39M93Y0K47 
(39%,93%,0%,47%)
(0.39/0.93/0.00/0.47)	

CMYK yüzdeleri

%38.81
%92.54
%0
%47.45

Codes

Color #520A86 in popluar color models

520A86
RGB8210134
HSL275°86.11%28.24%
HSB/HSV275°92.54%52.55%
CMYK38.81%92.54%0.00%
47.45%

Color #520A86 in popluar number systems.

HEX520A86
Decimal8210134
Binary1010010101010000110
Octal12212206

Shades and tints

Shades of #520A86

#520A86
(82,10,134)
#4B0A7A
(75,10,122)
#440A6E
(68,10,110)
#3D0A62
(61,10,98)
#360A56
(54,10,86)
#2F0A4A
(47,10,74)
#280A3E
(40,10,62)
#210A32
(33,10,50)
#1A0A26
(26,10,38)
#130A1A
(19,10,26)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #520A86

#520A86
(82,10,134)
#612091
(97,32,145)
#70369C
(112,54,156)
#7F4CA7
(127,76,167)
#8E62B2
(142,98,178)
#9D78BD
(157,120,189)
#AC8EC8
(172,142,200)
#BBA4D3
(187,164,211)
#CABADE
(202,186,222)
#D9D0E9
(217,208,233)
#E8E6F4
(232,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520A86 color. Also use rgb(82,10,134) instead hex code.

Text Font Color

.myTextColor { color: #520A86; }

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

This text font color is #520A86.


Background Color

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

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

This div background color is #520A86.


Border color

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

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

This div border color is #520A86.


Opacity

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

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

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

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

This text has shadow with #520A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520A86 on black background.


Color preview on white background

This text has color #520A86 on white background.



Black color preview on #520A86 background

This text has black color on #520A86 background.


White color preview on #520A86 background

This text has white color on #520A86 background.