Color Hex Logo

#57224e Color Hex

#57224E
(87,34,78)
0 Favorites   0 Comments

Color spaces of #57224e

RGB 873478
HSL0.860.440.24
HSV310°61°34°
CMYK 0.000.610.10   0.66
XYZ5.87773.72047.6160
Yxy3.72040.34140.2161
Hunter Lab19.288320.6394-9.9088
CIE-Lab22.724730.8074-15.6381

#57224e color RGB value is (87,34,78).

#57224e hex color red value is 87, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #57224e hue: 0.86 , saturation: 0.44 and the lightness value of 57224e is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 01001110
Octal 127 42 116
Decimal 87 34 78
Hex 57 22 4E

RGB Percentages of Color #57224e

%43.72
%17.09
%39.20

CMYK Percentages of Color #57224e

%0
%61
%10
%66

Triadic Colors of #57224e

#57224e #4e5722 #224e57

Analogous Colors of #57224e

#57224e #572234 #462257

Monochromatic Colors of #57224e

#57224e

Complementary Color

#57224e #22572b

#57224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57224e Color CSS Codes

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

#57224e Text Font Color

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

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


#57224e Background Color

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

This div background color is #57224e


#57224e Border Color

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

This div border color is #57224e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,34,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 #57224e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57224e


Comments

No comments written yet.

Please login to write comment.