Color Hex Logo

#644690 Color Hex

#644690
(100,70,144)
0 Favorites   0 Comments

Color spaces of #644690

RGB 10070144
HSL0.730.350.42
HSV264°51°56°
CMYK 0.310.510.00   0.44
XYZ12.47979.103327.4849
Yxy9.10330.25430.1855
Hunter Lab30.171721.0313-32.8901
CIE-Lab36.182429.2073-36.4286

#644690 color RGB value is (100,70,144).

#644690 hex color red value is 100, green value is 70 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #644690 hue: 0.73 , saturation: 0.35 and the lightness value of 644690 is 0.42.

The process color (four color CMYK) of #644690 color hex is 0.31, 0.51, 0.00, 0.44. Web safe color of #644690 is #663399. Color #644690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000110 10010000
Octal 144 106 220
Decimal 100 70 144
Hex 64 46 90

RGB Percentages of Color #644690

%31.85
%22.29
%45.86

CMYK Percentages of Color #644690

%31
%51
%0
%44

Triadic Colors of #644690

#644690 #906446 #469064

Analogous Colors of #644690

#644690 #894690 #464d90

Monochromatic Colors of #644690

#644690

Complementary Color

#644690 #729046

#644690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644690 Color CSS Codes

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

#644690 Text Font Color

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

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


#644690 Background Color

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

This div background color is #644690


#644690 Border Color

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

This div border color is #644690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,70,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #644690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #644690;
  -webkit-box-shadow: 1px 1px 3px 2px #644690;
  box-shadow:         1px 1px 3px 2px #644690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644690


Comments

No comments written yet.

Please login to write comment.