Color Hex Logo

#71476d Color Hex

#71476D
(113,71,109)
0 Favorites   0 Comments

Color spaces of #71476d

RGB 11371109
HSL0.850.230.36
HSV306°37°44°
CMYK 0.000.370.04   0.56
XYZ11.82369.121315.6054
Yxy9.12130.32350.2496
Hunter Lab30.201517.0285-9.4947
CIE-Lab36.216824.5252-14.6361

#71476d color RGB value is (113,71,109).

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

The process color (four color CMYK) of #71476d color hex is 0.00, 0.37, 0.04, 0.56. Web safe color of #71476d is #663366. Color #71476d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000111 01101101
Octal 161 107 155
Decimal 113 71 109
Hex 71 47 6D

RGB Percentages of Color #71476d

%38.57
%24.23
%37.20

CMYK Percentages of Color #71476d

%0
%37
%4
%56

Triadic Colors of #71476d

#71476d #6d7147 #476d71

Analogous Colors of #71476d

#71476d #714758 #604771

Monochromatic Colors of #71476d

#71476d

Complementary Color

#71476d #47714b

#71476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71476d Color CSS Codes

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

#71476d Text Font Color

<p style="color:#71476d">Text here</p>

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


#71476d Background Color

<div style="background-color:#71476d">
Div content here</div>

This div background color is #71476d


#71476d Border Color

<div style="border:3px solid #71476d">
Div here</div>

This div border color is #71476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71476d


Comments

No comments written yet.

Please login to write comment.