Color Hex Logo

#716191 Color Hex

#716191
(113,97,145)
0 Favorites   0 Comments

Color spaces of #716191

RGB 11397145
HSL0.720.200.47
HSV260°33°57°
CMYK 0.220.330.00   0.43
XYZ16.195614.104428.6569
Yxy14.10440.27470.2392
Hunter Lab37.555811.2538-18.9520
CIE-Lab44.382316.9292-24.0626

#716191 color RGB value is (113,97,145).

#716191 hex color red value is 113, green value is 97 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #716191 hue: 0.72 , saturation: 0.20 and the lightness value of 716191 is 0.47.

The process color (four color CMYK) of #716191 color hex is 0.22, 0.33, 0.00, 0.43. Web safe color of #716191 is #666699. Color #716191 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100001 10010001
Octal 161 141 221
Decimal 113 97 145
Hex 71 61 91

RGB Percentages of Color #716191

%31.83
%27.32
%40.85

CMYK Percentages of Color #716191

%22
%33
%0
%43

Triadic Colors of #716191

#716191 #917161 #619171

Analogous Colors of #716191

#716191 #896191 #616991

Monochromatic Colors of #716191

#716191

Complementary Color

#716191 #819161

#716191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716191 Color CSS Codes

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

#716191 Text Font Color

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

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


#716191 Background Color

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

This div background color is #716191


#716191 Border Color

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

This div border color is #716191


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,97,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716191; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716191;
  -webkit-box-shadow: 1px 1px 3px 2px #716191;
  box-shadow:         1px 1px 3px 2px #716191; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716191


Comments

No comments written yet.

Please login to write comment.