Color Hex Logo

#574f77 Color Hex

#574F77
(87,79,119)
0 Favorites   0 Comments

Color spaces of #574f77

RGB 8779119
HSL0.700.200.39
HSV252°34°47°
CMYK 0.270.340.00   0.53
XYZ10.05628.950118.6503
Yxy8.95010.26710.2377
Hunter Lab29.91677.6467-16.0201
CIE-Lab35.888012.8287-21.6100

#574f77 color RGB value is (87,79,119).

#574f77 hex color red value is 87, green value is 79 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #574f77 hue: 0.70 , saturation: 0.20 and the lightness value of 574f77 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001111 01110111
Octal 127 117 167
Decimal 87 79 119
Hex 57 4F 77

RGB Percentages of Color #574f77

%30.53
%27.72
%41.75

CMYK Percentages of Color #574f77

%27
%34
%0
%53

Triadic Colors of #574f77

#574f77 #77574f #4f7757

Analogous Colors of #574f77

#574f77 #6b4f77 #4f5b77

Monochromatic Colors of #574f77

#574f77

Complementary Color

#574f77 #6f774f

#574f77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574f77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574f77 Color CSS Codes

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

#574f77 Text Font Color

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

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


#574f77 Background Color

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

This div background color is #574f77


#574f77 Border Color

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

This div border color is #574f77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574f77


Comments

No comments written yet.

Please login to write comment.