Color Hex Logo

#705aaa Color Hex

#705AAA
(112,90,170)
0 Favorites   0 Comments

Color spaces of #705aaa

RGB 11290170
HSL0.710.320.51
HSV257°47°67°
CMYK 0.340.470.00   0.33
XYZ17.594013.659439.7394
Yxy13.65940.24780.1924
Hunter Lab36.958620.2966-37.8800
CIE-Lab43.740527.4546-39.9271

#705aaa color RGB value is (112,90,170).

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

The process color (four color CMYK) of #705aaa color hex is 0.34, 0.47, 0.00, 0.33. Web safe color of #705aaa is #666699. Color #705aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01011010 10101010
Octal 160 132 252
Decimal 112 90 170
Hex 70 5A AA

RGB Percentages of Color #705aaa

%30.11
%24.19
%45.70

CMYK Percentages of Color #705aaa

%34
%47
%0
%33

Triadic Colors of #705aaa

#705aaa #aa705a #5aaa70

Analogous Colors of #705aaa

#705aaa #985aaa #5a6caa

Monochromatic Colors of #705aaa

#705aaa

Complementary Color

#705aaa #94aa5a

#705aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#705aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#705aaa Color CSS Codes

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

#705aaa Text Font Color

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

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


#705aaa Background Color

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

This div background color is #705aaa


#705aaa Border Color

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

This div border color is #705aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #705aaa


Comments

No comments written yet.

Please login to write comment.