Color Hex Logo

#57419e Color Hex

#57419E
(87,65,158)
0 Favorites   0 Comments

Color spaces of #57419e

RGB 8765158
HSL0.710.420.44
HSV254°59°62°
CMYK 0.450.590.00   0.38
XYZ11.99238.275533.3130
Yxy8.27550.22380.1544
Hunter Lab28.767224.0696-48.5221
CIE-Lab34.550232.8904-47.6108

#57419e color RGB value is (87,65,158).

#57419e hex color red value is 87, green value is 65 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #57419e hue: 0.71 , saturation: 0.42 and the lightness value of 57419e is 0.44.

The process color (four color CMYK) of #57419e color hex is 0.45, 0.59, 0.00, 0.38. Web safe color of #57419e is #663399. Color #57419e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000001 10011110
Octal 127 101 236
Decimal 87 65 158
Hex 57 41 9E

RGB Percentages of Color #57419e

%28.06
%20.97
%50.97

CMYK Percentages of Color #57419e

%45
%59
%0
%38

Triadic Colors of #57419e

#57419e #9e5741 #419e57

Analogous Colors of #57419e

#57419e #86419e #415a9e

Monochromatic Colors of #57419e

#57419e

Complementary Color

#57419e #889e41

#57419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57419e Color CSS Codes

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

#57419e Text Font Color

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

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


#57419e Background Color

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

This div background color is #57419e


#57419e Border Color

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

This div border color is #57419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57419e


Comments

No comments written yet.

Please login to write comment.