Color Hex Logo

#715666 Color Hex

#715666
(113,86,102)
0 Favorites   0 Comments

Color spaces of #715666

RGB 11386102
HSL0.900.140.39
HSV324°24°44°
CMYK 0.000.240.10   0.56
XYZ12.536111.125614.0571
Yxy11.12560.33240.2950
Hunter Lab33.35518.7157-1.6385
CIE-Lab39.791214.0344-4.8906

#715666 color RGB value is (113,86,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01010110 01100110
Octal 161 126 146
Decimal 113 86 102
Hex 71 56 66

RGB Percentages of Color #715666

%37.54
%28.57
%33.89

CMYK Percentages of Color #715666

%0
%24
%10
%56

Triadic Colors of #715666

#715666 #667156 #566671

Analogous Colors of #715666

#715666 #715659 #6f5671

Monochromatic Colors of #715666

#715666

Complementary Color

#715666 #567161

#715666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#715666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#715666 Color CSS Codes

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

#715666 Text Font Color

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

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


#715666 Background Color

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

This div background color is #715666


#715666 Border Color

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

This div border color is #715666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #715666


Comments

No comments written yet.

Please login to write comment.