Color Hex Logo

#57214f Color Hex

#57214F
(87,33,79)
0 Favorites   0 Comments

Color spaces of #57214f

RGB 873379
HSL0.860.450.24
HSV309°62°34°
CMYK 0.000.620.09   0.66
XYZ5.88563.67857.7969
Yxy3.67850.33900.2119
Hunter Lab19.179421.2124-10.6772
CIE-Lab22.578831.5249-16.5370

#57214f color RGB value is (87,33,79).

#57214f hex color red value is 87, green value is 33 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #57214f hue: 0.86 , saturation: 0.45 and the lightness value of 57214f is 0.24.

The process color (four color CMYK) of #57214f color hex is 0.00, 0.62, 0.09, 0.66. Web safe color of #57214f is #663366. Color #57214f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 01001111
Octal 127 41 117
Decimal 87 33 79
Hex 57 21 4F

RGB Percentages of Color #57214f

%43.72
%16.58
%39.70

CMYK Percentages of Color #57214f

%0
%62
%9
%66

Triadic Colors of #57214f

#57214f #4f5721 #214f57

Analogous Colors of #57214f

#57214f #572134 #442157

Monochromatic Colors of #57214f

#57214f

Complementary Color

#57214f #215729

#57214f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57214f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57214f Color CSS Codes

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

#57214f Text Font Color

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

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


#57214f Background Color

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

This div background color is #57214f


#57214f Border Color

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

This div border color is #57214f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,33,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57214f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57214f;
  -webkit-box-shadow: 1px 1px 3px 2px #57214f;
  box-shadow:         1px 1px 3px 2px #57214f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57214f


Comments

No comments written yet.

Please login to write comment.