Color Hex Logo

#71576e Color Hex

#71576E
(113,87,110)
0 Favorites   0 Comments

Color spaces of #71576e

RGB 11387110
HSL0.850.130.39
HSV307°23°44°
CMYK 0.000.230.03   0.56
XYZ13.032711.452916.2756
Yxy11.45290.31970.2810
Hunter Lab33.84219.5171-4.8247
CIE-Lab40.333015.0163-9.0165

#71576e color RGB value is (113,87,110).

#71576e hex color red value is 113, green value is 87 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #71576e hue: 0.85 , saturation: 0.13 and the lightness value of 71576e is 0.39.

The process color (four color CMYK) of #71576e color hex is 0.00, 0.23, 0.03, 0.56. Web safe color of #71576e is #666666. Color #71576e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 01101110
Octal 161 127 156
Decimal 113 87 110
Hex 71 57 6E

RGB Percentages of Color #71576e

%36.45
%28.06
%35.48

CMYK Percentages of Color #71576e

%0
%23
%3
%56

Triadic Colors of #71576e

#71576e #6e7157 #576e71

Analogous Colors of #71576e

#71576e #715761 #675771

Monochromatic Colors of #71576e

#71576e

Complementary Color

#71576e #57715a

#71576e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71576e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71576e Color CSS Codes

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

#71576e Text Font Color

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

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


#71576e Background Color

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

This div background color is #71576e


#71576e Border Color

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

This div border color is #71576e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71576e

#71576e Color Palettes


Comments

No comments written yet.

Please login to write comment.