Color Hex Logo

#764caa Color Hex

#764CAA
(118,76,170)
0 Favorites   0 Comments

Color spaces of #764caa

RGB 11876170
HSL0.740.380.48
HSV267°55°67°
CMYK 0.310.550.00   0.33
XYZ17.311411.922739.4191
Yxy11.92270.25220.1737
Hunter Lab34.529329.0656-43.5158
CIE-Lab41.093037.3322-44.1067

#764caa color RGB value is (118,76,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001100 10101010
Octal 166 114 252
Decimal 118 76 170
Hex 76 4C AA

RGB Percentages of Color #764caa

%32.42
%20.88
%46.70

CMYK Percentages of Color #764caa

%31
%55
%0
%33

Triadic Colors of #764caa

#764caa #aa764c #4caa76

Analogous Colors of #764caa

#764caa #a54caa #4c51aa

Monochromatic Colors of #764caa

#764caa

Complementary Color

#764caa #80aa4c

#764caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#764caa Color CSS Codes

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

#764caa Text Font Color

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

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


#764caa Background Color

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

This div background color is #764caa


#764caa Border Color

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

This div border color is #764caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764caa


Comments

No comments written yet.

Please login to write comment.