COLOR #5013B4

HEX: #5013B4
RGB: (80,19,180)

Renk bilgisi

#5013B4 contains mainly blue color. #5013B4 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#5013B4 color RGB value is (80,19,180).

  • kırmız ton 80;
  • yeşil ton 19;
  • mavi ton 180.
RGB:
(80,19,180)
(31%,7%,71%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 19 of 255 = 7%
B 180 of 255 = 71%

80
19
180

R + G + B ~ 36%. #5013B4 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 19 + 180 = 279 (100%)
R 80 of 279 ~ 28.67%
G 19 of 279 ~ 6.81%
B 180 of 279 ~ 64.52%

%28.67
%64.52

CMYK RENK MODELİ

#5013B4 rengi CMYK tonu (56,89,0,29).

  • camgöbeği tonu 55.56%
  • eflatun tonu 89.44%
  • sarı tonu 0.00%
  • ana renk tonu 29.41%
CMYK:
(56,89,0,29)
C56M89Y0K29 
(56%,89%,0%,29%)
(0.56/0.89/0.00/0.29)	

CMYK yüzdeleri

%55.56
%89.44
%0
%29.41

Codes

Color #5013B4 in popluar color models

5013B4
RGB8019180
HSL263°80.90%39.02%
HSB/HSV263°89.44%70.59%
CMYK55.56%89.44%0.00%
29.41%

Color #5013B4 in popluar number systems.

HEX5013B4
Decimal8019180
Binary10100001001110110100
Octal12023264

Shades and tints

Shades of #5013B4

#5013B4
(80,19,180)
#4912A4
(73,18,164)
#421194
(66,17,148)
#3B1084
(59,16,132)
#340F74
(52,15,116)
#2D0E64
(45,14,100)
#260D54
(38,13,84)
#1F0C44
(31,12,68)
#180B34
(24,11,52)
#110A24
(17,10,36)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #5013B4

#5013B4
(80,19,180)
#5F28BA
(95,40,186)
#6E3DC0
(110,61,192)
#7D52C6
(125,82,198)
#8C67CC
(140,103,204)
#9B7CD2
(155,124,210)
#AA91D8
(170,145,216)
#B9A6DE
(185,166,222)
#C8BBE4
(200,187,228)
#D7D0EA
(215,208,234)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5013B4 color. Also use rgb(80,19,180) instead hex code.

Text Font Color

.myTextColor { color: #5013B4; }

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

This text font color is #5013B4.


Background Color

.myBgColor { background-color: #5013B4; }

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

This div background color is #5013B4.


Border color

.myBorderColor { border: 1px solid #5013B4; }

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

This div border color is #5013B4.


Opacity

.myOpacity80 { color: #5013B4; opacity: 0.8; }

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

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

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

This text has shadow with #5013B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5013B4 on black background.


Color preview on white background

This text has color #5013B4 on white background.



Black color preview on #5013B4 background

This text has black color on #5013B4 background.


White color preview on #5013B4 background

This text has white color on #5013B4 background.