Color Hex Logo

#717880 Color Hex

#717880
(113,120,128)
0 Favorites   0 Comments

Color spaces of #717880

RGB 113120128
HSL0.590.060.47
HSV212°12°50°
CMYK 0.120.060.00   0.50
XYZ17.422818.502223.0751
Yxy18.50220.29530.3136
Hunter Lab43.0142-2.9738-1.6964
CIE-Lab50.0996-0.8829-5.2758

#717880 color RGB value is (113,120,128).

#717880 hex color red value is 113, green value is 120 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #717880 hue: 0.59 , saturation: 0.06 and the lightness value of 717880 is 0.47.

The process color (four color CMYK) of #717880 color hex is 0.12, 0.06, 0.00, 0.50. Web safe color of #717880 is #666699. Color #717880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 10000000
Octal 161 170 200
Decimal 113 120 128
Hex 71 78 80

RGB Percentages of Color #717880

%31.30
%33.24
%35.46

CMYK Percentages of Color #717880

%12
%6
%0
%50

Triadic Colors of #717880

#717880 #807178 #788071

Analogous Colors of #717880

#717880 #727180 #718080

Monochromatic Colors of #717880

#717880

Complementary Color

#717880 #807971

#717880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717880 Color CSS Codes

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

#717880 Text Font Color

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

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


#717880 Background Color

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

This div background color is #717880


#717880 Border Color

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

This div border color is #717880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717880


Comments

No comments written yet.

Please login to write comment.