Color Hex Logo

#5478ab Color Hex

#5478AB
(84,120,171)
0 Favorites   0 Comments

Color spaces of #5478ab

RGB 84120171
HSL0.600.340.50
HSV215°51°67°
CMYK 0.510.300.00   0.33
XYZ17.723318.258041.1181
Yxy18.25800.22990.2368
Hunter Lab42.7294-0.7382-27.1437
CIE-Lab49.80761.9997-31.1008

#5478ab color RGB value is (84,120,171).

#5478ab hex color red value is 84, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5478ab hue: 0.60 , saturation: 0.34 and the lightness value of 5478ab is 0.50.

The process color (four color CMYK) of #5478ab color hex is 0.51, 0.30, 0.00, 0.33. Web safe color of #5478ab is #666699. Color #5478ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01111000 10101011
Octal 124 170 253
Decimal 84 120 171
Hex 54 78 AB

RGB Percentages of Color #5478ab

%22.40
%32.00
%45.60

CMYK Percentages of Color #5478ab

%51
%30
%0
%33

Triadic Colors of #5478ab

#5478ab #ab5478 #78ab54

Analogous Colors of #5478ab

#5478ab #5c54ab #54a4ab

Monochromatic Colors of #5478ab

#5478ab

Complementary Color

#5478ab #ab8754

#5478ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5478ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5478ab Color CSS Codes

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

#5478ab Text Font Color

<p style="color:#5478ab">Text here</p>

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


#5478ab Background Color

<div style="background-color:#5478ab">
Div content here</div>

This div background color is #5478ab


#5478ab Border Color

<div style="border:3px solid #5478ab">
Div here</div>

This div border color is #5478ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,120,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5478ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5478ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5478ab;
  box-shadow:         1px 1px 3px 2px #5478ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5478ab


Comments

No comments written yet.

Please login to write comment.