Color Hex Logo

#574965 Color Hex

#574965
(87,73,101)
2 Favorites   0 Comments

Color spaces of #574965

RGB 8773101
HSL0.750.160.34
HSV270°28°40°
CMYK 0.140.280.00   0.60
XYZ8.66207.730913.3476
Yxy7.73090.29130.2599
Hunter Lab27.80456.9507-8.9991
CIE-Lab33.416012.0071-14.1522

#574965 color RGB value is (87,73,101).

#574965 hex color red value is 87, green value is 73 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #574965 hue: 0.75 , saturation: 0.16 and the lightness value of 574965 is 0.34.

The process color (four color CMYK) of #574965 color hex is 0.14, 0.28, 0.00, 0.60. Web safe color of #574965 is #663366. Color #574965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001001 01100101
Octal 127 111 145
Decimal 87 73 101
Hex 57 49 65

RGB Percentages of Color #574965

%33.33
%27.97
%38.70

CMYK Percentages of Color #574965

%14
%28
%0
%60

Triadic Colors of #574965

#574965 #655749 #496557

Analogous Colors of #574965

#574965 #654965 #494965

Monochromatic Colors of #574965

#574965

Complementary Color

#574965 #576549

#574965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574965 Color CSS Codes

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

#574965 Text Font Color

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

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


#574965 Background Color

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

This div background color is #574965


#574965 Border Color

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

This div border color is #574965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574965


Comments

No comments written yet.

Please login to write comment.