Color Hex Logo

#574971 Color Hex

#574971
(87,73,113)
0 Favorites   0 Comments

Color spaces of #574971

RGB 8773113
HSL0.730.220.36
HSV261°35°44°
CMYK 0.230.350.00   0.56
XYZ9.29377.983616.6739
Yxy7.98360.27370.2351
Hunter Lab28.25539.2654-15.2093
CIE-Lab33.948715.0531-20.8828

#574971 color RGB value is (87,73,113).

#574971 hex color red value is 87, green value is 73 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #574971 hue: 0.73 , saturation: 0.22 and the lightness value of 574971 is 0.36.

The process color (four color CMYK) of #574971 color hex is 0.23, 0.35, 0.00, 0.56. Web safe color of #574971 is #663366. Color #574971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01110001
Octal 127 111 161
Decimal 87 73 113
Hex 57 49 71

RGB Percentages of Color #574971

%31.87
%26.74
%41.39

CMYK Percentages of Color #574971

%23
%35
%0
%56

Triadic Colors of #574971

#574971 #715749 #497157

Analogous Colors of #574971

#574971 #6b4971 #494f71

Monochromatic Colors of #574971

#574971

Complementary Color

#574971 #637149

#574971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574971 Color CSS Codes

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

#574971 Text Font Color

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

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


#574971 Background Color

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

This div background color is #574971


#574971 Border Color

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

This div border color is #574971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574971


Comments

No comments written yet.

Please login to write comment.