Color Hex Logo

#57488a Color Hex

#57488A
(87,72,138)
0 Favorites   0 Comments

Color spaces of #57488a

RGB 8772138
HSL0.700.310.41
HSV254°48°54°
CMYK 0.370.480.00   0.46
XYZ10.83538.495925.1136
Yxy8.49590.24380.1912
Hunter Lab29.147715.3466-30.6807
CIE-Lab34.995022.6338-34.7310

#57488a color RGB value is (87,72,138).

#57488a hex color red value is 87, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57488a hue: 0.70 , saturation: 0.31 and the lightness value of 57488a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 10001010
Octal 127 110 212
Decimal 87 72 138
Hex 57 48 8A

RGB Percentages of Color #57488a

%29.29
%24.24
%46.46

CMYK Percentages of Color #57488a

%37
%48
%0
%46

Triadic Colors of #57488a

#57488a #8a5748 #488a57

Analogous Colors of #57488a

#57488a #78488a #485a8a

Monochromatic Colors of #57488a

#57488a

Complementary Color

#57488a #7b8a48

#57488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57488a Color CSS Codes

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

#57488a Text Font Color

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

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


#57488a Background Color

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

This div background color is #57488a


#57488a Border Color

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

This div border color is #57488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57488a


Comments

No comments written yet.

Please login to write comment.