Color Hex Logo

#71657c Color Hex

#71657C
(113,101,124)
0 Favorites   0 Comments

Color spaces of #71657c

RGB 113101124
HSL0.750.100.44
HSV271°19°49°
CMYK 0.090.190.00   0.51
XYZ15.101814.273321.0279
Yxy14.27330.29960.2832
Hunter Lab37.78005.2367-6.5541
CIE-Lab44.62249.5080-11.0833

#71657c color RGB value is (113,101,124).

#71657c hex color red value is 113, green value is 101 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #71657c hue: 0.75 , saturation: 0.10 and the lightness value of 71657c is 0.44.

The process color (four color CMYK) of #71657c color hex is 0.09, 0.19, 0.00, 0.51. Web safe color of #71657c is #666666. Color #71657c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100101 01111100
Octal 161 145 174
Decimal 113 101 124
Hex 71 65 7C

RGB Percentages of Color #71657c

%33.43
%29.88
%36.69

CMYK Percentages of Color #71657c

%9
%19
%0
%51

Triadic Colors of #71657c

#71657c #7c7165 #657c71

Analogous Colors of #71657c

#71657c #7c657c #66657c

Monochromatic Colors of #71657c

#71657c

Complementary Color

#71657c #707c65

#71657c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71657c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71657c Color CSS Codes

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

#71657c Text Font Color

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

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


#71657c Background Color

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

This div background color is #71657c


#71657c Border Color

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

This div border color is #71657c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,101,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71657c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71657c;
  -webkit-box-shadow: 1px 1px 3px 2px #71657c;
  box-shadow:         1px 1px 3px 2px #71657c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71657c


Comments

No comments written yet.

Please login to write comment.