Color Hex Logo

#571145 Color Hex

#571145
(87,17,69)
0 Favorites   0 Comments

Color spaces of #571145

RGB 871769
HSL0.880.670.20
HSV315°80°34°
CMYK 0.000.800.21   0.66
XYZ5.20512.85685.9073
Yxy2.85680.37260.2045
Hunter Lab16.902125.3916-8.8905
CIE-Lab19.461037.0254-14.5737

#571145 color RGB value is (87,17,69).

#571145 hex color red value is 87, green value is 17 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #571145 hue: 0.88 , saturation: 0.67 and the lightness value of 571145 is 0.20.

The process color (four color CMYK) of #571145 color hex is 0.00, 0.80, 0.21, 0.66. Web safe color of #571145 is #660033. Color #571145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010001 01000101
Octal 127 21 105
Decimal 87 17 69
Hex 57 11 45

RGB Percentages of Color #571145

%50.29
%9.83
%39.88

CMYK Percentages of Color #571145

%0
%80
%21
%66

Triadic Colors of #571145

#571145 #455711 #114557

Analogous Colors of #571145

#571145 #571122 #461157

Monochromatic Colors of #571145

#571145

Complementary Color

#571145 #115723

#571145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571145 Color CSS Codes

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

#571145 Text Font Color

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

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


#571145 Background Color

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

This div background color is #571145


#571145 Border Color

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

This div border color is #571145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571145


Comments

No comments written yet.

Please login to write comment.