Color Hex Logo

#644eea Color Hex

#644EEA
(100,78,234)
0 Favorites   0 Comments

Color spaces of #644eea

RGB 10078234
HSL0.690.790.61
HSV248°67°92°
CMYK 0.570.670.00   0.08
XYZ22.831214.098679.3599
Yxy14.09860.19630.1212
Hunter Lab37.548142.8281-99.0289
CIE-Lab44.374050.5809-75.8949

#644eea color RGB value is (100,78,234).

#644eea hex color red value is 100, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #644eea hue: 0.69 , saturation: 0.79 and the lightness value of 644eea is 0.61.

The process color (four color CMYK) of #644eea color hex is 0.57, 0.67, 0.00, 0.08. Web safe color of #644eea is #6666ff. Color #644eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001110 11101010
Octal 144 116 352
Decimal 100 78 234
Hex 64 4E EA

RGB Percentages of Color #644eea

%24.27
%18.93
%56.80

CMYK Percentages of Color #644eea

%57
%67
%0
%8

Triadic Colors of #644eea

#644eea #ea644e #4eea64

Analogous Colors of #644eea

#644eea #b24eea #4e86ea

Monochromatic Colors of #644eea

#644eea

Complementary Color

#644eea #d4ea4e

#644eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#644eea Color CSS Codes

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

#644eea Text Font Color

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

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


#644eea Background Color

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

This div background color is #644eea


#644eea Border Color

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

This div border color is #644eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644eea


Comments

No comments written yet.

Please login to write comment.