Color Hex Logo

#705565 Color Hex

#705565
(112,85,101)
0 Favorites   0 Comments

Color spaces of #705565

RGB 11285101
HSL0.900.140.39
HSV324°24°44°
CMYK 0.000.240.10   0.56
XYZ12.279610.881313.7650
Yxy10.88130.33250.2947
Hunter Lab32.98688.7211-1.6502
CIE-Lab39.379814.0598-4.8948

#705565 color RGB value is (112,85,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 01100101
Octal 160 125 145
Decimal 112 85 101
Hex 70 55 65

RGB Percentages of Color #705565

%37.58
%28.52
%33.89

CMYK Percentages of Color #705565

%0
%24
%10
%56

Triadic Colors of #705565

#705565 #657055 #556570

Analogous Colors of #705565

#705565 #705558 #6e5570

Monochromatic Colors of #705565

#705565

Complementary Color

#705565 #557060

#705565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705565 Color CSS Codes

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

#705565 Text Font Color

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

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


#705565 Background Color

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

This div background color is #705565


#705565 Border Color

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

This div border color is #705565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705565


Comments

No comments written yet.

Please login to write comment.