Color Hex Logo

#5780af Color Hex

#5780AF
(87,128,175)
0 Favorites   0 Comments

Color spaces of #5780af

RGB 87128175
HSL0.590.350.51
HSV212°50°69°
CMYK 0.500.270.00   0.31
XYZ19.387520.559743.5040
Yxy20.55970.23230.2464
Hunter Lab45.3428-3.0276-25.1456
CIE-Lab52.4642-0.7766-29.2640

#5780af color RGB value is (87,128,175).

#5780af hex color red value is 87, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5780af hue: 0.59 , saturation: 0.35 and the lightness value of 5780af is 0.51.

The process color (four color CMYK) of #5780af color hex is 0.50, 0.27, 0.00, 0.31. Web safe color of #5780af is #669999. Color #5780af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000000 10101111
Octal 127 200 257
Decimal 87 128 175
Hex 57 80 AF

RGB Percentages of Color #5780af

%22.31
%32.82
%44.87

CMYK Percentages of Color #5780af

%50
%27
%0
%31

Triadic Colors of #5780af

#5780af #af5780 #80af57

Analogous Colors of #5780af

#5780af #5a57af #57acaf

Monochromatic Colors of #5780af

#5780af

Complementary Color

#5780af #af8657

#5780af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5780af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5780af Color CSS Codes

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

#5780af Text Font Color

<p style="color:#5780af">Text here</p>

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


#5780af Background Color

<div style="background-color:#5780af">
Div content here</div>

This div background color is #5780af


#5780af Border Color

<div style="border:3px solid #5780af">
Div here</div>

This div border color is #5780af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,128,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5780af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5780af;
  -webkit-box-shadow: 1px 1px 3px 2px #5780af;
  box-shadow:         1px 1px 3px 2px #5780af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5780af


Comments

No comments written yet.

Please login to write comment.