COLOR #54007F

HEX: #54007F
RGB: (84,0,127)

Color info

#54007F contains only red and blue colors. Web safe color of #54007F is #660066 (or #606).

RGB color model

#54007F color RGB value is (84,0,127).

  • red value is 84;
  • green value is 0;
  • blue value is 127.
RGB:
(84,0,127)
(33%,0%,50%)

RGB channels and saturation

R 84 of 255 = 33%
G 0 of 255 = 0%
B 127 of 255 = 50%

84
0
127

R + G + B ~ 28%. #54007F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 0 + 127 = 211 (100%)
R 84 of 211 ~ 39.81%
G 0 of 211 ~ 0%
B 127 of 211 ~ 60.19%

%39.81
%60.19

CMYK color model

#54007F color CMYK value is (34,100,0,50).

  • cyan value is 33.86%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(34,100,0,50)
C34M100Y0K50 
(34%,100%,0%,50%)
(0.34/1.00/0.00/0.50)	

CMYK percentages

%33.86
%100
%0
%50.2

Codes

Color #54007F in popluar color models

54007F
RGB840127
HSL280°100.00%24.90%
HSB/HSV280°100.00%49.80%
CMYK33.86%100.00%0.00%
50.20%

Color #54007F in popluar number systems.

HEX54007F
Decimal840127
Binary101010001111111
Octal1240177

Shades and tints

Shades of #54007F

#54007F
(84,0,127)
#4D0074
(77,0,116)
#460069
(70,0,105)
#3F005E
(63,0,94)
#380053
(56,0,83)
#310048
(49,0,72)
#2A003D
(42,0,61)
#230032
(35,0,50)
#1C0027
(28,0,39)
#15001C
(21,0,28)
#0E0011
(14,0,17)
#000000
(0,0,0)

Tints of #54007F

#54007F
(84,0,127)
#63178A
(99,23,138)
#722E95
(114,46,149)
#8145A0
(129,69,160)
#905CAB
(144,92,171)
#9F73B6
(159,115,182)
#AE8AC1
(174,138,193)
#BDA1CC
(189,161,204)
#CCB8D7
(204,184,215)
#DBCFE2
(219,207,226)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54007F color. Also use rgb(84,0,127) instead hex code.

Text Font Color

.myTextColor { color: #54007F; }

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

This text font color is #54007F.


Background Color

.myBgColor { background-color: #54007F; }

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

This div background color is #54007F.


Border color

.myBorderColor { border: 1px solid #54007F; }

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

This div border color is #54007F.


Opacity

.myOpacity80 { color: #54007F; opacity: 0.8; }

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

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

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

This text has shadow with #54007F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54007F on black background.


Color preview on white background

This text has color #54007F on white background.



Black color preview on #54007F background

This text has black color on #54007F background.


White color preview on #54007F background

This text has white color on #54007F background.