Color Hex Logo

#644caf Color Hex

#644CAF
(100,76,175)
0 Favorites   0 Comments

Color spaces of #644caf

RGB 10076175
HSL0.710.390.49
HSV255°57°69°
CMYK 0.430.570.00   0.31
XYZ15.577810.973441.8545
Yxy10.97340.22770.1604
Hunter Lab33.126125.9702-51.7240
CIE-Lab39.535634.2495-49.6689

#644caf color RGB value is (100,76,175).

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

The process color (four color CMYK) of #644caf color hex is 0.43, 0.57, 0.00, 0.31. Web safe color of #644caf is #663399. Color #644caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001100 10101111
Octal 144 114 257
Decimal 100 76 175
Hex 64 4C AF

RGB Percentages of Color #644caf

%28.49
%21.65
%49.86

CMYK Percentages of Color #644caf

%43
%57
%0
%31

Triadic Colors of #644caf

#644caf #af644c #4caf64

Analogous Colors of #644caf

#644caf #964caf #4c66af

Monochromatic Colors of #644caf

#644caf

Complementary Color

#644caf #97af4c

#644caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#644caf Color CSS Codes

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

#644caf Text Font Color

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

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


#644caf Background Color

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

This div background color is #644caf


#644caf Border Color

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

This div border color is #644caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644caf


Comments

No comments written yet.

Please login to write comment.