color codes Logo

#71505c color codes

#71505C
(113,80,92)
0 Favorites   0 Comments

Color spaces of #71505c

RGB 1138092
HSL0.940.170.38
HSV338°29°44°
CMYK 0.000.290.19   0.56
XYZ11.610510.020711.4475
Yxy10.02070.35100.3029
Hunter Lab31.655510.07260.7179
CIE-Lab37.879615.8495-1.4987

#71505c color RGB value is (113,80,92).

#71505c hex color red value is 113, green value is 80 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #71505c hue: 0.94 , saturation: 0.17 and the lightness value of 71505c is 0.38.

The process color (four color CMYK) of #71505c color code is 0.00, 0.29, 0.19, 0.56. Web safe color of #71505c is #666666. Color #71505c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 01011100
Octal 161 120 134
Decimal 113 80 92
Hex 71 50 5C

RGB Percentages of Color #71505c

%39.65
%28.07
%32.28

CMYK Percentages of Color #71505c

%0
%29
%19
%56

Triadic Colors of #71505c

#71505c #5c7150 #505c71

Analogous Colors of #71505c

#71505c #715550 #71506d

Monochromatic Colors of #71505c

#71505c

Complementary Color

#71505c #507165

#71505c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71505c Color Preview on White Background

Lorem ipsum dolor sit amet.

#71505c Color CSS Codes

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

#71505c Text Font Color

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

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


#71505c Background Color

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

This div background color is #71505c


#71505c Border Color

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

This div border color is #71505c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71505c


Comments

No comments written yet.

Please login to write comment.