Color Hex Logo

#764aad Color Hex

#764AAD
(118,74,173)
0 Favorites   0 Comments

Color spaces of #764aad

RGB 11874173
HSL0.740.400.48
HSV267°57°68°
CMYK 0.320.570.00   0.32
XYZ17.462811.766240.8859
Yxy11.76620.24910.1678
Hunter Lab34.301930.8445-46.6590
CIE-Lab40.842139.2375-46.2858

#764aad color RGB value is (118,74,173).

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

The process color (four color CMYK) of #764aad color hex is 0.32, 0.57, 0.00, 0.32. Web safe color of #764aad is #663399. Color #764aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001010 10101101
Octal 166 112 255
Decimal 118 74 173
Hex 76 4A AD

RGB Percentages of Color #764aad

%32.33
%20.27
%47.40

CMYK Percentages of Color #764aad

%32
%57
%0
%32

Triadic Colors of #764aad

#764aad #ad764a #4aad76

Analogous Colors of #764aad

#764aad #a84aad #4a50ad

Monochromatic Colors of #764aad

#764aad

Complementary Color

#764aad #81ad4a

#764aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#764aad Color CSS Codes

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

#764aad Text Font Color

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

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


#764aad Background Color

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

This div background color is #764aad


#764aad Border Color

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

This div border color is #764aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764aad


Comments

No comments written yet.

Please login to write comment.