Color Hex Logo

#574a6b Color Hex

#574A6B
(87,74,107)
0 Favorites   0 Comments

Color spaces of #574a6b

RGB 8774107
HSL0.730.180.35
HSV264°31°42°
CMYK 0.190.310.00   0.58
XYZ9.03317.985314.9751
Yxy7.98530.28230.2496
Hunter Lab28.25837.6077-11.6392
CIE-Lab33.952312.8643-17.1119

#574a6b color RGB value is (87,74,107).

#574a6b hex color red value is 87, green value is 74 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #574a6b hue: 0.73 , saturation: 0.18 and the lightness value of 574a6b is 0.35.

The process color (four color CMYK) of #574a6b color hex is 0.19, 0.31, 0.00, 0.58. Web safe color of #574a6b is #663366. Color #574a6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001010 01101011
Octal 127 112 153
Decimal 87 74 107
Hex 57 4A 6B

RGB Percentages of Color #574a6b

%32.46
%27.61
%39.93

CMYK Percentages of Color #574a6b

%19
%31
%0
%58

Triadic Colors of #574a6b

#574a6b #6b574a #4a6b57

Analogous Colors of #574a6b

#574a6b #684a6b #4a4e6b

Monochromatic Colors of #574a6b

#574a6b

Complementary Color

#574a6b #5e6b4a

#574a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#574a6b Color CSS Codes

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

#574a6b Text Font Color

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

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


#574a6b Background Color

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

This div background color is #574a6b


#574a6b Border Color

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

This div border color is #574a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574a6b


Comments

No comments written yet.

Please login to write comment.