Color Hex Logo

#71947d Color Hex

#71947D
(113,148,125)
0 Favorites   0 Comments

Color spaces of #71947d

RGB 113148125
HSL0.390.140.51
HSV141°24°58°
CMYK 0.240.000.16   0.42
XYZ21.101626.171223.3414
Yxy26.17120.29880.3706
Hunter Lab51.1578-15.89838.7586
CIE-Lab58.1992-17.06618.2320

#71947d color RGB value is (113,148,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010100 01111101
Octal 161 224 175
Decimal 113 148 125
Hex 71 94 7D

RGB Percentages of Color #71947d

%29.27
%38.34
%32.38

CMYK Percentages of Color #71947d

%24
%0
%16
%42

Triadic Colors of #71947d

#71947d #7d7194 #947d71

Analogous Colors of #71947d

#71947d #71948f #779471

Monochromatic Colors of #71947d

#71947d

Complementary Color

#71947d #947188

#71947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71947d Color CSS Codes

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

#71947d Text Font Color

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

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


#71947d Background Color

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

This div background color is #71947d


#71947d Border Color

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

This div border color is #71947d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71947d


Comments

No comments written yet.

Please login to write comment.