Color Hex Logo

#705672 Color Hex

#705672
(112,86,114)
0 Favorites   0 Comments

Color spaces of #705672

RGB 11286114
HSL0.820.140.39
HSV296°25°45°
CMYK 0.020.250.00   0.55
XYZ13.047111.315217.4160
Yxy11.31520.31230.2708
Hunter Lab33.638110.3676-7.1505
CIE-Lab40.106416.0883-11.8306

#705672 color RGB value is (112,86,114).

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

The process color (four color CMYK) of #705672 color hex is 0.02, 0.25, 0.00, 0.55. Web safe color of #705672 is #666666. Color #705672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 01110010
Octal 160 126 162
Decimal 112 86 114
Hex 70 56 72

RGB Percentages of Color #705672

%35.90
%27.56
%36.54

CMYK Percentages of Color #705672

%2
%25
%0
%55

Triadic Colors of #705672

#705672 #727056 #567270

Analogous Colors of #705672

#705672 #725666 #625672

Monochromatic Colors of #705672

#705672

Complementary Color

#705672 #587256

#705672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#705672 Color CSS Codes

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

#705672 Text Font Color

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

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


#705672 Background Color

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

This div background color is #705672


#705672 Border Color

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

This div border color is #705672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705672


Comments

No comments written yet.

Please login to write comment.