Color Hex Logo

#570132 Color Hex

#570132
(87,1,50)
0 Favorites   0 Comments

Color spaces of #570132

RGB 87150
HSL0.910.980.17
HSV326°99°34°
CMYK 0.000.990.43   0.66
XYZ4.51712.27823.2193
Yxy2.27820.45110.2275
Hunter Lab15.093727.0058-2.0802
CIE-Lab16.884339.3679-5.1469

#570132 color RGB value is (87,1,50).

#570132 hex color red value is 87, green value is 1 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #570132 hue: 0.91 , saturation: 0.98 and the lightness value of 570132 is 0.17.

The process color (four color CMYK) of #570132 color hex is 0.00, 0.99, 0.43, 0.66. Web safe color of #570132 is #660033. Color #570132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 00110010
Octal 127 1 62
Decimal 87 1 50
Hex 57 1 32

RGB Percentages of Color #570132

%63.04
%0.72
%36.23

CMYK Percentages of Color #570132

%0
%99
%43
%66

Triadic Colors of #570132

#570132 #325701 #013257

Analogous Colors of #570132

#570132 #570107 #510157

Monochromatic Colors of #570132

#570132

Complementary Color

#570132 #015726

#570132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570132 Color CSS Codes

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

#570132 Text Font Color

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

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


#570132 Background Color

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

This div background color is #570132


#570132 Border Color

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

This div border color is #570132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570132


Comments

No comments written yet.

Please login to write comment.