Color Hex Logo

#640a4f Color Hex

#640A4F
(100,10,79)
0 Favorites   0 Comments

Color spaces of #640a4f

RGB 1001079
HSL0.870.820.22
HSV314°90°39°
CMYK 0.000.900.21   0.61
XYZ6.77543.49097.7138
Yxy3.49090.37680.1942
Hunter Lab18.684032.0329-11.3995
CIE-Lab21.911543.9058-17.3914

#640a4f color RGB value is (100,10,79).

#640a4f hex color red value is 100, green value is 10 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #640a4f hue: 0.87 , saturation: 0.82 and the lightness value of 640a4f is 0.22.

The process color (four color CMYK) of #640a4f color hex is 0.00, 0.90, 0.21, 0.61. Web safe color of #640a4f is #660066. Color #640a4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001010 01001111
Octal 144 12 117
Decimal 100 10 79
Hex 64 A 4F

RGB Percentages of Color #640a4f

%52.91
%5.29
%41.80

CMYK Percentages of Color #640a4f

%0
%90
%21
%61

Triadic Colors of #640a4f

#640a4f #4f640a #0a4f64

Analogous Colors of #640a4f

#640a4f #640a22 #4c0a64

Monochromatic Colors of #640a4f

#640a4f

Complementary Color

#640a4f #0a641f

#640a4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640a4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#640a4f Color CSS Codes

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

#640a4f Text Font Color

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

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


#640a4f Background Color

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

This div background color is #640a4f


#640a4f Border Color

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

This div border color is #640a4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640a4f


Comments

No comments written yet.

Please login to write comment.