Color Hex Logo

#764dad Color Hex

#764DAD
(118,77,173)
0 Favorites   0 Comments

Color spaces of #764dad

RGB 11877173
HSL0.740.380.49
HSV266°55°68°
CMYK 0.320.550.00   0.32
XYZ17.667912.176440.9542
Yxy12.17640.24960.1720
Hunter Lab34.894729.3125-45.1595
CIE-Lab41.495137.5312-45.2402

#764dad color RGB value is (118,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001101 10101101
Octal 166 115 255
Decimal 118 77 173
Hex 76 4D AD

RGB Percentages of Color #764dad

%32.07
%20.92
%47.01

CMYK Percentages of Color #764dad

%32
%55
%0
%32

Triadic Colors of #764dad

#764dad #ad764d #4dad76

Analogous Colors of #764dad

#764dad #a64dad #4d54ad

Monochromatic Colors of #764dad

#764dad

Complementary Color

#764dad #84ad4d

#764dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#764dad Color CSS Codes

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

#764dad Text Font Color

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

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


#764dad Background Color

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

This div background color is #764dad


#764dad Border Color

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

This div border color is #764dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764dad


Comments

No comments written yet.

Please login to write comment.