Color Hex Logo

#57329b Color Hex

#57329B
(87,50,155)
0 Favorites   0 Comments

Color spaces of #57329b

RGB 8750155
HSL0.730.510.40
HSV261°68°61°
CMYK 0.440.680.00   0.39
XYZ10.98756.674031.7195
Yxy6.67400.22250.1352
Hunter Lab25.834130.7082-54.7133
CIE-Lab31.052940.7555-51.4565

#57329b color RGB value is (87,50,155).

#57329b hex color red value is 87, green value is 50 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #57329b hue: 0.73 , saturation: 0.51 and the lightness value of 57329b is 0.40.

The process color (four color CMYK) of #57329b color hex is 0.44, 0.68, 0.00, 0.39. Web safe color of #57329b is #663399. Color #57329b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110010 10011011
Octal 127 62 233
Decimal 87 50 155
Hex 57 32 9B

RGB Percentages of Color #57329b

%29.79
%17.12
%53.08

CMYK Percentages of Color #57329b

%44
%68
%0
%39

Triadic Colors of #57329b

#57329b #9b5732 #329b57

Analogous Colors of #57329b

#57329b #8c329b #32429b

Monochromatic Colors of #57329b

#57329b

Complementary Color

#57329b #769b32

#57329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57329b Color CSS Codes

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

#57329b Text Font Color

<p style="color:#57329b">Text here</p>

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


#57329b Background Color

<div style="background-color:#57329b">
Div content here</div>

This div background color is #57329b


#57329b Border Color

<div style="border:3px solid #57329b">
Div here</div>

This div border color is #57329b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57329b


Comments

No comments written yet.

Please login to write comment.