Color Hex Logo

#760aaa Color Hex

#760AAA
(118,10,170)
0 Favorites   0 Comments

Color spaces of #760aaa

RGB 11810170
HSL0.780.890.35
HSV281°94°67°
CMYK 0.310.940.00   0.33
XYZ14.83556.970938.5938
Yxy6.97090.24560.1154
Hunter Lab26.402554.0945-68.1854
CIE-Lab31.740663.4317-59.2297

#760aaa color RGB value is (118,10,170).

#760aaa hex color red value is 118, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #760aaa hue: 0.78 , saturation: 0.89 and the lightness value of 760aaa is 0.35.

The process color (four color CMYK) of #760aaa color hex is 0.31, 0.94, 0.00, 0.33. Web safe color of #760aaa is #660099. Color #760aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001010 10101010
Octal 166 12 252
Decimal 118 10 170
Hex 76 A AA

RGB Percentages of Color #760aaa

%39.60
%3.36
%57.05

CMYK Percentages of Color #760aaa

%31
%94
%0
%33

Triadic Colors of #760aaa

#760aaa #aa760a #0aaa76

Analogous Colors of #760aaa

#760aaa #aa0a8e #260aaa

Monochromatic Colors of #760aaa

#760aaa

Complementary Color

#760aaa #3eaa0a

#760aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#760aaa Color CSS Codes

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

#760aaa Text Font Color

<p style="color:#760aaa">Text here</p>

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


#760aaa Background Color

<div style="background-color:#760aaa">
Div content here</div>

This div background color is #760aaa


#760aaa Border Color

<div style="border:3px solid #760aaa">
Div here</div>

This div border color is #760aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760aaa


Comments

No comments written yet.

Please login to write comment.