Color Hex Logo

#7849aa Color Hex

#7849AA
(120,73,170)
0 Favorites   0 Comments

Color spaces of #7849aa

RGB 12073170
HSL0.750.400.48
HSV269°57°67°
CMYK 0.290.570.00   0.33
XYZ17.384011.660439.3647
Yxy11.66040.25410.1705
Hunter Lab34.147331.1144-44.4458
CIE-Lab40.671239.5459-44.7683

#7849aa color RGB value is (120,73,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001001 10101010
Octal 170 111 252
Decimal 120 73 170
Hex 78 49 AA

RGB Percentages of Color #7849aa

%33.06
%20.11
%46.83

CMYK Percentages of Color #7849aa

%29
%57
%0
%33

Triadic Colors of #7849aa

#7849aa #aa7849 #49aa78

Analogous Colors of #7849aa

#7849aa #a949aa #494baa

Monochromatic Colors of #7849aa

#7849aa

Complementary Color

#7849aa #7baa49

#7849aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7849aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7849aa Color CSS Codes

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

#7849aa Text Font Color

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

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


#7849aa Background Color

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

This div background color is #7849aa


#7849aa Border Color

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

This div border color is #7849aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7849aa


Comments

No comments written yet.

Please login to write comment.