Color Hex Logo

#5480cd Color Hex

#5480CD
(84,128,205)
0 Favorites   0 Comments

Color spaces of #5480cd

RGB 84128205
HSL0.610.550.57
HSV218°59°80°
CMYK 0.590.380.00   0.20
XYZ22.394821.730960.7718
Yxy21.73090.21350.2072
Hunter Lab46.61644.1737-44.6623
CIE-Lab53.74038.2158-44.4266

#5480cd color RGB value is (84,128,205).

#5480cd hex color red value is 84, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5480cd hue: 0.61 , saturation: 0.55 and the lightness value of 5480cd is 0.57.

The process color (four color CMYK) of #5480cd color hex is 0.59, 0.38, 0.00, 0.20. Web safe color of #5480cd is #6699cc. Color #5480cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000000 11001101
Octal 124 200 315
Decimal 84 128 205
Hex 54 80 CD

RGB Percentages of Color #5480cd

%20.14
%30.70
%49.16

CMYK Percentages of Color #5480cd

%59
%38
%0
%20

Triadic Colors of #5480cd

#5480cd #cd5480 #80cd54

Analogous Colors of #5480cd

#5480cd #6554cd #54bdcd

Monochromatic Colors of #5480cd

#5480cd

Complementary Color

#5480cd #cda154

#5480cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5480cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5480cd Color CSS Codes

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

#5480cd Text Font Color

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

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


#5480cd Background Color

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

This div background color is #5480cd


#5480cd Border Color

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

This div border color is #5480cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5480cd


Comments

No comments written yet.

Please login to write comment.