Color Hex Logo

#57328d Color Hex

#57328D
(87,50,141)
0 Favorites   0 Comments

Color spaces of #57328d

RGB 8750141
HSL0.730.480.37
HSV264°65°55°
CMYK 0.380.650.00   0.45
XYZ9.87886.230525.8812
Yxy6.23050.23530.1484
Hunter Lab24.961026.9632-44.0032
CIE-Lab29.986736.8666-44.6031

#57328d color RGB value is (87,50,141).

#57328d hex color red value is 87, green value is 50 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #57328d hue: 0.73 , saturation: 0.48 and the lightness value of 57328d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110010 10001101
Octal 127 62 215
Decimal 87 50 141
Hex 57 32 8D

RGB Percentages of Color #57328d

%31.29
%17.99
%50.72

CMYK Percentages of Color #57328d

%38
%65
%0
%45

Triadic Colors of #57328d

#57328d #8d5732 #328d57

Analogous Colors of #57328d

#57328d #85328d #323b8d

Monochromatic Colors of #57328d

#57328d

Complementary Color

#57328d #688d32

#57328d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57328d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57328d Color CSS Codes

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

#57328d Text Font Color

<p style="color:#57328d">Text here</p>

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


#57328d Background Color

<div style="background-color:#57328d">
Div content here</div>

This div background color is #57328d


#57328d Border Color

<div style="border:3px solid #57328d">
Div here</div>

This div border color is #57328d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,50,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57328d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57328d;
  -webkit-box-shadow: 1px 1px 3px 2px #57328d;
  box-shadow:         1px 1px 3px 2px #57328d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57328d


Comments

No comments written yet.

Please login to write comment.