Color Hex Logo

#701aaa Color Hex

#701AAA
(112,26,170)
0 Favorites   0 Comments

Color spaces of #701aaa

RGB 11226170
HSL0.770.730.38
HSV276°85°67°
CMYK 0.340.850.00   0.33
XYZ14.30727.085838.6438
Yxy7.08580.23830.1180
Hunter Lab26.619249.3562-67.4396
CIE-Lab32.001459.0730-58.8411

#701aaa color RGB value is (112,26,170).

#701aaa hex color red value is 112, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #701aaa hue: 0.77 , saturation: 0.73 and the lightness value of 701aaa is 0.38.

The process color (four color CMYK) of #701aaa color hex is 0.34, 0.85, 0.00, 0.33. Web safe color of #701aaa is #663399. Color #701aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011010 10101010
Octal 160 32 252
Decimal 112 26 170
Hex 70 1A AA

RGB Percentages of Color #701aaa

%36.36
%8.44
%55.19

CMYK Percentages of Color #701aaa

%34
%85
%0
%33

Triadic Colors of #701aaa

#701aaa #aa701a #1aaa70

Analogous Colors of #701aaa

#701aaa #aa1a9c #281aaa

Monochromatic Colors of #701aaa

#701aaa

Complementary Color

#701aaa #54aa1a

#701aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#701aaa Color CSS Codes

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

#701aaa Text Font Color

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

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


#701aaa Background Color

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

This div background color is #701aaa


#701aaa Border Color

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

This div border color is #701aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701aaa


Comments

No comments written yet.

Please login to write comment.