COLOR #520480

HEX: #520480
RGB: (82,4,128)

Renk bilgisi

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

RGB renk modeli

#520480 color RGB value is (82,4,128).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 4 of 255 = 2%
B 128 of 255 = 50%

82
4
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 4 + 128 = 214 (100%)
R 82 of 214 ~ 38.32%
G 4 of 214 ~ 1.87%
B 128 of 214 ~ 59.81%

%38.32
%59.81

CMYK RENK MODELİ

#520480 rengi CMYK tonu (36,97,0,50).

  • camgöbeği tonu 35.94%
  • eflatun tonu 96.88%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(36,97,0,50)
C36M97Y0K50 
(36%,97%,0%,50%)
(0.36/0.97/0.00/0.50)	

CMYK yüzdeleri

%35.94
%96.88
%0
%49.8

Codes

Color #520480 in popluar color models

520480
RGB824128
HSL278°93.94%25.88%
HSB/HSV278°96.88%50.20%
CMYK35.94%96.88%0.00%
49.80%

Color #520480 in popluar number systems.

HEX520480
Decimal824128
Binary101001010010000000
Octal1224200

Shades and tints

Shades of #520480

#520480
(82,4,128)
#4B0475
(75,4,117)
#44046A
(68,4,106)
#3D045F
(61,4,95)
#360454
(54,4,84)
#2F0449
(47,4,73)
#28043E
(40,4,62)
#210433
(33,4,51)
#1A0428
(26,4,40)
#13041D
(19,4,29)
#0C0412
(12,4,18)
#000000
(0,0,0)

Tints of #520480

#520480
(82,4,128)
#611A8B
(97,26,139)
#703096
(112,48,150)
#7F46A1
(127,70,161)
#8E5CAC
(142,92,172)
#9D72B7
(157,114,183)
#AC88C2
(172,136,194)
#BB9ECD
(187,158,205)
#CAB4D8
(202,180,216)
#D9CAE3
(217,202,227)
#E8E0EE
(232,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520480; }

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

This text font color is #520480.


Background Color

.myBgColor { background-color: #520480; }

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

This div background color is #520480.


Border color

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

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

This div border color is #520480.


Opacity

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

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

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

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

This text has shadow with #520480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520480 on black background.


Color preview on white background

This text has color #520480 on white background.



Black color preview on #520480 background

This text has black color on #520480 background.


White color preview on #520480 background

This text has white color on #520480 background.