Color Hex Logo

#7014aa Color Hex

#7014AA
(112,20,170)
0 Favorites   0 Comments

Color spaces of #7014aa

RGB 11220170
HSL0.770.790.37
HSV277°88°67°
CMYK 0.340.880.00   0.33
XYZ14.18796.847338.6041
Yxy6.84730.23790.1148
Hunter Lab26.167350.9896-69.1521
CIE-Lab31.456760.6796-59.7317

#7014aa color RGB value is (112,20,170).

#7014aa hex color red value is 112, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7014aa hue: 0.77 , saturation: 0.79 and the lightness value of 7014aa is 0.37.

The process color (four color CMYK) of #7014aa color hex is 0.34, 0.88, 0.00, 0.33. Web safe color of #7014aa is #660099. Color #7014aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010100 10101010
Octal 160 24 252
Decimal 112 20 170
Hex 70 14 AA

RGB Percentages of Color #7014aa

%37.09
%6.62
%56.29

CMYK Percentages of Color #7014aa

%34
%88
%0
%33

Triadic Colors of #7014aa

#7014aa #aa7014 #14aa70

Analogous Colors of #7014aa

#7014aa #aa1499 #2514aa

Monochromatic Colors of #7014aa

#7014aa

Complementary Color

#7014aa #4eaa14

#7014aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7014aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7014aa Color CSS Codes

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

#7014aa Text Font Color

<p style="color:#7014aa">Text here</p>

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


#7014aa Background Color

<div style="background-color:#7014aa">
Div content here</div>

This div background color is #7014aa


#7014aa Border Color

<div style="border:3px solid #7014aa">
Div here</div>

This div border color is #7014aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7014aa


Comments

No comments written yet.

Please login to write comment.