Color Hex Logo

#57528a Color Hex

#57528A
(87,82,138)
0 Favorites   0 Comments

Color spaces of #57528a

RGB 8782138
HSL0.680.250.43
HSV245°41°54°
CMYK 0.370.410.00   0.46
XYZ11.53529.895825.3469
Yxy9.89580.24660.2115
Hunter Lab31.457610.4035-25.7525
CIE-Lab37.654816.2810-30.5238

#57528a color RGB value is (87,82,138).

#57528a hex color red value is 87, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57528a hue: 0.68 , saturation: 0.25 and the lightness value of 57528a is 0.43.

The process color (four color CMYK) of #57528a color hex is 0.37, 0.41, 0.00, 0.46. Web safe color of #57528a is #666699. Color #57528a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 10001010
Octal 127 122 212
Decimal 87 82 138
Hex 57 52 8A

RGB Percentages of Color #57528a

%28.34
%26.71
%44.95

CMYK Percentages of Color #57528a

%37
%41
%0
%46

Triadic Colors of #57528a

#57528a #8a5752 #528a57

Analogous Colors of #57528a

#57528a #73528a #52698a

Monochromatic Colors of #57528a

#57528a

Complementary Color

#57528a #858a52

#57528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57528a Color CSS Codes

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

#57528a Text Font Color

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

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


#57528a Background Color

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

This div background color is #57528a


#57528a Border Color

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

This div border color is #57528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57528a


Comments

No comments written yet.

Please login to write comment.