Color Hex Logo

#764aaa Color Hex

#764AAA
(118,74,170)
0 Favorites   0 Comments

Color spaces of #764aaa

RGB 11874170
HSL0.740.390.48
HSV268°56°67°
CMYK 0.310.560.00   0.33
XYZ17.175711.651439.3739
Yxy11.65140.25180.1708
Hunter Lab34.134130.0833-44.4974
CIE-Lab40.656638.4706-44.8045

#764aaa color RGB value is (118,74,170).

#764aaa hex color red value is 118, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #764aaa hue: 0.74 , saturation: 0.39 and the lightness value of 764aaa is 0.48.

The process color (four color CMYK) of #764aaa color hex is 0.31, 0.56, 0.00, 0.33. Web safe color of #764aaa is #663399. Color #764aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001010 10101010
Octal 166 112 252
Decimal 118 74 170
Hex 76 4A AA

RGB Percentages of Color #764aaa

%32.60
%20.44
%46.96

CMYK Percentages of Color #764aaa

%31
%56
%0
%33

Triadic Colors of #764aaa

#764aaa #aa764a #4aaa76

Analogous Colors of #764aaa

#764aaa #a64aaa #4a4eaa

Monochromatic Colors of #764aaa

#764aaa

Complementary Color

#764aaa #7eaa4a

#764aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#764aaa Color CSS Codes

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

#764aaa Text Font Color

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

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


#764aaa Background Color

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

This div background color is #764aaa


#764aaa Border Color

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

This div border color is #764aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764aaa


Comments

No comments written yet.

Please login to write comment.