Color Hex Logo

#71968d Color Hex

#71968D
(113,150,141)
0 Favorites   0 Comments

Color spaces of #71968d

RGB 113150141
HSL0.460.150.52
HSV165°25°59°
CMYK 0.250.000.06   0.41
XYZ22.524127.246529.2713
Yxy27.24650.28500.3447
Hunter Lab52.1982-14.32213.2905
CIE-Lab59.2018-14.73190.5788

#71968d color RGB value is (113,150,141).

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

The process color (four color CMYK) of #71968d color hex is 0.25, 0.00, 0.06, 0.41. Web safe color of #71968d is #669999. Color #71968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010110 10001101
Octal 161 226 215
Decimal 113 150 141
Hex 71 96 8D

RGB Percentages of Color #71968d

%27.97
%37.13
%34.90

CMYK Percentages of Color #71968d

%25
%0
%6
%41

Triadic Colors of #71968d

#71968d #8d7196 #968d71

Analogous Colors of #71968d

#71968d #718d96 #71967b

Monochromatic Colors of #71968d

#71968d

Complementary Color

#71968d #96717a

#71968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71968d Color CSS Codes

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

#71968d Text Font Color

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

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


#71968d Background Color

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

This div background color is #71968d


#71968d Border Color

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

This div border color is #71968d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,150,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 #71968d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71968d

#71968d Color Palettes


Comments

No comments written yet.

Please login to write comment.