Color Hex Logo

#764eac Color Hex

#764EAC
(118,78,172)
0 Favorites   0 Comments

Color spaces of #764eac

RGB 11878172
HSL0.740.380.49
HSV266°55°67°
CMYK 0.310.550.00   0.33
XYZ17.642012.278940.4700
Yxy12.27890.25060.1744
Hunter Lab35.041328.5460-43.9466
CIE-Lab41.656036.6983-44.3916

#764eac color RGB value is (118,78,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 10101100
Octal 166 116 254
Decimal 118 78 172
Hex 76 4E AC

RGB Percentages of Color #764eac

%32.07
%21.20
%46.74

CMYK Percentages of Color #764eac

%31
%55
%0
%33

Triadic Colors of #764eac

#764eac #ac764e #4eac76

Analogous Colors of #764eac

#764eac #a54eac #4e55ac

Monochromatic Colors of #764eac

#764eac

Complementary Color

#764eac #84ac4e

#764eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#764eac Color CSS Codes

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

#764eac Text Font Color

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

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


#764eac Background Color

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

This div background color is #764eac


#764eac Border Color

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

This div border color is #764eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,78,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #764eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764eac


Comments

No comments written yet.

Please login to write comment.