Color Hex Logo

#570457 Color Hex

#570457
(87,4,87)
0 Favorites   0 Comments

Color spaces of #570457

RGB 87487
HSL0.830.910.18
HSV300°95°34°
CMYK 0.000.950.00   0.66
XYZ5.69422.80129.2574
Yxy2.80120.32070.1578
Hunter Lab16.736831.4400-21.0786
CIE-Lab19.229543.7936-27.2036

#570457 color RGB value is (87,4,87).

#570457 hex color red value is 87, green value is 4 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #570457 hue: 0.83 , saturation: 0.91 and the lightness value of 570457 is 0.18.

The process color (four color CMYK) of #570457 color hex is 0.00, 0.95, 0.00, 0.66. Web safe color of #570457 is #660066. Color #570457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000100 01010111
Octal 127 4 127
Decimal 87 4 87
Hex 57 4 57

RGB Percentages of Color #570457

%48.88
%2.25
%48.88

CMYK Percentages of Color #570457

%0
%95
%0
%66

Triadic Colors of #570457

#570457 #575704 #045757

Analogous Colors of #570457

#570457 #57042e #2e0457

Monochromatic Colors of #570457

#570457

Complementary Color

#570457 #045704

#570457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570457 Color CSS Codes

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

#570457 Text Font Color

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

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


#570457 Background Color

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

This div background color is #570457


#570457 Border Color

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

This div border color is #570457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570457


Comments

No comments written yet.

Please login to write comment.