Color Hex Logo

#578faa Color Hex

#578FAA
(87,143,170)
0 Favorites   0 Comments

Color spaces of #578faa

RGB 87143170
HSL0.550.330.50
HSV200°49°67°
CMYK 0.490.160.00   0.33
XYZ21.008624.573441.6661
Yxy24.57340.24080.2816
Hunter Lab49.5716-11.1013-15.1346
CIE-Lab56.6574-10.8658-19.9301

#578faa color RGB value is (87,143,170).

#578faa hex color red value is 87, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #578faa hue: 0.55 , saturation: 0.33 and the lightness value of 578faa is 0.50.

The process color (four color CMYK) of #578faa color hex is 0.49, 0.16, 0.00, 0.33. Web safe color of #578faa is #669999. Color #578faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001111 10101010
Octal 127 217 252
Decimal 87 143 170
Hex 57 8F AA

RGB Percentages of Color #578faa

%21.75
%35.75
%42.50

CMYK Percentages of Color #578faa

%49
%16
%0
%33

Triadic Colors of #578faa

#578faa #aa578f #8faa57

Analogous Colors of #578faa

#578faa #5766aa #57aa9c

Monochromatic Colors of #578faa

#578faa

Complementary Color

#578faa #aa7257

#578faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#578faa Color CSS Codes

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

#578faa Text Font Color

<p style="color:#578faa">Text here</p>

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


#578faa Background Color

<div style="background-color:#578faa">
Div content here</div>

This div background color is #578faa


#578faa Border Color

<div style="border:3px solid #578faa">
Div here</div>

This div border color is #578faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,143,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #578faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #578faa;
  -webkit-box-shadow: 1px 1px 3px 2px #578faa;
  box-shadow:         1px 1px 3px 2px #578faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578faa


Comments

No comments written yet.

Please login to write comment.