Color Hex Logo

#57568a Color Hex

#57568A
(87,86,138)
0 Favorites   0 Comments

Color spaces of #57568a

RGB 8786138
HSL0.670.230.44
HSV241°38°54°
CMYK 0.370.380.00   0.46
XYZ11.845710.516825.4504
Yxy10.51680.24780.2200
Hunter Lab32.42968.4496-23.8294
CIE-Lab38.754413.7426-28.7951

#57568a color RGB value is (87,86,138).

#57568a hex color red value is 87, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #57568a hue: 0.67 , saturation: 0.23 and the lightness value of 57568a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 10001010
Octal 127 126 212
Decimal 87 86 138
Hex 57 56 8A

RGB Percentages of Color #57568a

%27.97
%27.65
%44.37

CMYK Percentages of Color #57568a

%37
%38
%0
%46

Triadic Colors of #57568a

#57568a #8a5756 #568a57

Analogous Colors of #57568a

#57568a #71568a #566f8a

Monochromatic Colors of #57568a

#57568a

Complementary Color

#57568a #898a56

#57568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57568a Color CSS Codes

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

#57568a Text Font Color

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

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


#57568a Background Color

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

This div background color is #57568a


#57568a Border Color

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

This div border color is #57568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57568a


Comments

No comments written yet.

Please login to write comment.