Color Hex Logo

#640eaa Color Hex

#640EAA
(100,14,170)
0 Favorites   0 Comments

Color spaces of #640eaa

RGB 10014170
HSL0.760.850.36
HSV273°92°67°
CMYK 0.410.920.00   0.33
XYZ12.66835.925738.5063
Yxy5.92570.22190.1038
Hunter Lab24.342850.2940-76.7472
CIE-Lab29.224260.4733-63.4612

#640eaa color RGB value is (100,14,170).

#640eaa hex color red value is 100, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #640eaa hue: 0.76 , saturation: 0.85 and the lightness value of 640eaa is 0.36.

The process color (four color CMYK) of #640eaa color hex is 0.41, 0.92, 0.00, 0.33. Web safe color of #640eaa is #660099. Color #640eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001110 10101010
Octal 144 16 252
Decimal 100 14 170
Hex 64 E AA

RGB Percentages of Color #640eaa

%35.21
%4.93
%59.86

CMYK Percentages of Color #640eaa

%41
%92
%0
%33

Triadic Colors of #640eaa

#640eaa #aa640e #0eaa64

Analogous Colors of #640eaa

#640eaa #aa0ea2 #160eaa

Monochromatic Colors of #640eaa

#640eaa

Complementary Color

#640eaa #54aa0e

#640eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#640eaa Color CSS Codes

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

#640eaa Text Font Color

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

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


#640eaa Background Color

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

This div background color is #640eaa


#640eaa Border Color

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

This div border color is #640eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,14,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #640eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #640eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #640eaa;
  box-shadow:         1px 1px 3px 2px #640eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640eaa


Comments

No comments written yet.

Please login to write comment.