Color Hex Logo

#5480ce Color Hex

#5480CE
(84,128,206)
0 Favorites   0 Comments

Color spaces of #5480ce

RGB 84128206
HSL0.610.550.57
HSV218°59°81°
CMYK 0.590.380.00   0.19
XYZ22.515921.779461.4096
Yxy21.77940.21300.2060
Hunter Lab46.66844.4504-45.3501
CIE-Lab53.79228.5480-44.9113

#5480ce color RGB value is (84,128,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10000000 11001110
Octal 124 200 316
Decimal 84 128 206
Hex 54 80 CE

RGB Percentages of Color #5480ce

%20.10
%30.62
%49.28

CMYK Percentages of Color #5480ce

%59
%38
%0
%19

Triadic Colors of #5480ce

#5480ce #ce5480 #80ce54

Analogous Colors of #5480ce

#5480ce #6554ce #54bdce

Monochromatic Colors of #5480ce

#5480ce

Complementary Color

#5480ce #cea254

#5480ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5480ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5480ce Color CSS Codes

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

#5480ce Text Font Color

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

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


#5480ce Background Color

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

This div background color is #5480ce


#5480ce Border Color

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

This div border color is #5480ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5480ce


Comments

No comments written yet.

Please login to write comment.