Color Hex Logo

#7600aa Color Hex

#7600AA
(118,0,170)
0 Favorites   0 Comments

Color spaces of #7600aa

RGB 1180170
HSL0.781.000.33
HSV282°100°67°
CMYK 0.311.000.00   0.33
XYZ14.72696.753838.5576
Yxy6.75380.24530.1125
Hunter Lab25.988155.6731-69.7749
CIE-Lab31.239764.9320-60.0490

#7600aa color RGB value is (118,0,170).

#7600aa hex color red value is 118, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7600aa hue: 0.78 , saturation: 1.00 and the lightness value of 7600aa is 0.33.

The process color (four color CMYK) of #7600aa color hex is 0.31, 1.00, 0.00, 0.33. Web safe color of #7600aa is #660099. Color #7600aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000000 10101010
Octal 166 0 252
Decimal 118 0 170
Hex 76 0 AA

RGB Percentages of Color #7600aa

%40.97
%0.00
%59.03

CMYK Percentages of Color #7600aa

%31
%100
%0
%33

Triadic Colors of #7600aa

#7600aa #aa7600 #00aa76

Analogous Colors of #7600aa

#7600aa #aa0089 #2100aa

Monochromatic Colors of #7600aa

#7600aa

Complementary Color

#7600aa #34aa00

#7600aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7600aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7600aa Color CSS Codes

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

#7600aa Text Font Color

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

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


#7600aa Background Color

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

This div background color is #7600aa


#7600aa Border Color

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

This div border color is #7600aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7600aa


Comments

No comments written yet.

Please login to write comment.