Color Hex Logo

#717987 Color Hex

#717987
(113,121,135)
0 Favorites   0 Comments

Color spaces of #717987

RGB 113121135
HSL0.610.090.49
HSV218°16°53°
CMYK 0.160.100.00   0.47
XYZ18.020618.934725.6266
Yxy18.93470.28800.3026
Hunter Lab43.5140-2.2268-4.4577
CIE-Lab50.61070.1262-8.6369

#717987 color RGB value is (113,121,135).

#717987 hex color red value is 113, green value is 121 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #717987 hue: 0.61 , saturation: 0.09 and the lightness value of 717987 is 0.49.

The process color (four color CMYK) of #717987 color hex is 0.16, 0.10, 0.00, 0.47. Web safe color of #717987 is #666699. Color #717987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 10000111
Octal 161 171 207
Decimal 113 121 135
Hex 71 79 87

RGB Percentages of Color #717987

%30.62
%32.79
%36.59

CMYK Percentages of Color #717987

%16
%10
%0
%47

Triadic Colors of #717987

#717987 #877179 #798771

Analogous Colors of #717987

#717987 #747187 #718487

Monochromatic Colors of #717987

#717987

Complementary Color

#717987 #877f71

#717987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717987 Color CSS Codes

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

#717987 Text Font Color

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

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


#717987 Background Color

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

This div background color is #717987


#717987 Border Color

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

This div border color is #717987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717987


Comments

No comments written yet.

Please login to write comment.