Color Hex Logo

#57246f Color Hex

#57246F
(87,36,111)
0 Favorites   0 Comments

Color spaces of #57246f

RGB 8736111
HSL0.780.510.29
HSV281°68°44°
CMYK 0.220.680.00   0.56
XYZ7.43064.435715.5035
Yxy4.43570.27150.1621
Hunter Lab21.061126.1199-28.9018
CIE-Lab25.062536.8019-33.6393

#57246f color RGB value is (87,36,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100100 01101111
Octal 127 44 157
Decimal 87 36 111
Hex 57 24 6F

RGB Percentages of Color #57246f

%37.18
%15.38
%47.44

CMYK Percentages of Color #57246f

%22
%68
%0
%56

Triadic Colors of #57246f

#57246f #6f5724 #246f57

Analogous Colors of #57246f

#57246f #6f2462 #31246f

Monochromatic Colors of #57246f

#57246f

Complementary Color

#57246f #3c6f24

#57246f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57246f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57246f Color CSS Codes

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

#57246f Text Font Color

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

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


#57246f Background Color

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

This div background color is #57246f


#57246f Border Color

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

This div border color is #57246f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57246f


Comments

No comments written yet.

Please login to write comment.