Color Hex Logo

#715663 Color Hex

#715663
(113,86,99)
0 Favorites   0 Comments

Color spaces of #715663

RGB 1138699
HSL0.920.140.39
HSV331°24°44°
CMYK 0.000.240.12   0.56
XYZ12.390011.067113.2875
Yxy11.06710.33720.3012
Hunter Lab33.26738.2626-0.3943
CIE-Lab39.693313.4641-3.1801

#715663 color RGB value is (113,86,99).

#715663 hex color red value is 113, green value is 86 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #715663 hue: 0.92 , saturation: 0.14 and the lightness value of 715663 is 0.39.

The process color (four color CMYK) of #715663 color hex is 0.00, 0.24, 0.12, 0.56. Web safe color of #715663 is #666666. Color #715663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 01100011
Octal 161 126 143
Decimal 113 86 99
Hex 71 56 63

RGB Percentages of Color #715663

%37.92
%28.86
%33.22

CMYK Percentages of Color #715663

%0
%24
%12
%56

Triadic Colors of #715663

#715663 #637156 #566371

Analogous Colors of #715663

#715663 #715756 #715671

Monochromatic Colors of #715663

#715663

Complementary Color

#715663 #567164

#715663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715663 Color CSS Codes

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

#715663 Text Font Color

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

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


#715663 Background Color

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

This div background color is #715663


#715663 Border Color

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

This div border color is #715663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715663


Comments

No comments written yet.

Please login to write comment.