Color Hex Logo

#705177 Color Hex

#705177
(112,81,119)
0 Favorites   0 Comments

Color spaces of #705177

RGB 11281119
HSL0.800.190.39
HSV289°32°47°
CMYK 0.060.320.00   0.53
XYZ12.954310.661518.8279
Yxy10.66150.30520.2512
Hunter Lab32.652013.6770-11.3317
CIE-Lab39.004420.2251-16.5884

#705177 color RGB value is (112,81,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010001 01110111
Octal 160 121 167
Decimal 112 81 119
Hex 70 51 77

RGB Percentages of Color #705177

%35.90
%25.96
%38.14

CMYK Percentages of Color #705177

%6
%32
%0
%53

Triadic Colors of #705177

#705177 #777051 #517770

Analogous Colors of #705177

#705177 #77516b #5d5177

Monochromatic Colors of #705177

#705177

Complementary Color

#705177 #587751

#705177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705177 Color CSS Codes

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

#705177 Text Font Color

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

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


#705177 Background Color

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

This div background color is #705177


#705177 Border Color

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

This div border color is #705177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705177


Comments

No comments written yet.

Please login to write comment.