COLOR #500F8D

HEX: #500F8D
RGB: (80,15,141)

Renk bilgisi

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

RGB renk modeli

#500F8D color RGB value is (80,15,141).

  • kırmız ton 80;
  • yeşil ton 15;
  • mavi ton 141.
RGB:
(80,15,141)
(31%,6%,55%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 15 of 255 = 6%
B 141 of 255 = 55%

80
15
141

R + G + B ~ 31%. #500F8D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 15 + 141 = 236 (100%)
R 80 of 236 ~ 33.9%
G 15 of 236 ~ 6.36%
B 141 of 236 ~ 59.75%

%33.9
%59.75

CMYK RENK MODELİ

#500F8D rengi CMYK tonu (43,89,0,45).

  • camgöbeği tonu 43.26%
  • eflatun tonu 89.36%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(43,89,0,45)
C43M89Y0K45 
(43%,89%,0%,45%)
(0.43/0.89/0.00/0.45)	

CMYK yüzdeleri

%43.26
%89.36
%0
%44.71

Codes

Color #500F8D in popluar color models

500F8D
RGB8015141
HSL271°80.77%30.59%
HSB/HSV271°89.36%55.29%
CMYK43.26%89.36%0.00%
44.71%

Color #500F8D in popluar number systems.

HEX500F8D
Decimal8015141
Binary1010000111110001101
Octal12017215

Shades and tints

Shades of #500F8D

#500F8D
(80,15,141)
#490E81
(73,14,129)
#420D75
(66,13,117)
#3B0C69
(59,12,105)
#340B5D
(52,11,93)
#2D0A51
(45,10,81)
#260945
(38,9,69)
#1F0839
(31,8,57)
#18072D
(24,7,45)
#110621
(17,6,33)
#0A0515
(10,5,21)
#000000
(0,0,0)

Tints of #500F8D

#500F8D
(80,15,141)
#5F2497
(95,36,151)
#6E39A1
(110,57,161)
#7D4EAB
(125,78,171)
#8C63B5
(140,99,181)
#9B78BF
(155,120,191)
#AA8DC9
(170,141,201)
#B9A2D3
(185,162,211)
#C8B7DD
(200,183,221)
#D7CCE7
(215,204,231)
#E6E1F1
(230,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500F8D color. Also use rgb(80,15,141) instead hex code.

Text Font Color

.myTextColor { color: #500F8D; }

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

This text font color is #500F8D.


Background Color

.myBgColor { background-color: #500F8D; }

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

This div background color is #500F8D.


Border color

.myBorderColor { border: 1px solid #500F8D; }

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

This div border color is #500F8D.


Opacity

.myOpacity80 { color: #500F8D; opacity: 0.8; }

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

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

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

This text has shadow with #500F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500F8D on black background.


Color preview on white background

This text has color #500F8D on white background.



Black color preview on #500F8D background

This text has black color on #500F8D background.


White color preview on #500F8D background

This text has white color on #500F8D background.