Color Hex Logo

#706fac Color Hex

#706FAC
(112,111,172)
0 Favorites   0 Comments

Color spaces of #706fac

RGB 112111172
HSL0.670.270.55
HSV241°35°67°
CMYK 0.350.350.00   0.33
XYZ19.812917.792241.4197
Yxy17.79220.25070.2251
Hunter Lab42.180810.0275-28.6936
CIE-Lab49.243115.2446-32.4266

#706fac color RGB value is (112,111,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101111 10101100
Octal 160 157 254
Decimal 112 111 172
Hex 70 6F AC

RGB Percentages of Color #706fac

%28.35
%28.10
%43.54

CMYK Percentages of Color #706fac

%35
%35
%0
%33

Triadic Colors of #706fac

#706fac #ac706f #6fac70

Analogous Colors of #706fac

#706fac #8f6fac #6f8dac

Monochromatic Colors of #706fac

#706fac

Complementary Color

#706fac #abac6f

#706fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#706fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#706fac Color CSS Codes

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

#706fac Text Font Color

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

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


#706fac Background Color

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

This div background color is #706fac


#706fac Border Color

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

This div border color is #706fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #706fac


Comments

No comments written yet.

Please login to write comment.