Color Hex Logo

#7061aa Color Hex

#7061AA
(112,97,170)
0 Favorites   0 Comments

Color spaces of #7061aa

RGB 11297170
HSL0.700.300.52
HSV252°43°67°
CMYK 0.340.430.00   0.33
XYZ18.212514.896439.9456
Yxy14.89640.24930.2039
Hunter Lab38.595916.6873-34.3463
CIE-Lab45.492023.2057-37.1541

#7061aa color RGB value is (112,97,170).

#7061aa hex color red value is 112, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7061aa hue: 0.70 , saturation: 0.30 and the lightness value of 7061aa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100001 10101010
Octal 160 141 252
Decimal 112 97 170
Hex 70 61 AA

RGB Percentages of Color #7061aa

%29.55
%25.59
%44.85

CMYK Percentages of Color #7061aa

%34
%43
%0
%33

Triadic Colors of #7061aa

#7061aa #aa7061 #61aa70

Analogous Colors of #7061aa

#7061aa #9561aa #6177aa

Monochromatic Colors of #7061aa

#7061aa

Complementary Color

#7061aa #9baa61

#7061aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7061aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7061aa Color CSS Codes

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

#7061aa Text Font Color

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

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


#7061aa Background Color

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

This div background color is #7061aa


#7061aa Border Color

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

This div border color is #7061aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7061aa


Comments

No comments written yet.

Please login to write comment.