Color Hex Logo

#644aec Color Hex

#644AEC
(100,74,236)
0 Favorites   0 Comments

Color spaces of #644aec

RGB 10074236
HSL0.690.810.61
HSV250°69°93°
CMYK 0.580.690.00   0.07
XYZ22.844613.663080.7901
Yxy13.66300.19480.1165
Hunter Lab36.963545.6325-103.7141
CIE-Lab43.745753.3499-78.0530

#644aec color RGB value is (100,74,236).

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

The process color (four color CMYK) of #644aec color hex is 0.58, 0.69, 0.00, 0.07. Web safe color of #644aec is #6633ff. Color #644aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001010 11101100
Octal 144 112 354
Decimal 100 74 236
Hex 64 4A EC

RGB Percentages of Color #644aec

%24.39
%18.05
%57.56

CMYK Percentages of Color #644aec

%58
%69
%0
%7

Triadic Colors of #644aec

#644aec #ec644a #4aec64

Analogous Colors of #644aec

#644aec #b54aec #4a81ec

Monochromatic Colors of #644aec

#644aec

Complementary Color

#644aec #d2ec4a

#644aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#644aec Color CSS Codes

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

#644aec Text Font Color

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

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


#644aec Background Color

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

This div background color is #644aec


#644aec Border Color

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

This div border color is #644aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644aec


Comments

No comments written yet.

Please login to write comment.