Color Hex Logo

#7649aa Color Hex

#7649AA
(118,73,170)
0 Favorites   0 Comments

Color spaces of #7649aa

RGB 11873170
HSL0.740.400.48
HSV268°57°67°
CMYK 0.310.570.00   0.33
XYZ17.109511.518939.3518
Yxy11.51890.25170.1694
Hunter Lab33.939530.5908-44.9873
CIE-Lab40.441039.0362-45.1496

#7649aa color RGB value is (118,73,170).

#7649aa hex color red value is 118, green value is 73 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7649aa hue: 0.74 , saturation: 0.40 and the lightness value of 7649aa is 0.48.

The process color (four color CMYK) of #7649aa color hex is 0.31, 0.57, 0.00, 0.33. Web safe color of #7649aa is #663399. Color #7649aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001001 10101010
Octal 166 111 252
Decimal 118 73 170
Hex 76 49 AA

RGB Percentages of Color #7649aa

%32.69
%20.22
%47.09

CMYK Percentages of Color #7649aa

%31
%57
%0
%33

Triadic Colors of #7649aa

#7649aa #aa7649 #49aa76

Analogous Colors of #7649aa

#7649aa #a749aa #494daa

Monochromatic Colors of #7649aa

#7649aa

Complementary Color

#7649aa #7daa49

#7649aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7649aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7649aa Color CSS Codes

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

#7649aa Text Font Color

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

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


#7649aa Background Color

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

This div background color is #7649aa


#7649aa Border Color

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

This div border color is #7649aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7649aa


Comments

No comments written yet.

Please login to write comment.