Color Hex Logo

#57307e Color Hex

#57307E
(87,48,126)
0 Favorites   0 Comments

Color spaces of #57307e

RGB 8748126
HSL0.750.450.34
HSV270°62°49°
CMYK 0.310.620.00   0.51
XYZ8.75335.646520.3672
Yxy5.64650.25180.1624
Hunter Lab23.762424.1696-34.1850
CIE-Lab28.502533.9739-37.6525

#57307e color RGB value is (87,48,126).

#57307e hex color red value is 87, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #57307e hue: 0.75 , saturation: 0.45 and the lightness value of 57307e is 0.34.

The process color (four color CMYK) of #57307e color hex is 0.31, 0.62, 0.00, 0.51. Web safe color of #57307e is #663366. Color #57307e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 01111110
Octal 127 60 176
Decimal 87 48 126
Hex 57 30 7E

RGB Percentages of Color #57307e

%33.33
%18.39
%48.28

CMYK Percentages of Color #57307e

%31
%62
%0
%51

Triadic Colors of #57307e

#57307e #7e5730 #307e57

Analogous Colors of #57307e

#57307e #7e307e #30307e

Monochromatic Colors of #57307e

#57307e

Complementary Color

#57307e #577e30

#57307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57307e Color CSS Codes

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

#57307e Text Font Color

<p style="color:#57307e">Text here</p>

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


#57307e Background Color

<div style="background-color:#57307e">
Div content here</div>

This div background color is #57307e


#57307e Border Color

<div style="border:3px solid #57307e">
Div here</div>

This div border color is #57307e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,48,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57307e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57307e;
  -webkit-box-shadow: 1px 1px 3px 2px #57307e;
  box-shadow:         1px 1px 3px 2px #57307e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57307e


Comments

No comments written yet.

Please login to write comment.