COLOR #502496

HEX: #502496
RGB: (80,36,150)

Renk bilgisi

#502496 contains mainly blue color. #502496 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#502496 color RGB value is (80,36,150).

  • kırmız ton 80;
  • yeşil ton 36;
  • mavi ton 150.
RGB:
(80,36,150)
(31%,14%,59%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 36 of 255 = 14%
B 150 of 255 = 59%

80
36
150

R + G + B ~ 35%. #502496 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 36 + 150 = 266 (100%)
R 80 of 266 ~ 30.08%
G 36 of 266 ~ 13.53%
B 150 of 266 ~ 56.39%

%30.08
%13.53
%56.39

CMYK RENK MODELİ

#502496 rengi CMYK tonu (47,76,0,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 76.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(47,76,0,41)
C47M76Y0K41 
(47%,76%,0%,41%)
(0.47/0.76/0.00/0.41)	

CMYK yüzdeleri

%46.67
%76
%0
%41.18

Codes

Color #502496 in popluar color models

502496
RGB8036150
HSL263°61.29%36.47%
HSB/HSV263°76.00%58.82%
CMYK46.67%76.00%0.00%
41.18%

Color #502496 in popluar number systems.

HEX502496
Decimal8036150
Binary101000010010010010110
Octal12044226

Shades and tints

Shades of #502496

#502496
(80,36,150)
#492189
(73,33,137)
#421E7C
(66,30,124)
#3B1B6F
(59,27,111)
#341862
(52,24,98)
#2D1555
(45,21,85)
#261248
(38,18,72)
#1F0F3B
(31,15,59)
#180C2E
(24,12,46)
#110921
(17,9,33)
#0A0614
(10,6,20)
#000000
(0,0,0)

Tints of #502496

#502496
(80,36,150)
#5F379F
(95,55,159)
#6E4AA8
(110,74,168)
#7D5DB1
(125,93,177)
#8C70BA
(140,112,186)
#9B83C3
(155,131,195)
#AA96CC
(170,150,204)
#B9A9D5
(185,169,213)
#C8BCDE
(200,188,222)
#D7CFE7
(215,207,231)
#E6E2F0
(230,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #502496 color. Also use rgb(80,36,150) instead hex code.

Text Font Color

.myTextColor { color: #502496; }

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

This text font color is #502496.


Background Color

.myBgColor { background-color: #502496; }

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

This div background color is #502496.


Border color

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

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

This div border color is #502496.


Opacity

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

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

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

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

This text has shadow with #502496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #502496 on black background.


Color preview on white background

This text has color #502496 on white background.



Black color preview on #502496 background

This text has black color on #502496 background.


White color preview on #502496 background

This text has white color on #502496 background.