COLOR #520880

HEX: #520880
RGB: (82,8,128)

Renk bilgisi

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

RGB renk modeli

#520880 color RGB value is (82,8,128).

  • kırmız ton 82;
  • yeşil ton 8;
  • mavi ton 128.
RGB:
(82,8,128)
(32%,3%,50%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 8 of 255 = 3%
B 128 of 255 = 50%

82
8
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 8 + 128 = 218 (100%)
R 82 of 218 ~ 37.61%
G 8 of 218 ~ 3.67%
B 128 of 218 ~ 58.72%

%37.61
%58.72

CMYK RENK MODELİ

#520880 rengi CMYK tonu (36,94,0,50).

  • camgöbeği tonu 35.94%
  • eflatun tonu 93.75%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(36,94,0,50)
C36M94Y0K50 
(36%,94%,0%,50%)
(0.36/0.94/0.00/0.50)	

CMYK yüzdeleri

%35.94
%93.75
%0
%49.8

Codes

Color #520880 in popluar color models

520880
RGB828128
HSL277°88.24%26.67%
HSB/HSV277°93.75%50.20%
CMYK35.94%93.75%0.00%
49.80%

Color #520880 in popluar number systems.

HEX520880
Decimal828128
Binary1010010100010000000
Octal12210200

Shades and tints

Shades of #520880

#520880
(82,8,128)
#4B0875
(75,8,117)
#44086A
(68,8,106)
#3D085F
(61,8,95)
#360854
(54,8,84)
#2F0849
(47,8,73)
#28083E
(40,8,62)
#210833
(33,8,51)
#1A0828
(26,8,40)
#13081D
(19,8,29)
#0C0812
(12,8,18)
#000000
(0,0,0)

Tints of #520880

#520880
(82,8,128)
#611E8B
(97,30,139)
#703496
(112,52,150)
#7F4AA1
(127,74,161)
#8E60AC
(142,96,172)
#9D76B7
(157,118,183)
#AC8CC2
(172,140,194)
#BBA2CD
(187,162,205)
#CAB8D8
(202,184,216)
#D9CEE3
(217,206,227)
#E8E4EE
(232,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520880 color. Also use rgb(82,8,128) instead hex code.

Text Font Color

.myTextColor { color: #520880; }

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

This text font color is #520880.


Background Color

.myBgColor { background-color: #520880; }

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

This div background color is #520880.


Border color

.myBorderColor { border: 1px solid #520880; }

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

This div border color is #520880.


Opacity

.myOpacity80 { color: #520880; opacity: 0.8; }

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

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

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

This text has shadow with #520880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520880 on black background.


Color preview on white background

This text has color #520880 on white background.



Black color preview on #520880 background

This text has black color on #520880 background.


White color preview on #520880 background

This text has white color on #520880 background.