Color Hex Logo

#574061 Color Hex

#574061
(87,64,97)
0 Favorites   0 Comments

Color spaces of #574061

RGB 876497
HSL0.780.200.32
HSV282°34°38°
CMYK 0.100.340.00   0.62
XYZ7.92156.556112.1572
Yxy6.55610.29740.2461
Hunter Lab25.604910.4148-10.2275
CIE-Lab30.774216.7905-15.6611

#574061 color RGB value is (87,64,97).

#574061 hex color red value is 87, green value is 64 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #574061 hue: 0.78 , saturation: 0.20 and the lightness value of 574061 is 0.32.

The process color (four color CMYK) of #574061 color hex is 0.10, 0.34, 0.00, 0.62. Web safe color of #574061 is #663366. Color #574061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 01100001
Octal 127 100 141
Decimal 87 64 97
Hex 57 40 61

RGB Percentages of Color #574061

%35.08
%25.81
%39.11

CMYK Percentages of Color #574061

%10
%34
%0
%62

Triadic Colors of #574061

#574061 #615740 #406157

Analogous Colors of #574061

#574061 #61405b #474061

Monochromatic Colors of #574061

#574061

Complementary Color

#574061 #4a6140

#574061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#574061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#574061 Color CSS Codes

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

#574061 Text Font Color

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

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


#574061 Background Color

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

This div background color is #574061


#574061 Border Color

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

This div border color is #574061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #574061


Comments

No comments written yet.

Please login to write comment.