Color Hex Logo

#7469aa Color Hex

#7469AA
(116,105,170)
0 Favorites   0 Comments

Color spaces of #7469aa

RGB 116105170
HSL0.690.280.54
HSV250°38°67°
CMYK 0.320.380.00   0.33
XYZ19.509716.718440.2289
Yxy16.71840.25520.2187
Hunter Lab40.888113.6167-29.7124
CIE-Lab47.903219.4998-33.3344

#7469aa color RGB value is (116,105,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 10101010
Octal 164 151 252
Decimal 116 105 170
Hex 74 69 AA

RGB Percentages of Color #7469aa

%29.67
%26.85
%43.48

CMYK Percentages of Color #7469aa

%32
%38
%0
%33

Triadic Colors of #7469aa

#7469aa #aa7469 #69aa74

Analogous Colors of #7469aa

#7469aa #9569aa #697faa

Monochromatic Colors of #7469aa

#7469aa

Complementary Color

#7469aa #9faa69

#7469aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7469aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7469aa Color CSS Codes

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

#7469aa Text Font Color

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

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


#7469aa Background Color

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

This div background color is #7469aa


#7469aa Border Color

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

This div border color is #7469aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7469aa


Comments

No comments written yet.

Please login to write comment.