Color Hex Logo

#764eae Color Hex

#764EAE
(118,78,174)
0 Favorites   0 Comments

Color spaces of #764eae

RGB 11878174
HSL0.740.380.49
HSV265°55°68°
CMYK 0.320.550.00   0.32
XYZ17.835612.356341.4894
Yxy12.35630.24880.1724
Hunter Lab35.151529.0543-45.3740
CIE-Lab41.776937.2167-45.3806

#764eae color RGB value is (118,78,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001110 10101110
Octal 166 116 256
Decimal 118 78 174
Hex 76 4E AE

RGB Percentages of Color #764eae

%31.89
%21.08
%47.03

CMYK Percentages of Color #764eae

%32
%55
%0
%32

Triadic Colors of #764eae

#764eae #ae764e #4eae76

Analogous Colors of #764eae

#764eae #a64eae #4e56ae

Monochromatic Colors of #764eae

#764eae

Complementary Color

#764eae #86ae4e

#764eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#764eae Color CSS Codes

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

#764eae Text Font Color

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

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


#764eae Background Color

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

This div background color is #764eae


#764eae Border Color

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

This div border color is #764eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764eae


Comments

No comments written yet.

Please login to write comment.