Color Hex Logo

#706caa Color Hex

#706CAA
(112,108,170)
0 Favorites   0 Comments

Color spaces of #706caa

RGB 112108170
HSL0.680.270.55
HSV244°36°67°
CMYK 0.340.360.00   0.33
XYZ19.300417.072140.3082
Yxy17.07210.25170.2226
Hunter Lab41.318411.0726-28.9175
CIE-Lab48.350816.5123-32.6570

#706caa color RGB value is (112,108,170).

#706caa hex color red value is 112, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #706caa hue: 0.68 , saturation: 0.27 and the lightness value of 706caa is 0.55.

The process color (four color CMYK) of #706caa color hex is 0.34, 0.36, 0.00, 0.33. Web safe color of #706caa is #666699. Color #706caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101100 10101010
Octal 160 154 252
Decimal 112 108 170
Hex 70 6C AA

RGB Percentages of Color #706caa

%28.72
%27.69
%43.59

CMYK Percentages of Color #706caa

%34
%36
%0
%33

Triadic Colors of #706caa

#706caa #aa706c #6caa70

Analogous Colors of #706caa

#706caa #8f6caa #6c87aa

Monochromatic Colors of #706caa

#706caa

Complementary Color

#706caa #a6aa6c

#706caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#706caa Color CSS Codes

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

#706caa Text Font Color

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

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


#706caa Background Color

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

This div background color is #706caa


#706caa Border Color

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

This div border color is #706caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,108,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #706caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #706caa;
  -webkit-box-shadow: 1px 1px 3px 2px #706caa;
  box-shadow:         1px 1px 3px 2px #706caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706caa


Comments

No comments written yet.

Please login to write comment.