Color Hex Logo

#705777 Color Hex

#705777
(112,87,119)
0 Favorites   0 Comments

Color spaces of #705777

RGB 11287119
HSL0.800.160.40
HSV287°27°47°
CMYK 0.060.270.00   0.53
XYZ13.420111.593018.9831
Yxy11.59300.30500.2635
Hunter Lab34.048510.7703-9.2221
CIE-Lab40.561816.5600-14.2086

#705777 color RGB value is (112,87,119).

#705777 hex color red value is 112, green value is 87 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #705777 hue: 0.80 , saturation: 0.16 and the lightness value of 705777 is 0.40.

The process color (four color CMYK) of #705777 color hex is 0.06, 0.27, 0.00, 0.53. Web safe color of #705777 is #666666. Color #705777 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010111 01110111
Octal 160 127 167
Decimal 112 87 119
Hex 70 57 77

RGB Percentages of Color #705777

%35.22
%27.36
%37.42

CMYK Percentages of Color #705777

%6
%27
%0
%53

Triadic Colors of #705777

#705777 #777057 #577770

Analogous Colors of #705777

#705777 #77576e #605777

Monochromatic Colors of #705777

#705777

Complementary Color

#705777 #5e7757

#705777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705777 Color CSS Codes

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

#705777 Text Font Color

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

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


#705777 Background Color

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

This div background color is #705777


#705777 Border Color

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

This div border color is #705777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705777


Comments

No comments written yet.

Please login to write comment.