Color Hex Logo

#578caf Color Hex

#578CAF
(87,140,175)
0 Favorites   0 Comments

Color spaces of #578caf

RGB 87140175
HSL0.570.350.51
HSV204°50°69°
CMYK 0.500.200.00   0.31
XYZ21.046423.877544.0570
Yxy23.87750.23650.2683
Hunter Lab48.8646-8.6316-19.2514
CIE-Lab55.9649-7.6999-23.8498

#578caf color RGB value is (87,140,175).

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

The process color (four color CMYK) of #578caf color hex is 0.50, 0.20, 0.00, 0.31. Web safe color of #578caf is #669999. Color #578caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001100 10101111
Octal 127 214 257
Decimal 87 140 175
Hex 57 8C AF

RGB Percentages of Color #578caf

%21.64
%34.83
%43.53

CMYK Percentages of Color #578caf

%50
%20
%0
%31

Triadic Colors of #578caf

#578caf #af578c #8caf57

Analogous Colors of #578caf

#578caf #5760af #57afa6

Monochromatic Colors of #578caf

#578caf

Complementary Color

#578caf #af7a57

#578caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#578caf Color CSS Codes

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

#578caf Text Font Color

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

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


#578caf Background Color

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

This div background color is #578caf


#578caf Border Color

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

This div border color is #578caf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,140,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 #578caf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578caf


Comments

No comments written yet.

Please login to write comment.