Color Hex Logo

#7849ac Color Hex

#7849AC
(120,73,172)
0 Favorites   0 Comments

Color spaces of #7849ac

RGB 12073172
HSL0.750.400.48
HSV268°58°67°
CMYK 0.300.580.00   0.33
XYZ17.574711.736740.3689
Yxy11.73670.25220.1684
Hunter Lab34.258931.6170-45.8831
CIE-Lab40.794540.0483-45.7570

#7849ac color RGB value is (120,73,172).

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

The process color (four color CMYK) of #7849ac color hex is 0.30, 0.58, 0.00, 0.33. Web safe color of #7849ac is #663399. Color #7849ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001001 10101100
Octal 170 111 254
Decimal 120 73 172
Hex 78 49 AC

RGB Percentages of Color #7849ac

%32.88
%20.00
%47.12

CMYK Percentages of Color #7849ac

%30
%58
%0
%33

Triadic Colors of #7849ac

#7849ac #ac7849 #49ac78

Analogous Colors of #7849ac

#7849ac #aa49ac #494cac

Monochromatic Colors of #7849ac

#7849ac

Complementary Color

#7849ac #7dac49

#7849ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7849ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7849ac Color CSS Codes

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

#7849ac Text Font Color

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

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


#7849ac Background Color

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

This div background color is #7849ac


#7849ac Border Color

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

This div border color is #7849ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,73,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7849ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7849ac


Comments

No comments written yet.

Please login to write comment.