Color Hex Logo

#5580dd Color Hex

#5580DD
(85,128,221)
0 Favorites   0 Comments

Color spaces of #5580dd

RGB 85128221
HSL0.610.670.60
HSV221°62°87°
CMYK 0.620.420.00   0.13
XYZ24.516622.590171.4748
Yxy22.59010.20670.1905
Hunter Lab47.52908.8987-55.8907
CIE-Lab54.647613.7654-52.0116

#5580dd color RGB value is (85,128,221).

#5580dd hex color red value is 85, green value is 128 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5580dd hue: 0.61 , saturation: 0.67 and the lightness value of 5580dd is 0.60.

The process color (four color CMYK) of #5580dd color hex is 0.62, 0.42, 0.00, 0.13. Web safe color of #5580dd is #6699cc. Color #5580dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 11011101
Octal 125 200 335
Decimal 85 128 221
Hex 55 80 DD

RGB Percentages of Color #5580dd

%19.59
%29.49
%50.92

CMYK Percentages of Color #5580dd

%62
%42
%0
%13

Triadic Colors of #5580dd

#5580dd #dd5580 #80dd55

Analogous Colors of #5580dd

#5580dd #6e55dd #55c4dd

Monochromatic Colors of #5580dd

#5580dd

Complementary Color

#5580dd #ddb255

#5580dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580dd Color CSS Codes

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

#5580dd Text Font Color

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

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


#5580dd Background Color

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

This div background color is #5580dd


#5580dd Border Color

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

This div border color is #5580dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580dd


Comments

No comments written yet.

Please login to write comment.