Color Hex Logo

#570549 Color Hex

#570549
(87,5,73)
0 Favorites   0 Comments

Color spaces of #570549

RGB 87573
HSL0.860.890.18
HSV310°94°34°
CMYK 0.000.940.16   0.66
XYZ5.18732.61586.5348
Yxy2.61580.36180.1824
Hunter Lab16.173428.9467-12.6344
CIE-Lab18.434441.2337-18.9349

#570549 color RGB value is (87,5,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000101 01001001
Octal 127 5 111
Decimal 87 5 73
Hex 57 5 49

RGB Percentages of Color #570549

%52.73
%3.03
%44.24

CMYK Percentages of Color #570549

%0
%94
%16
%66

Triadic Colors of #570549

#570549 #495705 #054957

Analogous Colors of #570549

#570549 #570520 #3c0557

Monochromatic Colors of #570549

#570549

Complementary Color

#570549 #055713

#570549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570549 Color CSS Codes

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

#570549 Text Font Color

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

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


#570549 Background Color

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

This div background color is #570549


#570549 Border Color

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

This div border color is #570549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,5,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 #570549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570549


Comments

No comments written yet.

Please login to write comment.