Color Hex Logo

#7069aa Color Hex

#7069AA
(112,105,170)
0 Favorites   0 Comments

Color spaces of #7069aa

RGB 112105170
HSL0.680.280.54
HSV246°38°67°
CMYK 0.340.380.00   0.33
XYZ18.989416.450240.2046
Yxy16.45020.25100.2175
Hunter Lab40.558812.5946-30.3810
CIE-Lab47.559718.3350-33.8978

#7069aa color RGB value is (112,105,170).

#7069aa hex color red value is 112, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7069aa hue: 0.68 , saturation: 0.28 and the lightness value of 7069aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01101001 10101010
Octal 160 151 252
Decimal 112 105 170
Hex 70 69 AA

RGB Percentages of Color #7069aa

%28.94
%27.13
%43.93

CMYK Percentages of Color #7069aa

%34
%38
%0
%33

Triadic Colors of #7069aa

#7069aa #aa7069 #69aa70

Analogous Colors of #7069aa

#7069aa #9169aa #6983aa

Monochromatic Colors of #7069aa

#7069aa

Complementary Color

#7069aa #a3aa69

#7069aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7069aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7069aa Color CSS Codes

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

#7069aa Text Font Color

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

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


#7069aa Background Color

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

This div background color is #7069aa


#7069aa Border Color

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

This div border color is #7069aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7069aa


Comments

No comments written yet.

Please login to write comment.