Color Hex Logo

#644ddd Color Hex

#644DDD
(100,77,221)
0 Favorites   0 Comments

Color spaces of #644ddd

RGB 10077221
HSL0.690.680.58
HSV250°65°87°
CMYK 0.550.650.00   0.13
XYZ20.960613.237569.8570
Yxy13.23750.20140.1272
Hunter Lab36.383439.1636-88.3699
CIE-Lab43.118947.2592-70.5672

#644ddd color RGB value is (100,77,221).

#644ddd hex color red value is 100, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #644ddd hue: 0.69 , saturation: 0.68 and the lightness value of 644ddd is 0.58.

The process color (four color CMYK) of #644ddd color hex is 0.55, 0.65, 0.00, 0.13. Web safe color of #644ddd is #6666cc. Color #644ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001101 11011101
Octal 144 115 335
Decimal 100 77 221
Hex 64 4D DD

RGB Percentages of Color #644ddd

%25.13
%19.35
%55.53

CMYK Percentages of Color #644ddd

%55
%65
%0
%13

Triadic Colors of #644ddd

#644ddd #dd644d #4ddd64

Analogous Colors of #644ddd

#644ddd #ac4ddd #4d7edd

Monochromatic Colors of #644ddd

#644ddd

Complementary Color

#644ddd #c6dd4d

#644ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#644ddd Color CSS Codes

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

#644ddd Text Font Color

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

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


#644ddd Background Color

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

This div background color is #644ddd


#644ddd Border Color

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

This div border color is #644ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644ddd


Comments

No comments written yet.

Please login to write comment.