COLOR #501252

HEX: #501252
RGB: (80,18,82)

Renk bilgisi

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

RGB renk modeli

#501252 color RGB value is (80,18,82).

  • kırmız ton 80;
  • yeşil ton 18;
  • mavi ton 82.
RGB:
(80,18,82)
(31%,7%,32%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 18 of 255 = 7%
B 82 of 255 = 32%

80
18
82

R + G + B ~ 23%. #501252 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 18 + 82 = 180 (100%)
R 80 of 180 ~ 44.44%
G 18 of 180 ~ 10%
B 82 of 180 ~ 45.56%

%44.44
%10
%45.56

CMYK RENK MODELİ

#501252 rengi CMYK tonu (2,78,0,68).

  • camgöbeği tonu 2.44%
  • eflatun tonu 78.05%
  • sarı tonu 0.00%
  • ana renk tonu 67.84%
CMYK:
(2,78,0,68)
C2M78Y0K68 
(2%,78%,0%,68%)
(0.02/0.78/0.00/0.68)	

CMYK yüzdeleri

%2.44
%78.05
%0
%67.84

Codes

Color #501252 in popluar color models

501252
RGB801882
HSL298°64.00%19.61%
HSB/HSV298°78.05%32.16%
CMYK2.44%78.05%0.00%
67.84%

Color #501252 in popluar number systems.

HEX501252
Decimal801882
Binary1010000100101010010
Octal12022122

Shades and tints

Shades of #501252

#501252
(80,18,82)
#49114B
(73,17,75)
#421044
(66,16,68)
#3B0F3D
(59,15,61)
#340E36
(52,14,54)
#2D0D2F
(45,13,47)
#260C28
(38,12,40)
#1F0B21
(31,11,33)
#180A1A
(24,10,26)
#110913
(17,9,19)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #501252

#501252
(80,18,82)
#5F2761
(95,39,97)
#6E3C70
(110,60,112)
#7D517F
(125,81,127)
#8C668E
(140,102,142)
#9B7B9D
(155,123,157)
#AA90AC
(170,144,172)
#B9A5BB
(185,165,187)
#C8BACA
(200,186,202)
#D7CFD9
(215,207,217)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501252 color. Also use rgb(80,18,82) instead hex code.

Text Font Color

.myTextColor { color: #501252; }

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

This text font color is #501252.


Background Color

.myBgColor { background-color: #501252; }

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

This div background color is #501252.


Border color

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

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

This div border color is #501252.


Opacity

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

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

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

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

This text has shadow with #501252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501252 on black background.


Color preview on white background

This text has color #501252 on white background.



Black color preview on #501252 background

This text has black color on #501252 background.


White color preview on #501252 background

This text has white color on #501252 background.