Color Hex Logo

#764196 Color Hex

#764196
(118,65,150)
0 Favorites   0 Comments

Color spaces of #764196

RGB 11865150
HSL0.770.400.42
HSV277°57°59°
CMYK 0.210.570.00   0.41
XYZ14.86659.834229.9688
Yxy9.83420.27190.1799
Hunter Lab31.359529.7417-34.7089
CIE-Lab37.543238.6078-37.7809

#764196 color RGB value is (118,65,150).

#764196 hex color red value is 118, green value is 65 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #764196 hue: 0.77 , saturation: 0.40 and the lightness value of 764196 is 0.42.

The process color (four color CMYK) of #764196 color hex is 0.21, 0.57, 0.00, 0.41. Web safe color of #764196 is #663399. Color #764196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 10010110
Octal 166 101 226
Decimal 118 65 150
Hex 76 41 96

RGB Percentages of Color #764196

%35.44
%19.52
%45.05

CMYK Percentages of Color #764196

%21
%57
%0
%41

Triadic Colors of #764196

#764196 #967641 #419676

Analogous Colors of #764196

#764196 #96418c #4c4196

Monochromatic Colors of #764196

#764196

Complementary Color

#764196 #619641

#764196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764196 Color CSS Codes

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

#764196 Text Font Color

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

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


#764196 Background Color

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

This div background color is #764196


#764196 Border Color

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

This div border color is #764196


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,65,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764196; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764196;
  -webkit-box-shadow: 1px 1px 3px 2px #764196;
  box-shadow:         1px 1px 3px 2px #764196; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764196


Comments

No comments written yet.

Please login to write comment.