COLOR #5014AF

HEX: #5014AF
RGB: (80,20,175)

Color info

#5014AF contains mainly blue color. Web safe color of #5014AF is #660099 (or #609).

RGB color model

#5014AF color RGB value is (80,20,175).

  • red value is 80;
  • green value is 20;
  • blue value is 175.
RGB:
(80,20,175)
(31%,8%,69%)

RGB channels and saturation

R 80 of 255 = 31%
G 20 of 255 = 8%
B 175 of 255 = 69%

80
20
175

R + G + B ~ 36%. #5014AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 20 + 175 = 275 (100%)
R 80 of 275 ~ 29.09%
G 20 of 275 ~ 7.27%
B 175 of 275 ~ 63.64%

%29.09
%63.64

CMYK color model

#5014AF color CMYK value is (54,89,0,31).

  • cyan value is 54.29%
  • magenta value is 88.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(54,89,0,31)
C54M89Y0K31 
(54%,89%,0%,31%)
(0.54/0.89/0.00/0.31)	

CMYK percentages

%54.29
%88.57
%0
%31.37

Codes

Color #5014AF in popluar color models

5014AF
RGB8020175
HSL263°79.49%38.24%
HSB/HSV263°88.57%68.63%
CMYK54.29%88.57%0.00%
31.37%

Color #5014AF in popluar number systems.

HEX5014AF
Decimal8020175
Binary10100001010010101111
Octal12024257

Shades and tints

Shades of #5014AF

#5014AF
(80,20,175)
#4913A0
(73,19,160)
#421291
(66,18,145)
#3B1182
(59,17,130)
#341073
(52,16,115)
#2D0F64
(45,15,100)
#260E55
(38,14,85)
#1F0D46
(31,13,70)
#180C37
(24,12,55)
#110B28
(17,11,40)
#0A0A19
(10,10,25)
#000000
(0,0,0)

Tints of #5014AF

#5014AF
(80,20,175)
#5F29B6
(95,41,182)
#6E3EBD
(110,62,189)
#7D53C4
(125,83,196)
#8C68CB
(140,104,203)
#9B7DD2
(155,125,210)
#AA92D9
(170,146,217)
#B9A7E0
(185,167,224)
#C8BCE7
(200,188,231)
#D7D1EE
(215,209,238)
#E6E6F5
(230,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5014AF color. Also use rgb(80,20,175) instead hex code.

Text Font Color

.myTextColor { color: #5014AF; }

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

This text font color is #5014AF.


Background Color

.myBgColor { background-color: #5014AF; }

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

This div background color is #5014AF.


Border color

.myBorderColor { border: 1px solid #5014AF; }

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

This div border color is #5014AF.


Opacity

.myOpacity80 { color: #5014AF; opacity: 0.8; }

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

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

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

This text has shadow with #5014AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5014AF on black background.


Color preview on white background

This text has color #5014AF on white background.



Black color preview on #5014AF background

This text has black color on #5014AF background.


White color preview on #5014AF background

This text has white color on #5014AF background.