Color Hex Logo

#5420aa Color Hex

#5420AA
(84,32,170)
0 Favorites   0 Comments

Color spaces of #5420aa

RGB 8432170
HSL0.730.680.40
HSV263°81°67°
CMYK 0.510.810.00   0.33
XYZ11.42845.820138.5513
Yxy5.82010.20480.1043
Hunter Lab24.124942.3402-77.8574
CIE-Lab28.954053.0180-63.9822

#5420aa color RGB value is (84,32,170).

#5420aa hex color red value is 84, green value is 32 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5420aa hue: 0.73 , saturation: 0.68 and the lightness value of 5420aa is 0.40.

The process color (four color CMYK) of #5420aa color hex is 0.51, 0.81, 0.00, 0.33. Web safe color of #5420aa is #663399. Color #5420aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100000 10101010
Octal 124 40 252
Decimal 84 32 170
Hex 54 20 AA

RGB Percentages of Color #5420aa

%29.37
%11.19
%59.44

CMYK Percentages of Color #5420aa

%51
%81
%0
%33

Triadic Colors of #5420aa

#5420aa #aa5420 #20aa54

Analogous Colors of #5420aa

#5420aa #9920aa #2031aa

Monochromatic Colors of #5420aa

#5420aa

Complementary Color

#5420aa #76aa20

#5420aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5420aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5420aa Color CSS Codes

.mybgcolor {background-color:#5420aa; } 
.myforecolor {color:#5420aa; }
.mybordercolor {border:3px solid #5420aa; }

#5420aa Text Font Color

<p style="color:#5420aa">Text here</p>

This sample text font color is #5420aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#5420aa Background Color

<div style="background-color:#5420aa">
Div content here</div>

This div background color is #5420aa


#5420aa Border Color

<div style="border:3px solid #5420aa">
Div here</div>

This div border color is #5420aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,32,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5420aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5420aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5420aa;
  box-shadow:         1px 1px 3px 2px #5420aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,32,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5420aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #5420aa;
  -webkit-box-shadow: 1px 1px 3px 2px #5420aa;
  box-shadow:         1px 1px 3px 2px #5420aa;">
Div content here</div>

This div box has shadow with color #5420aa


Comments

No comments written yet.

Please login to write comment.