Color Hex Logo

#7046aa Color Hex

#7046AA
(112,70,170)
0 Favorites   0 Comments

Color spaces of #7046aa

RGB 11270170
HSL0.740.420.47
HSV265°59°67°
CMYK 0.340.590.00   0.33
XYZ16.127910.727339.2508
Yxy10.72730.24400.1623
Hunter Lab32.752630.5794-48.1266
CIE-Lab39.117339.2362-47.3099

#7046aa color RGB value is (112,70,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000110 10101010
Octal 160 106 252
Decimal 112 70 170
Hex 70 46 AA

RGB Percentages of Color #7046aa

%31.82
%19.89
%48.30

CMYK Percentages of Color #7046aa

%34
%59
%0
%33

Triadic Colors of #7046aa

#7046aa #aa7046 #46aa70

Analogous Colors of #7046aa

#7046aa #a246aa #464eaa

Monochromatic Colors of #7046aa

#7046aa

Complementary Color

#7046aa #80aa46

#7046aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7046aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7046aa Color CSS Codes

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

#7046aa Text Font Color

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

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


#7046aa Background Color

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

This div background color is #7046aa


#7046aa Border Color

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

This div border color is #7046aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7046aa


Comments

No comments written yet.

Please login to write comment.