Color Hex Logo

#717191 Color Hex

#717191
(113,113,145)
0 Favorites   0 Comments

Color spaces of #717191

RGB 113113145
HSL0.670.130.51
HSV240°22°57°
CMYK 0.220.220.00   0.43
XYZ17.826017.365329.2004
Yxy17.36530.27680.2697
Hunter Lab41.67173.4319-12.3758
CIE-Lab48.71717.2508-17.3941

#717191 color RGB value is (113,113,145).

#717191 hex color red value is 113, green value is 113 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #717191 hue: 0.67 , saturation: 0.13 and the lightness value of 717191 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110001 10010001
Octal 161 161 221
Decimal 113 113 145
Hex 71 71 91

RGB Percentages of Color #717191

%30.46
%30.46
%39.08

CMYK Percentages of Color #717191

%22
%22
%0
%43

Triadic Colors of #717191

#717191 #917171 #719171

Analogous Colors of #717191

#717191 #817191 #718191

Monochromatic Colors of #717191

#717191

Complementary Color

#717191 #919171

#717191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717191 Color CSS Codes

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

#717191 Text Font Color

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

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


#717191 Background Color

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

This div background color is #717191


#717191 Border Color

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

This div border color is #717191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717191


Comments

No comments written yet.

Please login to write comment.