Color Hex Logo

#570849 Color Hex

#570849
(87,8,73)
0 Favorites   0 Comments

Color spaces of #570849

RGB 87873
HSL0.860.830.19
HSV311°91°34°
CMYK 0.000.910.16   0.66
XYZ5.21992.68096.5457
Yxy2.68090.36130.1856
Hunter Lab16.373528.2527-12.2413
CIE-Lab18.717740.4089-18.4900

#570849 color RGB value is (87,8,73).

#570849 hex color red value is 87, green value is 8 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #570849 hue: 0.86 , saturation: 0.83 and the lightness value of 570849 is 0.19.

The process color (four color CMYK) of #570849 color hex is 0.00, 0.91, 0.16, 0.66. Web safe color of #570849 is #660033. Color #570849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00001000 01001001
Octal 127 10 111
Decimal 87 8 73
Hex 57 8 49

RGB Percentages of Color #570849

%51.79
%4.76
%43.45

CMYK Percentages of Color #570849

%0
%91
%16
%66

Triadic Colors of #570849

#570849 #495708 #084957

Analogous Colors of #570849

#570849 #570822 #3e0857

Monochromatic Colors of #570849

#570849

Complementary Color

#570849 #085716

#570849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570849 Color CSS Codes

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

#570849 Text Font Color

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

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


#570849 Background Color

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

This div background color is #570849


#570849 Border Color

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

This div border color is #570849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570849


Comments

No comments written yet.

Please login to write comment.