COLOR #520C96

HEX: #520C96
RGB: (82,12,150)

Renk bilgisi

#520C96 contains mainly blue color. #520C96 ‘ nin web güvenlik rengi #660099 (ya da #609) dir.

RGB renk modeli

#520C96 color RGB value is (82,12,150).

  • kırmız ton 82;
  • yeşil ton 12;
  • mavi ton 150.
RGB:
(82,12,150)
(32%,5%,59%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 12 of 255 = 5%
B 150 of 255 = 59%

82
12
150

R + G + B ~ 32%. #520C96 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 12 + 150 = 244 (100%)
R 82 of 244 ~ 33.61%
G 12 of 244 ~ 4.92%
B 150 of 244 ~ 61.48%

%33.61
%61.48

CMYK RENK MODELİ

#520C96 rengi CMYK tonu (45,92,0,41).

  • camgöbeği tonu 45.33%
  • eflatun tonu 92.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(45,92,0,41)
C45M92Y0K41 
(45%,92%,0%,41%)
(0.45/0.92/0.00/0.41)	

CMYK yüzdeleri

%45.33
%92
%0
%41.18

Codes

Color #520C96 in popluar color models

520C96
RGB8212150
HSL270°85.19%31.76%
HSB/HSV270°92.00%58.82%
CMYK45.33%92.00%0.00%
41.18%

Color #520C96 in popluar number systems.

HEX520C96
Decimal8212150
Binary1010010110010010110
Octal12214226

Shades and tints

Shades of #520C96

#520C96
(82,12,150)
#4B0B89
(75,11,137)
#440A7C
(68,10,124)
#3D096F
(61,9,111)
#360862
(54,8,98)
#2F0755
(47,7,85)
#280648
(40,6,72)
#21053B
(33,5,59)
#1A042E
(26,4,46)
#130321
(19,3,33)
#0C0214
(12,2,20)
#000000
(0,0,0)

Tints of #520C96

#520C96
(82,12,150)
#61229F
(97,34,159)
#7038A8
(112,56,168)
#7F4EB1
(127,78,177)
#8E64BA
(142,100,186)
#9D7AC3
(157,122,195)
#AC90CC
(172,144,204)
#BBA6D5
(187,166,213)
#CABCDE
(202,188,222)
#D9D2E7
(217,210,231)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #520C96 color. Also use rgb(82,12,150) instead hex code.

Text Font Color

.myTextColor { color: #520C96; }

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

This text font color is #520C96.


Background Color

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

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

This div background color is #520C96.


Border color

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

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

This div border color is #520C96.


Opacity

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

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

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

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

This text has shadow with #520C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #520C96 on black background.


Color preview on white background

This text has color #520C96 on white background.



Black color preview on #520C96 background

This text has black color on #520C96 background.


White color preview on #520C96 background

This text has white color on #520C96 background.