Color Hex Logo

#764197 Color Hex

#764197
(118,65,151)
0 Favorites   0 Comments

Color spaces of #764197

RGB 11865151
HSL0.770.400.42
HSV277°57°59°
CMYK 0.220.570.00   0.41
XYZ14.94749.866530.3948
Yxy9.86650.27070.1787
Hunter Lab31.411029.9727-35.3842
CIE-Lab37.601838.8432-38.2935

#764197 color RGB value is (118,65,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 10010111
Octal 166 101 227
Decimal 118 65 151
Hex 76 41 97

RGB Percentages of Color #764197

%35.33
%19.46
%45.21

CMYK Percentages of Color #764197

%22
%57
%0
%41

Triadic Colors of #764197

#764197 #977641 #419776

Analogous Colors of #764197

#764197 #97418d #4b4197

Monochromatic Colors of #764197

#764197

Complementary Color

#764197 #629741

#764197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764197 Color CSS Codes

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

#764197 Text Font Color

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

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


#764197 Background Color

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

This div background color is #764197


#764197 Border Color

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

This div border color is #764197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764197


Comments

No comments written yet.

Please login to write comment.