COLOR #520F7D

HEX: #520F7D
RGB: (82,15,125)

Renk bilgisi

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

RGB renk modeli

#520F7D color RGB value is (82,15,125).

  • kırmız ton 82;
  • yeşil ton 15;
  • mavi ton 125.
RGB:
(82,15,125)
(32%,6%,49%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 15 of 255 = 6%
B 125 of 255 = 49%

82
15
125

R + G + B ~ 29%. #520F7D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 15 + 125 = 222 (100%)
R 82 of 222 ~ 36.94%
G 15 of 222 ~ 6.76%
B 125 of 222 ~ 56.31%

%36.94
%56.31

CMYK RENK MODELİ

#520F7D rengi CMYK tonu (34,88,0,51).

  • camgöbeği tonu 34.40%
  • eflatun tonu 88.00%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(34,88,0,51)
C34M88Y0K51 
(34%,88%,0%,51%)
(0.34/0.88/0.00/0.51)	

CMYK yüzdeleri

%34.4
%88
%0
%50.98

Codes

Color #520F7D in popluar color models

520F7D
RGB8215125
HSL277°78.57%27.45%
HSB/HSV277°88.00%49.02%
CMYK34.40%88.00%0.00%
50.98%

Color #520F7D in popluar number systems.

HEX520F7D
Decimal8215125
Binary101001011111111101
Octal12217175

Shades and tints

Shades of #520F7D

#520F7D
(82,15,125)
#4B0E72
(75,14,114)
#440D67
(68,13,103)
#3D0C5C
(61,12,92)
#360B51
(54,11,81)
#2F0A46
(47,10,70)
#28093B
(40,9,59)
#210830
(33,8,48)
#1A0725
(26,7,37)
#13061A
(19,6,26)
#0C050F
(12,5,15)
#000000
(0,0,0)

Tints of #520F7D

#520F7D
(82,15,125)
#612488
(97,36,136)
#703993
(112,57,147)
#7F4E9E
(127,78,158)
#8E63A9
(142,99,169)
#9D78B4
(157,120,180)
#AC8DBF
(172,141,191)
#BBA2CA
(187,162,202)
#CAB7D5
(202,183,213)
#D9CCE0
(217,204,224)
#E8E1EB
(232,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520F7D color. Also use rgb(82,15,125) instead hex code.

Text Font Color

.myTextColor { color: #520F7D; }

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

This text font color is #520F7D.


Background Color

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

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

This div background color is #520F7D.


Border color

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

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

This div border color is #520F7D.


Opacity

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

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

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

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

This text has shadow with #520F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520F7D on black background.


Color preview on white background

This text has color #520F7D on white background.



Black color preview on #520F7D background

This text has black color on #520F7D background.


White color preview on #520F7D background

This text has white color on #520F7D background.