Color Hex Logo

#705666 Color Hex

#705666
(112,86,102)
0 Favorites   0 Comments

Color spaces of #705666

RGB 11286102
HSL0.900.130.39
HSV323°23°44°
CMYK 0.000.230.09   0.56
XYZ12.408211.059614.0511
Yxy11.05960.33070.2948
Hunter Lab33.25608.4025-1.7716
CIE-Lab39.680713.6424-5.0668

#705666 color RGB value is (112,86,102).

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

The process color (four color CMYK) of #705666 color hex is 0.00, 0.23, 0.09, 0.56. Web safe color of #705666 is #666666. Color #705666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 01100110
Octal 160 126 146
Decimal 112 86 102
Hex 70 56 66

RGB Percentages of Color #705666

%37.33
%28.67
%34.00

CMYK Percentages of Color #705666

%0
%23
%9
%56

Triadic Colors of #705666

#705666 #667056 #566670

Analogous Colors of #705666

#705666 #705659 #6d5670

Monochromatic Colors of #705666

#705666

Complementary Color

#705666 #567060

#705666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705666 Color CSS Codes

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

#705666 Text Font Color

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

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


#705666 Background Color

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

This div background color is #705666


#705666 Border Color

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

This div border color is #705666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705666


Comments

No comments written yet.

Please login to write comment.