COLOR #501EAC

HEX: #501EAC
RGB: (80,30,172)

Renk bilgisi

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

RGB renk modeli

#501EAC color RGB value is (80,30,172).

  • kırmız ton 80;
  • yeşil ton 30;
  • mavi ton 172.
RGB:
(80,30,172)
(31%,12%,67%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 30 of 255 = 12%
B 172 of 255 = 67%

80
30
172

R + G + B ~ 37%. #501EAC is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 30 + 172 = 282 (100%)
R 80 of 282 ~ 28.37%
G 30 of 282 ~ 10.64%
B 172 of 282 ~ 60.99%

%28.37
%10.64
%60.99

CMYK RENK MODELİ

#501EAC rengi CMYK tonu (53,83,0,33).

  • camgöbeği tonu 53.49%
  • eflatun tonu 82.56%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(53,83,0,33)
C53M83Y0K33 
(53%,83%,0%,33%)
(0.53/0.83/0.00/0.33)	

CMYK yüzdeleri

%53.49
%82.56
%0
%32.55

Codes

Color #501EAC in popluar color models

501EAC
RGB8030172
HSL261°70.30%39.61%
HSB/HSV261°82.56%67.45%
CMYK53.49%82.56%0.00%
32.55%

Color #501EAC in popluar number systems.

HEX501EAC
Decimal8030172
Binary10100001111010101100
Octal12036254

Shades and tints

Shades of #501EAC

#501EAC
(80,30,172)
#491C9D
(73,28,157)
#421A8E
(66,26,142)
#3B187F
(59,24,127)
#341670
(52,22,112)
#2D1461
(45,20,97)
#261252
(38,18,82)
#1F1043
(31,16,67)
#180E34
(24,14,52)
#110C25
(17,12,37)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #501EAC

#501EAC
(80,30,172)
#5F32B3
(95,50,179)
#6E46BA
(110,70,186)
#7D5AC1
(125,90,193)
#8C6EC8
(140,110,200)
#9B82CF
(155,130,207)
#AA96D6
(170,150,214)
#B9AADD
(185,170,221)
#C8BEE4
(200,190,228)
#D7D2EB
(215,210,235)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #501EAC color. Also use rgb(80,30,172) instead hex code.

Text Font Color

.myTextColor { color: #501EAC; }

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

This text font color is #501EAC.


Background Color

.myBgColor { background-color: #501EAC; }

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

This div background color is #501EAC.


Border color

.myBorderColor { border: 1px solid #501EAC; }

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

This div border color is #501EAC.


Opacity

.myOpacity80 { color: #501EAC; opacity: 0.8; }

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

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

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

This text has shadow with #501EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #501EAC on black background.


Color preview on white background

This text has color #501EAC on white background.



Black color preview on #501EAC background

This text has black color on #501EAC background.


White color preview on #501EAC background

This text has white color on #501EAC background.