Color Hex Logo

#71947e Color Hex

#71947E
(113,148,126)
0 Favorites   0 Comments

Color spaces of #71947e

RGB 113148126
HSL0.400.140.51
HSV142°24°58°
CMYK 0.240.000.15   0.42
XYZ21.165926.196923.6796
Yxy26.19690.29790.3688
Hunter Lab51.1829-15.75428.3977
CIE-Lab58.2235-16.86357.6985

#71947e color RGB value is (113,148,126).

#71947e hex color red value is 113, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71947e hue: 0.40 , saturation: 0.14 and the lightness value of 71947e is 0.51.

The process color (four color CMYK) of #71947e color hex is 0.24, 0.00, 0.15, 0.42. Web safe color of #71947e is #669966. Color #71947e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 01111110
Octal 161 224 176
Decimal 113 148 126
Hex 71 94 7E

RGB Percentages of Color #71947e

%29.20
%38.24
%32.56

CMYK Percentages of Color #71947e

%24
%0
%15
%42

Triadic Colors of #71947e

#71947e #7e7194 #947e71

Analogous Colors of #71947e

#71947e #719490 #769471

Monochromatic Colors of #71947e

#71947e

Complementary Color

#71947e #947187

#71947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71947e Color CSS Codes

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

#71947e Text Font Color

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

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


#71947e Background Color

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

This div background color is #71947e


#71947e Border Color

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

This div border color is #71947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71947e


Comments

No comments written yet.

Please login to write comment.