Color Hex Logo

#716075 Color Hex

#716075
(113,96,117)
0 Favorites   0 Comments

Color spaces of #716075

RGB 11396117
HSL0.800.100.42
HSV289°18°46°
CMYK 0.030.180.00   0.54
XYZ14.203813.160818.6213
Yxy13.16080.30890.2862
Hunter Lab36.27786.4017-5.0389
CIE-Lab43.004511.0036-9.2826

#716075 color RGB value is (113,96,117).

#716075 hex color red value is 113, green value is 96 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #716075 hue: 0.80 , saturation: 0.10 and the lightness value of 716075 is 0.42.

The process color (four color CMYK) of #716075 color hex is 0.03, 0.18, 0.00, 0.54. Web safe color of #716075 is #666666. Color #716075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 01110101
Octal 161 140 165
Decimal 113 96 117
Hex 71 60 75

RGB Percentages of Color #716075

%34.66
%29.45
%35.89

CMYK Percentages of Color #716075

%3
%18
%0
%54

Triadic Colors of #716075

#716075 #757160 #607571

Analogous Colors of #716075

#716075 #75606f #676075

Monochromatic Colors of #716075

#716075

Complementary Color

#716075 #647560

#716075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716075 Color CSS Codes

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

#716075 Text Font Color

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

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


#716075 Background Color

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

This div background color is #716075


#716075 Border Color

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

This div border color is #716075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716075


Comments

No comments written yet.

Please login to write comment.