COLOR #520B6D

HEX: #520B6D
RGB: (82,11,109)

Renk bilgisi

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

RGB renk modeli

#520B6D color RGB value is (82,11,109).

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

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 11 of 255 = 4%
B 109 of 255 = 43%

82
11
109

R + G + B ~ 26%. #520B6D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 11 + 109 = 202 (100%)
R 82 of 202 ~ 40.59%
G 11 of 202 ~ 5.45%
B 109 of 202 ~ 53.96%

%40.59
%53.96

CMYK RENK MODELİ

#520B6D rengi CMYK tonu (25,90,0,57).

  • camgöbeği tonu 24.77%
  • eflatun tonu 89.91%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(25,90,0,57)
C25M90Y0K57 
(25%,90%,0%,57%)
(0.25/0.90/0.00/0.57)	

CMYK yüzdeleri

%24.77
%89.91
%0
%57.25

Codes

Color #520B6D in popluar color models

520B6D
RGB8211109
HSL283°81.67%23.53%
HSB/HSV283°89.91%42.75%
CMYK24.77%89.91%0.00%
57.25%

Color #520B6D in popluar number systems.

HEX520B6D
Decimal8211109
Binary101001010111101101
Octal12213155

Shades and tints

Shades of #520B6D

#520B6D
(82,11,109)
#4B0A64
(75,10,100)
#44095B
(68,9,91)
#3D0852
(61,8,82)
#360749
(54,7,73)
#2F0640
(47,6,64)
#280537
(40,5,55)
#21042E
(33,4,46)
#1A0325
(26,3,37)
#13021C
(19,2,28)
#0C0113
(12,1,19)
#000000
(0,0,0)

Tints of #520B6D

#520B6D
(82,11,109)
#61217A
(97,33,122)
#703787
(112,55,135)
#7F4D94
(127,77,148)
#8E63A1
(142,99,161)
#9D79AE
(157,121,174)
#AC8FBB
(172,143,187)
#BBA5C8
(187,165,200)
#CABBD5
(202,187,213)
#D9D1E2
(217,209,226)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #520B6D; }

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

This text font color is #520B6D.


Background Color

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

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

This div background color is #520B6D.


Border color

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

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

This div border color is #520B6D.


Opacity

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

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

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

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

This text has shadow with #520B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520B6D on black background.


Color preview on white background

This text has color #520B6D on white background.



Black color preview on #520B6D background

This text has black color on #520B6D background.


White color preview on #520B6D background

This text has white color on #520B6D background.