Color Hex Logo

#57146f Color Hex

#57146F
(87,20,111)
0 Favorites   0 Comments

Color spaces of #57146f

RGB 8720111
HSL0.790.690.26
HSV284°82°44°
CMYK 0.220.820.00   0.56
XYZ7.04993.674215.3766
Yxy3.67420.27010.1408
Hunter Lab19.168232.1064-34.1443
CIE-Lab22.563743.8571-37.6618

#57146f color RGB value is (87,20,111).

#57146f hex color red value is 87, green value is 20 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #57146f hue: 0.79 , saturation: 0.69 and the lightness value of 57146f is 0.26.

The process color (four color CMYK) of #57146f color hex is 0.22, 0.82, 0.00, 0.56. Web safe color of #57146f is #660066. Color #57146f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010100 01101111
Octal 127 24 157
Decimal 87 20 111
Hex 57 14 6F

RGB Percentages of Color #57146f

%39.91
%9.17
%50.92

CMYK Percentages of Color #57146f

%22
%82
%0
%56

Triadic Colors of #57146f

#57146f #6f5714 #146f57

Analogous Colors of #57146f

#57146f #6f1459 #2a146f

Monochromatic Colors of #57146f

#57146f

Complementary Color

#57146f #2c6f14

#57146f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57146f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57146f Color CSS Codes

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

#57146f Text Font Color

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

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


#57146f Background Color

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

This div background color is #57146f


#57146f Border Color

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

This div border color is #57146f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57146f


Comments

No comments written yet.

Please login to write comment.