Color Hex Logo

#705869 Color Hex

#705869
(112,88,105)
0 Favorites   0 Comments

Color spaces of #705869

RGB 11288105
HSL0.880.120.39
HSV318°21°44°
CMYK 0.000.210.06   0.56
XYZ12.721611.444114.9030
Yxy11.44410.32560.2929
Hunter Lab33.82917.9248-2.4391
CIE-Lab40.318613.0104-5.9695

#705869 color RGB value is (112,88,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011000 01101001
Octal 160 130 151
Decimal 112 88 105
Hex 70 58 69

RGB Percentages of Color #705869

%36.72
%28.85
%34.43

CMYK Percentages of Color #705869

%0
%21
%6
%56

Triadic Colors of #705869

#705869 #697058 #586970

Analogous Colors of #705869

#705869 #70585d #6b5870

Monochromatic Colors of #705869

#705869

Complementary Color

#705869 #58705f

#705869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705869 Color CSS Codes

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

#705869 Text Font Color

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

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


#705869 Background Color

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

This div background color is #705869


#705869 Border Color

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

This div border color is #705869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705869


Comments

No comments written yet.

Please login to write comment.