Color Hex Logo

#57126f Color Hex

#57126F
(87,18,111)
0 Favorites   0 Comments

Color spaces of #57126f

RGB 8718111
HSL0.790.720.25
HSV285°84°44°
CMYK 0.220.840.00   0.56
XYZ7.01603.606515.3653
Yxy3.60650.27000.1388
Hunter Lab18.990832.7116-34.6775
CIE-Lab22.325444.5471-38.0472

#57126f color RGB value is (87,18,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010010 01101111
Octal 127 22 157
Decimal 87 18 111
Hex 57 12 6F

RGB Percentages of Color #57126f

%40.28
%8.33
%51.39

CMYK Percentages of Color #57126f

%22
%84
%0
%56

Triadic Colors of #57126f

#57126f #6f5712 #126f57

Analogous Colors of #57126f

#57126f #6f1259 #29126f

Monochromatic Colors of #57126f

#57126f

Complementary Color

#57126f #2a6f12

#57126f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57126f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57126f Color CSS Codes

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

#57126f Text Font Color

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

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


#57126f Background Color

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

This div background color is #57126f


#57126f Border Color

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

This div border color is #57126f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57126f


Comments

No comments written yet.

Please login to write comment.