Color Hex Logo

#570146 Color Hex

#570146
(87,1,70)
0 Favorites   0 Comments

Color spaces of #570146

RGB 87170
HSL0.870.980.17
HSV312°99°34°
CMYK 0.000.990.20   0.66
XYZ5.04682.49016.0090
Yxy2.49010.37260.1838
Hunter Lab15.780129.4731-11.5314
CIE-Lab17.873841.9223-17.7424

#570146 color RGB value is (87,1,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 01000110
Octal 127 1 106
Decimal 87 1 70
Hex 57 1 46

RGB Percentages of Color #570146

%55.06
%0.63
%44.30

CMYK Percentages of Color #570146

%0
%99
%20
%66

Triadic Colors of #570146

#570146 #465701 #014657

Analogous Colors of #570146

#570146 #57011b #3d0157

Monochromatic Colors of #570146

#570146

Complementary Color

#570146 #015712

#570146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570146 Color CSS Codes

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

#570146 Text Font Color

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

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


#570146 Background Color

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

This div background color is #570146


#570146 Border Color

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

This div border color is #570146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570146


Comments

No comments written yet.

Please login to write comment.