Color Hex Logo

#644fa2 Color Hex

#644FA2
(100,79,162)
0 Favorites   0 Comments

Color spaces of #644fa2

RGB 10079162
HSL0.710.340.47
HSV255°51°64°
CMYK 0.380.510.00   0.36
XYZ14.573110.909935.5202
Yxy10.90990.23890.1788
Hunter Lab33.030120.9526-40.6386
CIE-Lab39.428328.6983-42.1132

#644fa2 color RGB value is (100,79,162).

#644fa2 hex color red value is 100, green value is 79 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #644fa2 hue: 0.71 , saturation: 0.34 and the lightness value of 644fa2 is 0.47.

The process color (four color CMYK) of #644fa2 color hex is 0.38, 0.51, 0.00, 0.36. Web safe color of #644fa2 is #666699. Color #644fa2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01001111 10100010
Octal 144 117 242
Decimal 100 79 162
Hex 64 4F A2

RGB Percentages of Color #644fa2

%29.33
%23.17
%47.51

CMYK Percentages of Color #644fa2

%38
%51
%0
%36

Triadic Colors of #644fa2

#644fa2 #a2644f #4fa264

Analogous Colors of #644fa2

#644fa2 #8e4fa2 #4f63a2

Monochromatic Colors of #644fa2

#644fa2

Complementary Color

#644fa2 #8da24f

#644fa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#644fa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#644fa2 Color CSS Codes

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

#644fa2 Text Font Color

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

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


#644fa2 Background Color

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

This div background color is #644fa2


#644fa2 Border Color

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

This div border color is #644fa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #644fa2


Comments

No comments written yet.

Please login to write comment.