Color Hex Logo

#71506e Color Hex

#71506E
(113,80,110)
0 Favorites   0 Comments

Color spaces of #71506e

RGB 11380110
HSL0.850.170.38
HSV305°29°44°
CMYK 0.000.290.03   0.56
XYZ12.493210.373816.0957
Yxy10.37380.32060.2662
Hunter Lab32.208412.8731-7.0835
CIE-Lab38.505119.2873-11.7756

#71506e color RGB value is (113,80,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010000 01101110
Octal 161 120 156
Decimal 113 80 110
Hex 71 50 6E

RGB Percentages of Color #71506e

%37.29
%26.40
%36.30

CMYK Percentages of Color #71506e

%0
%29
%3
%56

Triadic Colors of #71506e

#71506e #6e7150 #506e71

Analogous Colors of #71506e

#71506e #71505e #645071

Monochromatic Colors of #71506e

#71506e

Complementary Color

#71506e #507153

#71506e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71506e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71506e Color CSS Codes

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

#71506e Text Font Color

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

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


#71506e Background Color

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

This div background color is #71506e


#71506e Border Color

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

This div border color is #71506e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,80,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 #71506e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71506e


Comments

No comments written yet.

Please login to write comment.