Color Hex Logo

#57318c Color Hex

#57318C
(87,49,140)
0 Favorites   0 Comments

Color spaces of #57318c

RGB 8749140
HSL0.740.480.37
HSV265°65°55°
CMYK 0.380.650.00   0.45
XYZ9.76246.116325.4770
Yxy6.11630.23610.1479
Hunter Lab24.731227.1817-43.7663
CIE-Lab29.704037.1582-44.4422

#57318c color RGB value is (87,49,140).

#57318c hex color red value is 87, green value is 49 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #57318c hue: 0.74 , saturation: 0.48 and the lightness value of 57318c is 0.37.

The process color (four color CMYK) of #57318c color hex is 0.38, 0.65, 0.00, 0.45. Web safe color of #57318c is #663399. Color #57318c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 10001100
Octal 127 61 214
Decimal 87 49 140
Hex 57 31 8C

RGB Percentages of Color #57318c

%31.52
%17.75
%50.72

CMYK Percentages of Color #57318c

%38
%65
%0
%45

Triadic Colors of #57318c

#57318c #8c5731 #318c57

Analogous Colors of #57318c

#57318c #85318c #31398c

Monochromatic Colors of #57318c

#57318c

Complementary Color

#57318c #668c31

#57318c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57318c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57318c Color CSS Codes

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

#57318c Text Font Color

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

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


#57318c Background Color

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

This div background color is #57318c


#57318c Border Color

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

This div border color is #57318c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57318c


Comments

No comments written yet.

Please login to write comment.