Color Hex Logo

#5450aa Color Hex

#5450AA
(84,80,170)
0 Favorites   0 Comments

Color spaces of #5450aa

RGB 8480170
HSL0.670.360.49
HSV243°53°67°
CMYK 0.510.530.00   0.33
XYZ13.780510.524439.3353
Yxy10.52440.21650.1654
Hunter Lab32.441319.0513-49.1805
CIE-Lab38.767626.6038-48.0149

#5450aa color RGB value is (84,80,170).

#5450aa hex color red value is 84, green value is 80 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5450aa hue: 0.67 , saturation: 0.36 and the lightness value of 5450aa is 0.49.

The process color (four color CMYK) of #5450aa color hex is 0.51, 0.53, 0.00, 0.33. Web safe color of #5450aa is #666699. Color #5450aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01010000 10101010
Octal 124 120 252
Decimal 84 80 170
Hex 54 50 AA

RGB Percentages of Color #5450aa

%25.15
%23.95
%50.90

CMYK Percentages of Color #5450aa

%51
%53
%0
%33

Triadic Colors of #5450aa

#5450aa #aa5450 #50aa54

Analogous Colors of #5450aa

#5450aa #8150aa #5079aa

Monochromatic Colors of #5450aa

#5450aa

Complementary Color

#5450aa #a6aa50

#5450aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5450aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5450aa Color CSS Codes

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

#5450aa Text Font Color

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

This sample text font color is #5450aa
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.


#5450aa Background Color

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

This div background color is #5450aa


#5450aa Border Color

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

This div border color is #5450aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,80,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 #5450aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5450aa


Comments

No comments written yet.

Please login to write comment.