Color Hex Logo

#71475e Color Hex

#71475E
(113,71,94)
0 Favorites   0 Comments

Color spaces of #71475e

RGB 1137194
HSL0.910.230.36
HSV327°37°44°
CMYK 0.000.370.17   0.56
XYZ11.08378.825311.7090
Yxy8.82530.35060.2791
Hunter Lab29.707414.6096-2.5736
CIE-Lab35.645721.6677-6.0635

#71475e color RGB value is (113,71,94).

#71475e hex color red value is 113, green value is 71 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #71475e hue: 0.91 , saturation: 0.23 and the lightness value of 71475e is 0.36.

The process color (four color CMYK) of #71475e color hex is 0.00, 0.37, 0.17, 0.56. Web safe color of #71475e is #663366. Color #71475e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 01011110
Octal 161 107 136
Decimal 113 71 94
Hex 71 47 5E

RGB Percentages of Color #71475e

%40.65
%25.54
%33.81

CMYK Percentages of Color #71475e

%0
%37
%17
%56

Triadic Colors of #71475e

#71475e #5e7147 #475e71

Analogous Colors of #71475e

#71475e #714749 #6f4771

Monochromatic Colors of #71475e

#71475e

Complementary Color

#71475e #47715a

#71475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71475e Color CSS Codes

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

#71475e Text Font Color

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

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


#71475e Background Color

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

This div background color is #71475e


#71475e Border Color

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

This div border color is #71475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71475e


Comments

No comments written yet.

Please login to write comment.