Color Hex Logo

#57367f Color Hex

#57367F
(87,54,127)
0 Favorites   0 Comments

Color spaces of #57367f

RGB 8754127
HSL0.740.400.35
HSV267°57°50°
CMYK 0.310.570.00   0.50
XYZ9.08046.196920.7962
Yxy6.19690.25170.1718
Hunter Lab24.893621.5475-32.1056
CIE-Lab29.903930.7117-36.0338

#57367f color RGB value is (87,54,127).

#57367f hex color red value is 87, green value is 54 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #57367f hue: 0.74 , saturation: 0.40 and the lightness value of 57367f is 0.35.

The process color (four color CMYK) of #57367f color hex is 0.31, 0.57, 0.00, 0.50. Web safe color of #57367f is #663366. Color #57367f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110110 01111111
Octal 127 66 177
Decimal 87 54 127
Hex 57 36 7F

RGB Percentages of Color #57367f

%32.46
%20.15
%47.39

CMYK Percentages of Color #57367f

%31
%57
%0
%50

Triadic Colors of #57367f

#57367f #7f5736 #367f57

Analogous Colors of #57367f

#57367f #7c367f #363a7f

Monochromatic Colors of #57367f

#57367f

Complementary Color

#57367f #5e7f36

#57367f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57367f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57367f Color CSS Codes

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

#57367f Text Font Color

<p style="color:#57367f">Text here</p>

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


#57367f Background Color

<div style="background-color:#57367f">
Div content here</div>

This div background color is #57367f


#57367f Border Color

<div style="border:3px solid #57367f">
Div here</div>

This div border color is #57367f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,54,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57367f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57367f;
  -webkit-box-shadow: 1px 1px 3px 2px #57367f;
  box-shadow:         1px 1px 3px 2px #57367f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57367f


Comments

No comments written yet.

Please login to write comment.