Color Hex Logo

#705569 Color Hex

#705569
(112,85,105)
0 Favorites   0 Comments

Color spaces of #705569

RGB 11285105
HSL0.880.140.39
HSV316°24°44°
CMYK 0.000.240.06   0.56
XYZ12.480410.961714.8226
Yxy10.96170.32620.2865
Hunter Lab33.10859.3467-3.3681
CIE-Lab39.515914.8437-7.1678

#705569 color RGB value is (112,85,105).

#705569 hex color red value is 112, green value is 85 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #705569 hue: 0.88 , saturation: 0.14 and the lightness value of 705569 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 01101001
Octal 160 125 151
Decimal 112 85 105
Hex 70 55 69

RGB Percentages of Color #705569

%37.09
%28.15
%34.77

CMYK Percentages of Color #705569

%0
%24
%6
%56

Triadic Colors of #705569

#705569 #697055 #556970

Analogous Colors of #705569

#705569 #70555c #6a5570

Monochromatic Colors of #705569

#705569

Complementary Color

#705569 #55705c

#705569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705569 Color CSS Codes

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

#705569 Text Font Color

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

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


#705569 Background Color

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

This div background color is #705569


#705569 Border Color

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

This div border color is #705569


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,85,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705569


Comments

No comments written yet.

Please login to write comment.