Color Hex Logo

#71998d Color Hex

#71998D
(113,153,141)
0 Favorites   0 Comments

Color spaces of #71998d

RGB 113153141
HSL0.450.160.52
HSV162°26°60°
CMYK 0.260.000.08   0.40
XYZ23.009028.216329.4329
Yxy28.21630.28530.3498
Hunter Lab53.1190-15.63934.3311
CIE-Lab60.0837-16.32841.8621

#71998d color RGB value is (113,153,141).

#71998d hex color red value is 113, green value is 153 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #71998d hue: 0.45 , saturation: 0.16 and the lightness value of 71998d is 0.52.

The process color (four color CMYK) of #71998d color hex is 0.26, 0.00, 0.08, 0.40. Web safe color of #71998d is #669999. Color #71998d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10011001 10001101
Octal 161 231 215
Decimal 113 153 141
Hex 71 99 8D

RGB Percentages of Color #71998d

%27.76
%37.59
%34.64

CMYK Percentages of Color #71998d

%26
%0
%8
%40

Triadic Colors of #71998d

#71998d #8d7199 #998d71

Analogous Colors of #71998d

#71998d #719199 #719979

Monochromatic Colors of #71998d

#71998d

Complementary Color

#71998d #99717d

#71998d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71998d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71998d Color CSS Codes

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

#71998d Text Font Color

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

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


#71998d Background Color

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

This div background color is #71998d


#71998d Border Color

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

This div border color is #71998d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71998d


Comments

No comments written yet.

Please login to write comment.