Color Hex Logo

#5580ca Color Hex

#5580CA
(85,128,202)
0 Favorites   0 Comments

Color spaces of #5580ca

RGB 85128202
HSL0.610.520.56
HSV218°58°79°
CMYK 0.580.370.00   0.21
XYZ22.126221.633958.8867
Yxy21.63390.21560.2108
Hunter Lab46.51233.5172-42.5053
CIE-Lab53.63647.4241-42.8853

#5580ca color RGB value is (85,128,202).

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

The process color (four color CMYK) of #5580ca color hex is 0.58, 0.37, 0.00, 0.21. Web safe color of #5580ca is #6699cc. Color #5580ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000000 11001010
Octal 125 200 312
Decimal 85 128 202
Hex 55 80 CA

RGB Percentages of Color #5580ca

%20.48
%30.84
%48.67

CMYK Percentages of Color #5580ca

%58
%37
%0
%21

Triadic Colors of #5580ca

#5580ca #ca5580 #80ca55

Analogous Colors of #5580ca

#5580ca #6555ca #55bbca

Monochromatic Colors of #5580ca

#5580ca

Complementary Color

#5580ca #ca9f55

#5580ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5580ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5580ca Color CSS Codes

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

#5580ca Text Font Color

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

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


#5580ca Background Color

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

This div background color is #5580ca


#5580ca Border Color

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

This div border color is #5580ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5580ca


Comments

No comments written yet.

Please login to write comment.