Color Hex Logo

#640aad Color Hex

#640AAD
(100,10,173)
0 Favorites   0 Comments

Color spaces of #640aad

RGB 10010173
HSL0.760.890.36
HSV273°94°68°
CMYK 0.420.940.00   0.32
XYZ12.90695.943540.0021
Yxy5.94350.21930.1010
Hunter Lab24.379351.8378-80.2189
CIE-Lab29.269561.8718-65.1914

#640aad color RGB value is (100,10,173).

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

The process color (four color CMYK) of #640aad color hex is 0.42, 0.94, 0.00, 0.32. Web safe color of #640aad is #660099. Color #640aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001010 10101101
Octal 144 12 255
Decimal 100 10 173
Hex 64 A AD

RGB Percentages of Color #640aad

%35.34
%3.53
%61.13

CMYK Percentages of Color #640aad

%42
%94
%0
%32

Triadic Colors of #640aad

#640aad #ad640a #0aad64

Analogous Colors of #640aad

#640aad #ad0aa5 #130aad

Monochromatic Colors of #640aad

#640aad

Complementary Color

#640aad #53ad0a

#640aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#640aad Color CSS Codes

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

#640aad Text Font Color

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

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


#640aad Background Color

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

This div background color is #640aad


#640aad Border Color

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

This div border color is #640aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640aad


Comments

No comments written yet.

Please login to write comment.