Color Hex Logo

#575270 Color Hex

#575270
(87,82,112)
0 Favorites   0 Comments

Color spaces of #575270

RGB 8782112
HSL0.690.150.38
HSV250°27°44°
CMYK 0.220.270.00   0.56
XYZ9.87249.230716.5906
Yxy9.23070.27660.2586
Hunter Lab30.38214.8335-11.1088
CIE-Lab36.42479.0657-16.4353

#575270 color RGB value is (87,82,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01110000
Octal 127 122 160
Decimal 87 82 112
Hex 57 52 70

RGB Percentages of Color #575270

%30.96
%29.18
%39.86

CMYK Percentages of Color #575270

%22
%27
%0
%56

Triadic Colors of #575270

#575270 #705752 #527057

Analogous Colors of #575270

#575270 #665270 #525c70

Monochromatic Colors of #575270

#575270

Complementary Color

#575270 #6b7052

#575270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575270 Color CSS Codes

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

#575270 Text Font Color

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

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


#575270 Background Color

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

This div background color is #575270


#575270 Border Color

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

This div border color is #575270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575270


Comments

No comments written yet.

Please login to write comment.