Color Hex Logo

#7042aa Color Hex

#7042AA
(112,66,170)
0 Favorites   0 Comments

Color spaces of #7042aa

RGB 11266170
HSL0.740.440.46
HSV267°61°67°
CMYK 0.340.610.00   0.33
XYZ15.886010.243539.1701
Yxy10.24350.24330.1569
Hunter Lab32.005532.5894-50.1586
CIE-Lab38.276041.4719-48.6629

#7042aa color RGB value is (112,66,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000010 10101010
Octal 160 102 252
Decimal 112 66 170
Hex 70 42 AA

RGB Percentages of Color #7042aa

%32.18
%18.97
%48.85

CMYK Percentages of Color #7042aa

%34
%61
%0
%33

Triadic Colors of #7042aa

#7042aa #aa7042 #42aa70

Analogous Colors of #7042aa

#7042aa #a442aa #4248aa

Monochromatic Colors of #7042aa

#7042aa

Complementary Color

#7042aa #7caa42

#7042aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7042aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7042aa Color CSS Codes

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

#7042aa Text Font Color

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

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


#7042aa Background Color

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

This div background color is #7042aa


#7042aa Border Color

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

This div border color is #7042aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7042aa


Comments

No comments written yet.

Please login to write comment.