Color Hex Logo

#57294d Color Hex

#57294D
(87,41,77)
0 Favorites   0 Comments

Color spaces of #57294d

RGB 874177
HSL0.870.360.25
HSV313°53°34°
CMYK 0.000.530.11   0.66
XYZ6.06304.14797.5023
Yxy4.14790.34230.2342
Hunter Lab20.366417.4976-7.5840
CIE-Lab24.154526.7008-12.7607

#57294d color RGB value is (87,41,77).

#57294d hex color red value is 87, green value is 41 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #57294d hue: 0.87 , saturation: 0.36 and the lightness value of 57294d is 0.25.

The process color (four color CMYK) of #57294d color hex is 0.00, 0.53, 0.11, 0.66. Web safe color of #57294d is #663366. Color #57294d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01001101
Octal 127 51 115
Decimal 87 41 77
Hex 57 29 4D

RGB Percentages of Color #57294d

%42.44
%20.00
%37.56

CMYK Percentages of Color #57294d

%0
%53
%11
%66

Triadic Colors of #57294d

#57294d #4d5729 #294d57

Analogous Colors of #57294d

#57294d #572936 #4a2957

Monochromatic Colors of #57294d

#57294d

Complementary Color

#57294d #295733

#57294d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57294d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57294d Color CSS Codes

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

#57294d Text Font Color

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

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


#57294d Background Color

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

This div background color is #57294d


#57294d Border Color

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

This div border color is #57294d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57294d


Comments

No comments written yet.

Please login to write comment.