Color Hex Logo

#57294e Color Hex

#57294E
(87,41,78)
0 Favorites   0 Comments

Color spaces of #57294e

RGB 874178
HSL0.870.360.25
HSV312°53°34°
CMYK 0.000.530.10   0.66
XYZ6.09864.16227.6897
Yxy4.16220.33970.2319
Hunter Lab20.401517.6563-8.0665
CIE-Lab24.200626.8924-13.3584

#57294e color RGB value is (87,41,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01001110
Octal 127 51 116
Decimal 87 41 78
Hex 57 29 4E

RGB Percentages of Color #57294e

%42.23
%19.90
%37.86

CMYK Percentages of Color #57294e

%0
%53
%10
%66

Triadic Colors of #57294e

#57294e #4e5729 #294e57

Analogous Colors of #57294e

#57294e #572937 #492957

Monochromatic Colors of #57294e

#57294e

Complementary Color

#57294e #295732

#57294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57294e Color CSS Codes

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

#57294e Text Font Color

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

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


#57294e Background Color

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

This div background color is #57294e


#57294e Border Color

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

This div border color is #57294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57294e


Comments

No comments written yet.

Please login to write comment.