Color Hex Logo

#706baa Color Hex

#706BAA
(112,107,170)
0 Favorites   0 Comments

Color spaces of #706baa

RGB 112107170
HSL0.680.270.54
HSV245°37°67°
CMYK 0.340.370.00   0.33
XYZ19.195516.862440.2733
Yxy16.86240.25150.2209
Hunter Lab41.063911.5790-29.4039
CIE-Lab48.086217.1193-33.0717

#706baa color RGB value is (112,107,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101011 10101010
Octal 160 153 252
Decimal 112 107 170
Hex 70 6B AA

RGB Percentages of Color #706baa

%28.79
%27.51
%43.70

CMYK Percentages of Color #706baa

%34
%37
%0
%33

Triadic Colors of #706baa

#706baa #aa706b #6baa70

Analogous Colors of #706baa

#706baa #906baa #6b86aa

Monochromatic Colors of #706baa

#706baa

Complementary Color

#706baa #a5aa6b

#706baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#706baa Color CSS Codes

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

#706baa Text Font Color

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

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


#706baa Background Color

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

This div background color is #706baa


#706baa Border Color

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

This div border color is #706baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706baa


Comments

No comments written yet.

Please login to write comment.