Color Hex Logo

#575275 Color Hex

#575275
(87,82,117)
0 Favorites   0 Comments

Color spaces of #575275

RGB 8782117
HSL0.690.180.39
HSV249°30°46°
CMYK 0.260.300.00   0.54
XYZ10.15879.345218.0980
Yxy9.34520.27020.2485
Hunter Lab30.56995.8200-13.7019
CIE-Lab36.640610.3856-19.2051

#575275 color RGB value is (87,82,117).

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

The process color (four color CMYK) of #575275 color hex is 0.26, 0.30, 0.00, 0.54. Web safe color of #575275 is #666666. Color #575275 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 01110101
Octal 127 122 165
Decimal 87 82 117
Hex 57 52 75

RGB Percentages of Color #575275

%30.42
%28.67
%40.91

CMYK Percentages of Color #575275

%26
%30
%0
%54

Triadic Colors of #575275

#575275 #755752 #527557

Analogous Colors of #575275

#575275 #695275 #525f75

Monochromatic Colors of #575275

#575275

Complementary Color

#575275 #707552

#575275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575275 Color CSS Codes

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

#575275 Text Font Color

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

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


#575275 Background Color

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

This div background color is #575275


#575275 Border Color

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

This div border color is #575275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575275


Comments

No comments written yet.

Please login to write comment.