Color Hex Logo

#705aac Color Hex

#705AAC
(112,90,172)
0 Favorites   0 Comments

Color spaces of #705aac

RGB 11290172
HSL0.710.330.51
HSV256°48°67°
CMYK 0.350.480.00   0.33
XYZ17.784613.735640.7436
Yxy13.73560.24610.1901
Hunter Lab37.061620.7984-39.2373
CIE-Lab43.851328.0020-40.9299

#705aac color RGB value is (112,90,172).

#705aac hex color red value is 112, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #705aac hue: 0.71 , saturation: 0.33 and the lightness value of 705aac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 10101100
Octal 160 132 254
Decimal 112 90 172
Hex 70 5A AC

RGB Percentages of Color #705aac

%29.95
%24.06
%45.99

CMYK Percentages of Color #705aac

%35
%48
%0
%33

Triadic Colors of #705aac

#705aac #ac705a #5aac70

Analogous Colors of #705aac

#705aac #995aac #5a6dac

Monochromatic Colors of #705aac

#705aac

Complementary Color

#705aac #96ac5a

#705aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#705aac Color CSS Codes

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

#705aac Text Font Color

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

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


#705aac Background Color

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

This div background color is #705aac


#705aac Border Color

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

This div border color is #705aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705aac


Comments

No comments written yet.

Please login to write comment.