Color Hex Logo

#575370 Color Hex

#575370
(87,83,112)
0 Favorites   0 Comments

Color spaces of #575370

RGB 8783112
HSL0.690.150.38
HSV248°26°44°
CMYK 0.220.260.00   0.56
XYZ9.94849.382616.6159
Yxy9.38260.27680.2610
Hunter Lab30.63104.3692-10.7203
CIE-Lab36.71078.4345-15.9965

#575370 color RGB value is (87,83,112).

#575370 hex color red value is 87, green value is 83 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #575370 hue: 0.69 , saturation: 0.15 and the lightness value of 575370 is 0.38.

The process color (four color CMYK) of #575370 color hex is 0.22, 0.26, 0.00, 0.56. Web safe color of #575370 is #666666. Color #575370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 01110000
Octal 127 123 160
Decimal 87 83 112
Hex 57 53 70

RGB Percentages of Color #575370

%30.85
%29.43
%39.72

CMYK Percentages of Color #575370

%22
%26
%0
%56

Triadic Colors of #575370

#575370 #705753 #537057

Analogous Colors of #575370

#575370 #665370 #535e70

Monochromatic Colors of #575370

#575370

Complementary Color

#575370 #6c7053

#575370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575370 Color CSS Codes

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

#575370 Text Font Color

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

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


#575370 Background Color

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

This div background color is #575370


#575370 Border Color

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

This div border color is #575370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,83,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575370;
  -webkit-box-shadow: 1px 1px 3px 2px #575370;
  box-shadow:         1px 1px 3px 2px #575370; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575370


Comments

No comments written yet.

Please login to write comment.