Color Hex Logo

#57357e Color Hex

#57357E
(87,53,126)
0 Favorites   0 Comments

Color spaces of #57357e

RGB 8753126
HSL0.740.410.35
HSV268°58°49°
CMYK 0.310.580.00   0.51
XYZ8.96956.078820.4392
Yxy6.07880.25280.1713
Hunter Lab24.655221.7912-31.8928
CIE-Lab29.610431.0424-35.8770

#57357e color RGB value is (87,53,126).

#57357e hex color red value is 87, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #57357e hue: 0.74 , saturation: 0.41 and the lightness value of 57357e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110101 01111110
Octal 127 65 176
Decimal 87 53 126
Hex 57 35 7E

RGB Percentages of Color #57357e

%32.71
%19.92
%47.37

CMYK Percentages of Color #57357e

%31
%58
%0
%51

Triadic Colors of #57357e

#57357e #7e5735 #357e57

Analogous Colors of #57357e

#57357e #7c357e #35387e

Monochromatic Colors of #57357e

#57357e

Complementary Color

#57357e #5c7e35

#57357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57357e Color CSS Codes

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

#57357e Text Font Color

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

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


#57357e Background Color

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

This div background color is #57357e


#57357e Border Color

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

This div border color is #57357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57357e


Comments

No comments written yet.

Please login to write comment.