Color Hex Logo

#57295b Color Hex

#57295B
(87,41,91)
0 Favorites   0 Comments

Color spaces of #57295b

RGB 874191
HSL0.820.380.26
HSV295°55°36°
CMYK 0.040.550.00   0.64
XYZ6.61174.367410.3921
Yxy4.36740.30940.2044
Hunter Lab20.898319.9008-14.8543
CIE-Lab24.850729.5536-20.9675

#57295b color RGB value is (87,41,91).

#57295b hex color red value is 87, green value is 41 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #57295b hue: 0.82 , saturation: 0.38 and the lightness value of 57295b is 0.26.

The process color (four color CMYK) of #57295b color hex is 0.04, 0.55, 0.00, 0.64. Web safe color of #57295b is #663366. Color #57295b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01011011
Octal 127 51 133
Decimal 87 41 91
Hex 57 29 5B

RGB Percentages of Color #57295b

%39.73
%18.72
%41.55

CMYK Percentages of Color #57295b

%4
%55
%0
%64

Triadic Colors of #57295b

#57295b #5b5729 #295b57

Analogous Colors of #57295b

#57295b #5b2946 #3e295b

Monochromatic Colors of #57295b

#57295b

Complementary Color

#57295b #2d5b29

#57295b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57295b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57295b Color CSS Codes

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

#57295b Text Font Color

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

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


#57295b Background Color

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

This div background color is #57295b


#57295b Border Color

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

This div border color is #57295b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57295b


Comments

No comments written yet.

Please login to write comment.