Color Hex Logo

#705576 Color Hex

#705576
(112,85,118)
0 Favorites   0 Comments

Color spaces of #705576

RGB 11285118
HSL0.800.160.40
HSV289°28°46°
CMYK 0.050.280.00   0.54
XYZ13.200611.249718.6152
Yxy11.24970.30650.2612
Hunter Lab33.540611.5564-9.4279
CIE-Lab39.997917.5634-14.4544

#705576 color RGB value is (112,85,118).

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

The process color (four color CMYK) of #705576 color hex is 0.05, 0.28, 0.00, 0.54. Web safe color of #705576 is #666666. Color #705576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010101 01110110
Octal 160 125 166
Decimal 112 85 118
Hex 70 55 76

RGB Percentages of Color #705576

%35.56
%26.98
%37.46

CMYK Percentages of Color #705576

%5
%28
%0
%54

Triadic Colors of #705576

#705576 #767055 #557670

Analogous Colors of #705576

#705576 #76556c #605576

Monochromatic Colors of #705576

#705576

Complementary Color

#705576 #5b7655

#705576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705576 Color CSS Codes

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

#705576 Text Font Color

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

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


#705576 Background Color

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

This div background color is #705576


#705576 Border Color

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

This div border color is #705576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705576


Comments

No comments written yet.

Please login to write comment.