Color Hex Logo

#7056aa Color Hex

#7056AA
(112,86,170)
0 Favorites   0 Comments

Color spaces of #7056aa

RGB 11286170
HSL0.720.330.50
HSV259°49°67°
CMYK 0.340.490.00   0.33
XYZ17.265613.002639.6300
Yxy13.00260.24700.1860
Hunter Lab36.059122.3648-39.9200
CIE-Lab42.767229.8658-41.4739

#7056aa color RGB value is (112,86,170).

#7056aa hex color red value is 112, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7056aa hue: 0.72 , saturation: 0.33 and the lightness value of 7056aa is 0.50.

The process color (four color CMYK) of #7056aa color hex is 0.34, 0.49, 0.00, 0.33. Web safe color of #7056aa is #666699. Color #7056aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01010110 10101010
Octal 160 126 252
Decimal 112 86 170
Hex 70 56 AA

RGB Percentages of Color #7056aa

%30.43
%23.37
%46.20

CMYK Percentages of Color #7056aa

%34
%49
%0
%33

Triadic Colors of #7056aa

#7056aa #aa7056 #56aa70

Analogous Colors of #7056aa

#7056aa #9a56aa #5666aa

Monochromatic Colors of #7056aa

#7056aa

Complementary Color

#7056aa #90aa56

#7056aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7056aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7056aa Color CSS Codes

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

#7056aa Text Font Color

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

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


#7056aa Background Color

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

This div background color is #7056aa


#7056aa Border Color

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

This div border color is #7056aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7056aa


Comments

No comments written yet.

Please login to write comment.