Color Hex Logo

#7040aa Color Hex

#7040AA
(112,64,170)
0 Favorites   0 Comments

Color spaces of #7040aa

RGB 11264170
HSL0.740.450.46
HSV267°62°67°
CMYK 0.340.620.00   0.33
XYZ15.771210.013839.1318
Yxy10.01380.24290.1543
Hunter Lab31.644633.5838-51.1670
CIE-Lab37.867242.5688-49.3213

#7040aa color RGB value is (112,64,170).

#7040aa hex color red value is 112, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7040aa hue: 0.74 , saturation: 0.45 and the lightness value of 7040aa is 0.46.

The process color (four color CMYK) of #7040aa color hex is 0.34, 0.62, 0.00, 0.33. Web safe color of #7040aa is #663399. Color #7040aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000000 10101010
Octal 160 100 252
Decimal 112 64 170
Hex 70 40 AA

RGB Percentages of Color #7040aa

%32.37
%18.50
%49.13

CMYK Percentages of Color #7040aa

%34
%62
%0
%33

Triadic Colors of #7040aa

#7040aa #aa7040 #40aa70

Analogous Colors of #7040aa

#7040aa #a540aa #4045aa

Monochromatic Colors of #7040aa

#7040aa

Complementary Color

#7040aa #7aaa40

#7040aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7040aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7040aa Color CSS Codes

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

#7040aa Text Font Color

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

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


#7040aa Background Color

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

This div background color is #7040aa


#7040aa Border Color

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

This div border color is #7040aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7040aa


Comments

No comments written yet.

Please login to write comment.