Color Hex Logo

#717887 Color Hex

#717887
(113,120,135)
0 Favorites   0 Comments

Color spaces of #717887

RGB 113120135
HSL0.610.090.49
HSV221°16°53°
CMYK 0.160.110.00   0.47
XYZ17.899718.692925.5863
Yxy18.69290.28790.3006
Hunter Lab43.2353-1.7615-4.8227
CIE-Lab50.32600.7098-9.0631

#717887 color RGB value is (113,120,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 10000111
Octal 161 170 207
Decimal 113 120 135
Hex 71 78 87

RGB Percentages of Color #717887

%30.71
%32.61
%36.68

CMYK Percentages of Color #717887

%16
%11
%0
%47

Triadic Colors of #717887

#717887 #877178 #788771

Analogous Colors of #717887

#717887 #757187 #718387

Monochromatic Colors of #717887

#717887

Complementary Color

#717887 #878071

#717887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717887 Color CSS Codes

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

#717887 Text Font Color

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

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


#717887 Background Color

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

This div background color is #717887


#717887 Border Color

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

This div border color is #717887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717887


Comments

No comments written yet.

Please login to write comment.