Color Hex Logo

#706fad Color Hex

#706FAD
(112,111,173)
0 Favorites   0 Comments

Color spaces of #706fad

RGB 112111173
HSL0.670.270.56
HSV241°36°68°
CMYK 0.350.360.00   0.32
XYZ19.909417.830841.9275
Yxy17.83080.24990.2238
Hunter Lab42.226510.2646-29.3116
CIE-Lab49.290215.5219-32.9351

#706fad color RGB value is (112,111,173).

#706fad hex color red value is 112, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #706fad hue: 0.67 , saturation: 0.27 and the lightness value of 706fad is 0.56.

The process color (four color CMYK) of #706fad color hex is 0.35, 0.36, 0.00, 0.32. Web safe color of #706fad is #666699. Color #706fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101111 10101101
Octal 160 157 255
Decimal 112 111 173
Hex 70 6F AD

RGB Percentages of Color #706fad

%28.28
%28.03
%43.69

CMYK Percentages of Color #706fad

%35
%36
%0
%32

Triadic Colors of #706fad

#706fad #ad706f #6fad70

Analogous Colors of #706fad

#706fad #8f6fad #6f8dad

Monochromatic Colors of #706fad

#706fad

Complementary Color

#706fad #acad6f

#706fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#706fad Color CSS Codes

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

#706fad Text Font Color

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

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


#706fad Background Color

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

This div background color is #706fad


#706fad Border Color

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

This div border color is #706fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706fad


Comments

No comments written yet.

Please login to write comment.