Color Hex Logo

#717d82 Color Hex

#717D82
(113,125,130)
0 Favorites   0 Comments

Color spaces of #717d82

RGB 113125130
HSL0.550.070.48
HSV198°13°51°
CMYK 0.130.040.00   0.49
XYZ18.172919.789623.9811
Yxy19.78960.29340.3195
Hunter Lab44.4855-4.9301-0.8220
CIE-Lab51.5985-3.3245-4.2322

#717d82 color RGB value is (113,125,130).

#717d82 hex color red value is 113, green value is 125 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #717d82 hue: 0.55 , saturation: 0.07 and the lightness value of 717d82 is 0.48.

The process color (four color CMYK) of #717d82 color hex is 0.13, 0.04, 0.00, 0.49. Web safe color of #717d82 is #666699. Color #717d82 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111101 10000010
Octal 161 175 202
Decimal 113 125 130
Hex 71 7D 82

RGB Percentages of Color #717d82

%30.71
%33.97
%35.33

CMYK Percentages of Color #717d82

%13
%4
%0
%49

Triadic Colors of #717d82

#717d82 #82717d #7d8271

Analogous Colors of #717d82

#717d82 #717582 #71827f

Monochromatic Colors of #717d82

#717d82

Complementary Color

#717d82 #827671

#717d82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717d82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717d82 Color CSS Codes

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

#717d82 Text Font Color

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

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


#717d82 Background Color

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

This div background color is #717d82


#717d82 Border Color

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

This div border color is #717d82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717d82


Comments

No comments written yet.

Please login to write comment.