Color Hex Logo

#570142 Color Hex

#570142
(87,1,66)
0 Favorites   0 Comments

Color spaces of #570142

RGB 87166
HSL0.870.980.17
HSV315°99°34°
CMYK 0.000.990.24   0.66
XYZ4.92472.44135.3659
Yxy2.44130.38680.1917
Hunter Lab15.624728.9178-9.4244
CIE-Lab17.651041.3544-15.3069

#570142 color RGB value is (87,1,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 01000010
Octal 127 1 102
Decimal 87 1 66
Hex 57 1 42

RGB Percentages of Color #570142

%56.49
%0.65
%42.86

CMYK Percentages of Color #570142

%0
%99
%24
%66

Triadic Colors of #570142

#570142 #425701 #014257

Analogous Colors of #570142

#570142 #570117 #410157

Monochromatic Colors of #570142

#570142

Complementary Color

#570142 #015716

#570142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570142 Color CSS Codes

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

#570142 Text Font Color

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

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


#570142 Background Color

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

This div background color is #570142


#570142 Border Color

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

This div border color is #570142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570142


Comments

No comments written yet.

Please login to write comment.