Color Hex Logo

#644ada Color Hex

#644ADA
(100,74,218)
0 Favorites   0 Comments

Color spaces of #644ada

RGB 10074218
HSL0.700.660.57
HSV251°66°85°
CMYK 0.540.660.00   0.15
XYZ20.359212.668867.7019
Yxy12.66880.20210.1258
Hunter Lab35.593339.8131-87.8602
CIE-Lab42.259948.0447-70.2558

#644ada color RGB value is (100,74,218).

#644ada hex color red value is 100, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #644ada hue: 0.70 , saturation: 0.66 and the lightness value of 644ada is 0.57.

The process color (four color CMYK) of #644ada color hex is 0.54, 0.66, 0.00, 0.15. Web safe color of #644ada is #6633cc. Color #644ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 11011010
Octal 144 112 332
Decimal 100 74 218
Hex 64 4A DA

RGB Percentages of Color #644ada

%25.51
%18.88
%55.61

CMYK Percentages of Color #644ada

%54
%66
%0
%15

Triadic Colors of #644ada

#644ada #da644a #4ada64

Analogous Colors of #644ada

#644ada #ac4ada #4a78da

Monochromatic Colors of #644ada

#644ada

Complementary Color

#644ada #c0da4a

#644ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#644ada Color CSS Codes

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

#644ada Text Font Color

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

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


#644ada Background Color

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

This div background color is #644ada


#644ada Border Color

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

This div border color is #644ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644ada


Comments

No comments written yet.

Please login to write comment.