Color Hex Logo

#7660ac Color Hex

#7660AC
(118,96,172)
0 Favorites   0 Comments

Color spaces of #7660ac

RGB 11896172
HSL0.710.310.53
HSV257°44°67°
CMYK 0.310.440.00   0.33
XYZ19.100515.195940.9561
Yxy15.19590.25380.2019
Hunter Lab38.981919.2437-35.0053
CIE-Lab45.901426.0520-37.6455

#7660ac color RGB value is (118,96,172).

#7660ac hex color red value is 118, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7660ac hue: 0.71 , saturation: 0.31 and the lightness value of 7660ac is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 10101100
Octal 166 140 254
Decimal 118 96 172
Hex 76 60 AC

RGB Percentages of Color #7660ac

%30.57
%24.87
%44.56

CMYK Percentages of Color #7660ac

%31
%44
%0
%33

Triadic Colors of #7660ac

#7660ac #ac7660 #60ac76

Analogous Colors of #7660ac

#7660ac #9c60ac #6070ac

Monochromatic Colors of #7660ac

#7660ac

Complementary Color

#7660ac #96ac60

#7660ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7660ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7660ac Color CSS Codes

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

#7660ac Text Font Color

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

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


#7660ac Background Color

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

This div background color is #7660ac


#7660ac Border Color

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

This div border color is #7660ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7660ac


Comments

No comments written yet.

Please login to write comment.