Color Hex Logo

#57296b Color Hex

#57296B
(87,41,107)
0 Favorites   0 Comments

Color spaces of #57296b

RGB 8741107
HSL0.780.450.29
HSV282°62°42°
CMYK 0.190.620.00   0.58
XYZ7.37734.673614.4232
Yxy4.67360.27870.1765
Hunter Lab21.618523.0806-24.4235
CIE-Lab25.783933.1802-29.9112

#57296b color RGB value is (87,41,107).

#57296b hex color red value is 87, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #57296b hue: 0.78 , saturation: 0.45 and the lightness value of 57296b is 0.29.

The process color (four color CMYK) of #57296b color hex is 0.19, 0.62, 0.00, 0.58. Web safe color of #57296b is #663366. Color #57296b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101001 01101011
Octal 127 51 153
Decimal 87 41 107
Hex 57 29 6B

RGB Percentages of Color #57296b

%37.02
%17.45
%45.53

CMYK Percentages of Color #57296b

%19
%62
%0
%58

Triadic Colors of #57296b

#57296b #6b5729 #296b57

Analogous Colors of #57296b

#57296b #6b295e #36296b

Monochromatic Colors of #57296b

#57296b

Complementary Color

#57296b #3d6b29

#57296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57296b Color CSS Codes

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

#57296b Text Font Color

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

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


#57296b Background Color

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

This div background color is #57296b


#57296b Border Color

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

This div border color is #57296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57296b


Comments

No comments written yet.

Please login to write comment.