Color Hex Logo

#57386e Color Hex

#57386E
(87,56,110)
0 Favorites   0 Comments

Color spaces of #57386e

RGB 8756110
HSL0.760.330.33
HSV274°49°43°
CMYK 0.210.490.00   0.57
XYZ8.15915.980415.4761
Yxy5.98040.27550.2019
Hunter Lab24.454916.7586-20.4029
CIE-Lab29.363025.0357-26.1632

#57386e color RGB value is (87,56,110).

#57386e hex color red value is 87, green value is 56 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #57386e hue: 0.76 , saturation: 0.33 and the lightness value of 57386e is 0.33.

The process color (four color CMYK) of #57386e color hex is 0.21, 0.49, 0.00, 0.57. Web safe color of #57386e is #663366. Color #57386e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111000 01101110
Octal 127 70 156
Decimal 87 56 110
Hex 57 38 6E

RGB Percentages of Color #57386e

%34.39
%22.13
%43.48

CMYK Percentages of Color #57386e

%21
%49
%0
%57

Triadic Colors of #57386e

#57386e #6e5738 #386e57

Analogous Colors of #57386e

#57386e #6e386a #3c386e

Monochromatic Colors of #57386e

#57386e

Complementary Color

#57386e #4f6e38

#57386e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57386e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57386e Color CSS Codes

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

#57386e Text Font Color

<p style="color:#57386e">Text here</p>

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


#57386e Background Color

<div style="background-color:#57386e">
Div content here</div>

This div background color is #57386e


#57386e Border Color

<div style="border:3px solid #57386e">
Div here</div>

This div border color is #57386e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,56,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57386e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57386e;
  -webkit-box-shadow: 1px 1px 3px 2px #57386e;
  box-shadow:         1px 1px 3px 2px #57386e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57386e


Comments

No comments written yet.

Please login to write comment.