Color Hex Logo

#5580ec Color Hex

#5580EC
(85,128,236)
0 Favorites   0 Comments

Color spaces of #5580ec

RGB 85128236
HSL0.620.800.63
HSV223°64°93°
CMYK 0.640.460.00   0.07
XYZ26.605823.425882.4762
Yxy23.42580.20080.1768
Hunter Lab48.400213.4218-67.1528
CIE-Lab55.508218.8513-59.0237

#5580ec color RGB value is (85,128,236).

#5580ec hex color red value is 85, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5580ec hue: 0.62 , saturation: 0.80 and the lightness value of 5580ec is 0.63.

The process color (four color CMYK) of #5580ec color hex is 0.64, 0.46, 0.00, 0.07. Web safe color of #5580ec is #6699ff. Color #5580ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 11101100
Octal 125 200 354
Decimal 85 128 236
Hex 55 80 EC

RGB Percentages of Color #5580ec

%18.93
%28.51
%52.56

CMYK Percentages of Color #5580ec

%64
%46
%0
%7

Triadic Colors of #5580ec

#5580ec #ec5580 #80ec55

Analogous Colors of #5580ec

#5580ec #7655ec #55ccec

Monochromatic Colors of #5580ec

#5580ec

Complementary Color

#5580ec #ecc155

#5580ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580ec Color CSS Codes

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

#5580ec Text Font Color

<p style="color:#5580ec">Text here</p>

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


#5580ec Background Color

<div style="background-color:#5580ec">
Div content here</div>

This div background color is #5580ec


#5580ec Border Color

<div style="border:3px solid #5580ec">
Div here</div>

This div border color is #5580ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,128,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5580ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5580ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5580ec;
  box-shadow:         1px 1px 3px 2px #5580ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580ec


Comments

No comments written yet.

Please login to write comment.