Color Hex Logo

#571160 Color Hex

#571160
(87,17,96)
0 Favorites   0 Comments

Color spaces of #571160

RGB 871796
HSL0.810.700.22
HSV293°82°38°
CMYK 0.090.820.00   0.62
XYZ6.24223.271711.3688
Yxy3.27170.29890.1567
Hunter Lab18.087829.9475-24.6042
CIE-Lab21.100741.8127-30.2109

#571160 color RGB value is (87,17,96).

#571160 hex color red value is 87, green value is 17 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #571160 hue: 0.81 , saturation: 0.70 and the lightness value of 571160 is 0.22.

The process color (four color CMYK) of #571160 color hex is 0.09, 0.82, 0.00, 0.62. Web safe color of #571160 is #660066. Color #571160 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010001 01100000
Octal 127 21 140
Decimal 87 17 96
Hex 57 11 60

RGB Percentages of Color #571160

%43.50
%8.50
%48.00

CMYK Percentages of Color #571160

%9
%82
%0
%62

Triadic Colors of #571160

#571160 #605711 #116057

Analogous Colors of #571160

#571160 #601142 #301160

Monochromatic Colors of #571160

#571160

Complementary Color

#571160 #1a6011

#571160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#571160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#571160 Color CSS Codes

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

#571160 Text Font Color

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

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


#571160 Background Color

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

This div background color is #571160


#571160 Border Color

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

This div border color is #571160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #571160


Comments

No comments written yet.

Please login to write comment.