Color Hex Logo

#7659ac Color Hex

#7659AC
(118,89,172)
0 Favorites   0 Comments

Color spaces of #7659ac

RGB 11889172
HSL0.720.330.51
HSV261°48°67°
CMYK 0.310.480.00   0.33
XYZ18.490013.974940.7526
Yxy13.97490.25250.1909
Hunter Lab37.383022.8675-38.4661
CIE-Lab44.196930.2446-40.3447

#7659ac color RGB value is (118,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 10101100
Octal 166 131 254
Decimal 118 89 172
Hex 76 59 AC

RGB Percentages of Color #7659ac

%31.13
%23.48
%45.38

CMYK Percentages of Color #7659ac

%31
%48
%0
%33

Triadic Colors of #7659ac

#7659ac #ac7659 #59ac76

Analogous Colors of #7659ac

#7659ac #a059ac #5966ac

Monochromatic Colors of #7659ac

#7659ac

Complementary Color

#7659ac #8fac59

#7659ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7659ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7659ac Color CSS Codes

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

#7659ac Text Font Color

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

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


#7659ac Background Color

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

This div background color is #7659ac


#7659ac Border Color

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

This div border color is #7659ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7659ac


Comments

No comments written yet.

Please login to write comment.