Color Hex Logo

#764796 Color Hex

#764796
(118,71,150)
0 Favorites   0 Comments

Color spaces of #764796

RGB 11871150
HSL0.770.360.43
HSV276°53°59°
CMYK 0.210.530.00   0.41
XYZ15.229510.560030.0898
Yxy10.56000.27250.1890
Hunter Lab32.496226.7867-32.1522
CIE-Lab38.829335.2393-35.7383

#764796 color RGB value is (118,71,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 10010110
Octal 166 107 226
Decimal 118 71 150
Hex 76 47 96

RGB Percentages of Color #764796

%34.81
%20.94
%44.25

CMYK Percentages of Color #764796

%21
%53
%0
%41

Triadic Colors of #764796

#764796 #967647 #479676

Analogous Colors of #764796

#764796 #96478f #4f4796

Monochromatic Colors of #764796

#764796

Complementary Color

#764796 #679647

#764796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764796 Color CSS Codes

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

#764796 Text Font Color

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

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


#764796 Background Color

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

This div background color is #764796


#764796 Border Color

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

This div border color is #764796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764796


Comments

No comments written yet.

Please login to write comment.