Color Hex Logo

#57408a Color Hex

#57408A
(87,64,138)
0 Favorites   0 Comments

Color spaces of #57408a

RGB 8764138
HSL0.720.370.40
HSV259°54°54°
CMYK 0.370.540.00   0.46
XYZ10.35137.528024.9522
Yxy7.52800.24170.1758
Hunter Lab27.437219.3280-34.7140
CIE-Lab32.979927.6547-37.9420

#57408a color RGB value is (87,64,138).

#57408a hex color red value is 87, green value is 64 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57408a hue: 0.72 , saturation: 0.37 and the lightness value of 57408a is 0.40.

The process color (four color CMYK) of #57408a color hex is 0.37, 0.54, 0.00, 0.46. Web safe color of #57408a is #663399. Color #57408a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 10001010
Octal 127 100 212
Decimal 87 64 138
Hex 57 40 8A

RGB Percentages of Color #57408a

%30.10
%22.15
%47.75

CMYK Percentages of Color #57408a

%37
%54
%0
%46

Triadic Colors of #57408a

#57408a #8a5740 #408a57

Analogous Colors of #57408a

#57408a #7c408a #404e8a

Monochromatic Colors of #57408a

#57408a

Complementary Color

#57408a #738a40

#57408a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57408a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57408a Color CSS Codes

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

#57408a Text Font Color

<p style="color:#57408a">Text here</p>

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


#57408a Background Color

<div style="background-color:#57408a">
Div content here</div>

This div background color is #57408a


#57408a Border Color

<div style="border:3px solid #57408a">
Div here</div>

This div border color is #57408a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,64,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57408a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57408a;
  -webkit-box-shadow: 1px 1px 3px 2px #57408a;
  box-shadow:         1px 1px 3px 2px #57408a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57408a


Comments

No comments written yet.

Please login to write comment.