Color Hex Logo

#57538c Color Hex

#57538C
(87,83,140)
0 Favorites   0 Comments

Color spaces of #57538c

RGB 8783140
HSL0.680.260.44
HSV244°41°55°
CMYK 0.380.410.00   0.45
XYZ11.757410.106226.1420
Yxy10.10620.24490.2105
Hunter Lab31.790310.3840-26.5026
CIE-Lab38.032416.2328-31.1460

#57538c color RGB value is (87,83,140).

#57538c hex color red value is 87, green value is 83 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #57538c hue: 0.68 , saturation: 0.26 and the lightness value of 57538c is 0.44.

The process color (four color CMYK) of #57538c color hex is 0.38, 0.41, 0.00, 0.45. Web safe color of #57538c is #666699. Color #57538c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 10001100
Octal 127 123 214
Decimal 87 83 140
Hex 57 53 8C

RGB Percentages of Color #57538c

%28.06
%26.77
%45.16

CMYK Percentages of Color #57538c

%38
%41
%0
%45

Triadic Colors of #57538c

#57538c #8c5753 #538c57

Analogous Colors of #57538c

#57538c #74538c #536c8c

Monochromatic Colors of #57538c

#57538c

Complementary Color

#57538c #888c53

#57538c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57538c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57538c Color CSS Codes

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

#57538c Text Font Color

<p style="color:#57538c">Text here</p>

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


#57538c Background Color

<div style="background-color:#57538c">
Div content here</div>

This div background color is #57538c


#57538c Border Color

<div style="border:3px solid #57538c">
Div here</div>

This div border color is #57538c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,83,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57538c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57538c;
  -webkit-box-shadow: 1px 1px 3px 2px #57538c;
  box-shadow:         1px 1px 3px 2px #57538c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57538c


Comments

No comments written yet.

Please login to write comment.