Color Hex Logo

#644cab Color Hex

#644CAB
(100,76,171)
0 Favorites   0 Comments

Color spaces of #644cab

RGB 10076171
HSL0.710.380.48
HSV255°56°67°
CMYK 0.420.560.00   0.33
XYZ15.190710.818539.8156
Yxy10.81850.23080.1644
Hunter Lab32.891524.8789-48.7473
CIE-Lab39.273133.0956-47.7208

#644cab color RGB value is (100,76,171).

#644cab hex color red value is 100, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #644cab hue: 0.71 , saturation: 0.38 and the lightness value of 644cab is 0.48.

The process color (four color CMYK) of #644cab color hex is 0.42, 0.56, 0.00, 0.33. Web safe color of #644cab is #663399. Color #644cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001100 10101011
Octal 144 114 253
Decimal 100 76 171
Hex 64 4C AB

RGB Percentages of Color #644cab

%28.82
%21.90
%49.28

CMYK Percentages of Color #644cab

%42
%56
%0
%33

Triadic Colors of #644cab

#644cab #ab644c #4cab64

Analogous Colors of #644cab

#644cab #944cab #4c63ab

Monochromatic Colors of #644cab

#644cab

Complementary Color

#644cab #93ab4c

#644cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#644cab Color CSS Codes

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

#644cab Text Font Color

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

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


#644cab Background Color

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

This div background color is #644cab


#644cab Border Color

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

This div border color is #644cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,76,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #644cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #644cab;
  -webkit-box-shadow: 1px 1px 3px 2px #644cab;
  box-shadow:         1px 1px 3px 2px #644cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644cab


Comments

No comments written yet.

Please login to write comment.