Color Hex Logo

#574d77 Color Hex

#574D77
(87,77,119)
0 Favorites   0 Comments

Color spaces of #574d77

RGB 8777119
HSL0.710.210.38
HSV254°35°47°
CMYK 0.270.350.00   0.53
XYZ9.91418.665918.6029
Yxy8.66590.26660.2331
Hunter Lab29.43798.5989-16.8610
CIE-Lab35.332914.1023-22.4730

#574d77 color RGB value is (87,77,119).

#574d77 hex color red value is 87, green value is 77 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #574d77 hue: 0.71 , saturation: 0.21 and the lightness value of 574d77 is 0.38.

The process color (four color CMYK) of #574d77 color hex is 0.27, 0.35, 0.00, 0.53. Web safe color of #574d77 is #666666. Color #574d77 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001101 01110111
Octal 127 115 167
Decimal 87 77 119
Hex 57 4D 77

RGB Percentages of Color #574d77

%30.74
%27.21
%42.05

CMYK Percentages of Color #574d77

%27
%35
%0
%53

Triadic Colors of #574d77

#574d77 #77574d #4d7757

Analogous Colors of #574d77

#574d77 #6c4d77 #4d5877

Monochromatic Colors of #574d77

#574d77

Complementary Color

#574d77 #6d774d

#574d77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574d77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574d77 Color CSS Codes

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

#574d77 Text Font Color

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

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


#574d77 Background Color

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

This div background color is #574d77


#574d77 Border Color

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

This div border color is #574d77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,77,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #574d77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #574d77;
  -webkit-box-shadow: 1px 1px 3px 2px #574d77;
  box-shadow:         1px 1px 3px 2px #574d77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574d77


Comments

No comments written yet.

Please login to write comment.