Color Hex Logo

#71577e Color Hex

#71577E
(113,87,126)
0 Favorites   0 Comments

Color spaces of #71577e

RGB 11387126
HSL0.780.180.42
HSV280°31°49°
CMYK 0.100.310.00   0.51
XYZ13.984111.833521.2857
Yxy11.83350.29690.2512
Hunter Lab34.399912.3634-12.6072
CIE-Lab40.950318.4831-17.8851

#71577e color RGB value is (113,87,126).

#71577e hex color red value is 113, green value is 87 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71577e hue: 0.78 , saturation: 0.18 and the lightness value of 71577e is 0.42.

The process color (four color CMYK) of #71577e color hex is 0.10, 0.31, 0.00, 0.51. Web safe color of #71577e is #666666. Color #71577e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010111 01111110
Octal 161 127 176
Decimal 113 87 126
Hex 71 57 7E

RGB Percentages of Color #71577e

%34.66
%26.69
%38.65

CMYK Percentages of Color #71577e

%10
%31
%0
%51

Triadic Colors of #71577e

#71577e #7e7157 #577e71

Analogous Colors of #71577e

#71577e #7e5778 #5e577e

Monochromatic Colors of #71577e

#71577e

Complementary Color

#71577e #647e57

#71577e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71577e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71577e Color CSS Codes

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

#71577e Text Font Color

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

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


#71577e Background Color

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

This div background color is #71577e


#71577e Border Color

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

This div border color is #71577e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71577e


Comments

No comments written yet.

Please login to write comment.