Color Hex Logo

#764eaa Color Hex

#764EAA
(118,78,170)
0 Favorites   0 Comments

Color spaces of #764eaa

RGB 11878170
HSL0.740.370.49
HSV266°54°67°
CMYK 0.310.540.00   0.33
XYZ17.451312.202639.4658
Yxy12.20260.25250.1765
Hunter Lab34.932228.0429-42.5322
CIE-Lab41.536336.1827-43.3986

#764eaa color RGB value is (118,78,170).

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

The process color (four color CMYK) of #764eaa color hex is 0.31, 0.54, 0.00, 0.33. Web safe color of #764eaa is #666699. Color #764eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 10101010
Octal 166 116 252
Decimal 118 78 170
Hex 76 4E AA

RGB Percentages of Color #764eaa

%32.24
%21.31
%46.45

CMYK Percentages of Color #764eaa

%31
%54
%0
%33

Triadic Colors of #764eaa

#764eaa #aa764e #4eaa76

Analogous Colors of #764eaa

#764eaa #a44eaa #4e54aa

Monochromatic Colors of #764eaa

#764eaa

Complementary Color

#764eaa #82aa4e

#764eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#764eaa Color CSS Codes

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

#764eaa Text Font Color

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

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


#764eaa Background Color

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

This div background color is #764eaa


#764eaa Border Color

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

This div border color is #764eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764eaa


Comments

No comments written yet.

Please login to write comment.