Color Hex Logo

#644374 Color Hex

#644374
(100,67,116)
0 Favorites   0 Comments

Color spaces of #644374

RGB 10067116
HSL0.780.270.36
HSV280°42°45°
CMYK 0.140.420.00   0.55
XYZ10.41517.984617.5152
Yxy7.98460.29000.2223
Hunter Lab28.257016.3425-16.9711
CIE-Lab33.950823.9594-22.6494

#644374 color RGB value is (100,67,116).

#644374 hex color red value is 100, green value is 67 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #644374 hue: 0.78 , saturation: 0.27 and the lightness value of 644374 is 0.36.

The process color (four color CMYK) of #644374 color hex is 0.14, 0.42, 0.00, 0.55. Web safe color of #644374 is #663366. Color #644374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000011 01110100
Octal 144 103 164
Decimal 100 67 116
Hex 64 43 74

RGB Percentages of Color #644374

%35.34
%23.67
%40.99

CMYK Percentages of Color #644374

%14
%42
%0
%55

Triadic Colors of #644374

#644374 #746443 #437464

Analogous Colors of #644374

#644374 #74436c #4c4374

Monochromatic Colors of #644374

#644374

Complementary Color

#644374 #537443

#644374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644374 Color CSS Codes

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

#644374 Text Font Color

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

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


#644374 Background Color

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

This div background color is #644374


#644374 Border Color

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

This div border color is #644374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644374


Comments

No comments written yet.

Please login to write comment.