Color Hex Logo

#644081 Color Hex

#644081
(100,64,129)
0 Favorites   0 Comments

Color spaces of #644081

RGB 10064129
HSL0.760.340.38
HSV273°50°51°
CMYK 0.220.500.00   0.49
XYZ11.05147.961121.7231
Yxy7.96110.27130.1954
Hunter Lab28.215420.5378-25.8967
CIE-Lab33.901728.9474-30.8274

#644081 color RGB value is (100,64,129).

#644081 hex color red value is 100, green value is 64 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #644081 hue: 0.76 , saturation: 0.34 and the lightness value of 644081 is 0.38.

The process color (four color CMYK) of #644081 color hex is 0.22, 0.50, 0.00, 0.49. Web safe color of #644081 is #663399. Color #644081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000000 10000001
Octal 144 100 201
Decimal 100 64 129
Hex 64 40 81

RGB Percentages of Color #644081

%34.13
%21.84
%44.03

CMYK Percentages of Color #644081

%22
%50
%0
%49

Triadic Colors of #644081

#644081 #816440 #408164

Analogous Colors of #644081

#644081 #81407e #444081

Monochromatic Colors of #644081

#644081

Complementary Color

#644081 #5d8140

#644081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644081 Color CSS Codes

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

#644081 Text Font Color

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

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


#644081 Background Color

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

This div background color is #644081


#644081 Border Color

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

This div border color is #644081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644081


Comments

No comments written yet.

Please login to write comment.