Color Hex Logo

#5480bc Color Hex

#5480BC
(84,128,188)
0 Favorites   0 Comments

Color spaces of #5480bc

RGB 84128188
HSL0.600.440.53
HSV215°55°74°
CMYK 0.550.320.00   0.26
XYZ20.452420.954050.5435
Yxy20.95400.22240.2279
Hunter Lab45.7755-0.3538-33.4227
CIE-Lab52.89912.6419-36.0657

#5480bc color RGB value is (84,128,188).

#5480bc hex color red value is 84, green value is 128 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5480bc hue: 0.60 , saturation: 0.44 and the lightness value of 5480bc is 0.53.

The process color (four color CMYK) of #5480bc color hex is 0.55, 0.32, 0.00, 0.26. Web safe color of #5480bc is #6699cc. Color #5480bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000000 10111100
Octal 124 200 274
Decimal 84 128 188
Hex 54 80 BC

RGB Percentages of Color #5480bc

%21.00
%32.00
%47.00

CMYK Percentages of Color #5480bc

%55
%32
%0
%26

Triadic Colors of #5480bc

#5480bc #bc5480 #80bc54

Analogous Colors of #5480bc

#5480bc #5c54bc #54b4bc

Monochromatic Colors of #5480bc

#5480bc

Complementary Color

#5480bc #bc9054

#5480bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5480bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5480bc Color CSS Codes

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

#5480bc Text Font Color

<p style="color:#5480bc">Text here</p>

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


#5480bc Background Color

<div style="background-color:#5480bc">
Div content here</div>

This div background color is #5480bc


#5480bc Border Color

<div style="border:3px solid #5480bc">
Div here</div>

This div border color is #5480bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,128,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5480bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5480bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5480bc;
  box-shadow:         1px 1px 3px 2px #5480bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5480bc


Comments

No comments written yet.

Please login to write comment.