Color Hex Logo

#640966 Color Hex

#640966
(100,9,102)
0 Favorites   0 Comments

Color spaces of #640966

RGB 1009102
HSL0.830.840.22
HSV299°91°40°
CMYK 0.020.910.00   0.60
XYZ7.75153.864012.9077
Yxy3.86400.31610.1576
Hunter Lab19.657135.9892-25.1725
CIE-Lab23.216647.7926-30.6337

#640966 color RGB value is (100,9,102).

#640966 hex color red value is 100, green value is 9 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #640966 hue: 0.83 , saturation: 0.84 and the lightness value of 640966 is 0.22.

The process color (four color CMYK) of #640966 color hex is 0.02, 0.91, 0.00, 0.60. Web safe color of #640966 is #660066. Color #640966 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001001 01100110
Octal 144 11 146
Decimal 100 9 102
Hex 64 9 66

RGB Percentages of Color #640966

%47.39
%4.27
%48.34

CMYK Percentages of Color #640966

%2
%91
%0
%60

Triadic Colors of #640966

#640966 #666409 #096664

Analogous Colors of #640966

#640966 #66093a #360966

Monochromatic Colors of #640966

#640966

Complementary Color

#640966 #0b6609

#640966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640966 Color CSS Codes

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

#640966 Text Font Color

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

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


#640966 Background Color

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

This div background color is #640966


#640966 Border Color

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

This div border color is #640966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640966


Comments

No comments written yet.

Please login to write comment.