Color Hex Logo

#717580 Color Hex

#717580
(113,117,128)
0 Favorites   0 Comments

Color spaces of #717580

RGB 113117128
HSL0.620.060.47
HSV224°12°50°
CMYK 0.120.090.00   0.50
XYZ17.067617.791822.9567
Yxy17.79180.29520.3077
Hunter Lab42.1803-1.5884-2.7424
CIE-Lab49.24260.8678-6.5492

#717580 color RGB value is (113,117,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110101 10000000
Octal 161 165 200
Decimal 113 117 128
Hex 71 75 80

RGB Percentages of Color #717580

%31.56
%32.68
%35.75

CMYK Percentages of Color #717580

%12
%9
%0
%50

Triadic Colors of #717580

#717580 #807175 #758071

Analogous Colors of #717580

#717580 #757180 #717d80

Monochromatic Colors of #717580

#717580

Complementary Color

#717580 #807c71

#717580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717580 Color CSS Codes

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

#717580 Text Font Color

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

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


#717580 Background Color

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

This div background color is #717580


#717580 Border Color

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

This div border color is #717580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717580


Comments

No comments written yet.

Please login to write comment.