Color Hex Logo

#644976 Color Hex

#644976
(100,73,118)
0 Favorites   0 Comments

Color spaces of #644976

RGB 10073118
HSL0.770.240.37
HSV276°38°46°
CMYK 0.150.380.00   0.54
XYZ10.90818.782418.2598
Yxy8.78240.28740.2314
Hunter Lab29.635113.8409-15.7872
CIE-Lab35.561920.7321-21.3916

#644976 color RGB value is (100,73,118).

#644976 hex color red value is 100, green value is 73 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #644976 hue: 0.77 , saturation: 0.24 and the lightness value of 644976 is 0.37.

The process color (four color CMYK) of #644976 color hex is 0.15, 0.38, 0.00, 0.54. Web safe color of #644976 is #663366. Color #644976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001001 01110110
Octal 144 111 166
Decimal 100 73 118
Hex 64 49 76

RGB Percentages of Color #644976

%34.36
%25.09
%40.55

CMYK Percentages of Color #644976

%15
%38
%0
%54

Triadic Colors of #644976

#644976 #766449 #497664

Analogous Colors of #644976

#644976 #764972 #4e4976

Monochromatic Colors of #644976

#644976

Complementary Color

#644976 #5b7649

#644976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644976 Color CSS Codes

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

#644976 Text Font Color

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

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


#644976 Background Color

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

This div background color is #644976


#644976 Border Color

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

This div border color is #644976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644976


Comments

No comments written yet.

Please login to write comment.