Color Hex Logo

#644adb Color Hex

#644ADB
(100,74,219)
0 Favorites   0 Comments

Color spaces of #644adb

RGB 10074219
HSL0.700.670.57
HSV251°66°86°
CMYK 0.540.660.00   0.14
XYZ20.490512.721468.3933
Yxy12.72140.20170.1252
Hunter Lab35.667140.1297-88.7244
CIE-Lab42.340448.3394-70.6961

#644adb color RGB value is (100,74,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 11011011
Octal 144 112 333
Decimal 100 74 219
Hex 64 4A DB

RGB Percentages of Color #644adb

%25.45
%18.83
%55.73

CMYK Percentages of Color #644adb

%54
%66
%0
%14

Triadic Colors of #644adb

#644adb #db644a #4adb64

Analogous Colors of #644adb

#644adb #ad4adb #4a79db

Monochromatic Colors of #644adb

#644adb

Complementary Color

#644adb #c1db4a

#644adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#644adb Color CSS Codes

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

#644adb Text Font Color

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

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


#644adb Background Color

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

This div background color is #644adb


#644adb Border Color

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

This div border color is #644adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644adb


Comments

No comments written yet.

Please login to write comment.