Color Hex Logo

#570249 Color Hex

#570249
(87,2,73)
0 Favorites   0 Comments

Color spaces of #570249

RGB 87273
HSL0.860.960.17
HSV310°98°34°
CMYK 0.000.980.16   0.66
XYZ5.15482.55076.5240
Yxy2.55070.36230.1793
Hunter Lab15.970929.6639-13.0399
CIE-Lab18.146442.0784-19.3884

#570249 color RGB value is (87,2,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 01001001
Octal 127 2 111
Decimal 87 2 73
Hex 57 2 49

RGB Percentages of Color #570249

%53.70
%1.23
%45.06

CMYK Percentages of Color #570249

%0
%98
%16
%66

Triadic Colors of #570249

#570249 #495702 #024957

Analogous Colors of #570249

#570249 #57021e #3b0257

Monochromatic Colors of #570249

#570249

Complementary Color

#570249 #025710

#570249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#570249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#570249 Color CSS Codes

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

#570249 Text Font Color

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

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


#570249 Background Color

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

This div background color is #570249


#570249 Border Color

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

This div border color is #570249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #570249


Comments

No comments written yet.

Please login to write comment.