Color Hex Logo

#57296f Color Hex

#57296F
(87,41,111)
0 Favorites   0 Comments

Color spaces of #57296f

RGB 8741111
HSL0.780.460.30
HSV279°63°44°
CMYK 0.220.630.00   0.56
XYZ7.59274.759815.5575
Yxy4.75980.27200.1705
Hunter Lab21.817023.9415-27.0073
CIE-Lab26.039234.1356-32.0765

#57296f color RGB value is (87,41,111).

#57296f hex color red value is 87, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #57296f hue: 0.78 , saturation: 0.46 and the lightness value of 57296f is 0.30.

The process color (four color CMYK) of #57296f color hex is 0.22, 0.63, 0.00, 0.56. Web safe color of #57296f is #663366. Color #57296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01101111
Octal 127 51 157
Decimal 87 41 111
Hex 57 29 6F

RGB Percentages of Color #57296f

%36.40
%17.15
%46.44

CMYK Percentages of Color #57296f

%22
%63
%0
%56

Triadic Colors of #57296f

#57296f #6f5729 #296f57

Analogous Colors of #57296f

#57296f #6f2964 #34296f

Monochromatic Colors of #57296f

#57296f

Complementary Color

#57296f #416f29

#57296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57296f Color CSS Codes

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

#57296f Text Font Color

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

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


#57296f Background Color

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

This div background color is #57296f


#57296f Border Color

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

This div border color is #57296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57296f


Comments

No comments written yet.

Please login to write comment.