Color Hex Logo

#7759ac Color Hex

#7759AC
(119,89,172)
0 Favorites   0 Comments

Color spaces of #7759ac

RGB 11989172
HSL0.730.330.51
HSV262°48°67°
CMYK 0.310.480.00   0.33
XYZ18.626514.045340.7590
Yxy14.04530.25370.1913
Hunter Lab37.477123.1316-38.2482
CIE-Lab44.297830.5208-40.1782

#7759ac color RGB value is (119,89,172).

#7759ac hex color red value is 119, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7759ac hue: 0.73 , saturation: 0.33 and the lightness value of 7759ac is 0.51.

The process color (four color CMYK) of #7759ac color hex is 0.31, 0.48, 0.00, 0.33. Web safe color of #7759ac is #666699. Color #7759ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011001 10101100
Octal 167 131 254
Decimal 119 89 172
Hex 77 59 AC

RGB Percentages of Color #7759ac

%31.32
%23.42
%45.26

CMYK Percentages of Color #7759ac

%31
%48
%0
%33

Triadic Colors of #7759ac

#7759ac #ac7759 #59ac77

Analogous Colors of #7759ac

#7759ac #a159ac #5965ac

Monochromatic Colors of #7759ac

#7759ac

Complementary Color

#7759ac #8eac59

#7759ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7759ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7759ac Color CSS Codes

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

#7759ac Text Font Color

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

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


#7759ac Background Color

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

This div background color is #7759ac


#7759ac Border Color

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

This div border color is #7759ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,89,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 #7759ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7759ac


Comments

No comments written yet.

Please login to write comment.