Color Hex Logo

#573175 Color Hex

#573175
(87,49,117)
0 Favorites   0 Comments

Color spaces of #573175

RGB 8749117
HSL0.760.410.33
HSV274°58°46°
CMYK 0.260.580.00   0.54
XYZ8.23975.507217.4583
Yxy5.50720.26400.1765
Hunter Lab23.467421.6055-27.6809
CIE-Lab28.133531.0590-32.5613

#573175 color RGB value is (87,49,117).

#573175 hex color red value is 87, green value is 49 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #573175 hue: 0.76 , saturation: 0.41 and the lightness value of 573175 is 0.33.

The process color (four color CMYK) of #573175 color hex is 0.26, 0.58, 0.00, 0.54. Web safe color of #573175 is #663366. Color #573175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 01110101
Octal 127 61 165
Decimal 87 49 117
Hex 57 31 75

RGB Percentages of Color #573175

%34.39
%19.37
%46.25

CMYK Percentages of Color #573175

%26
%58
%0
%54

Triadic Colors of #573175

#573175 #755731 #317557

Analogous Colors of #573175

#573175 #753171 #353175

Monochromatic Colors of #573175

#573175

Complementary Color

#573175 #4f7531

#573175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573175 Color CSS Codes

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

#573175 Text Font Color

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

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


#573175 Background Color

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

This div background color is #573175


#573175 Border Color

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

This div border color is #573175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573175


Comments

No comments written yet.

Please login to write comment.