Color Hex Logo

#640d47 Color Hex

#640D47
(100,13,71)
0 Favorites   0 Comments

Color spaces of #640d47

RGB 1001371
HSL0.890.770.22
HSV320°87°39°
CMYK 0.000.870.29   0.61
XYZ6.53683.45216.2830
Yxy3.45210.40170.2122
Hunter Lab18.579830.2856-7.0438
CIE-Lab21.770542.0508-12.1642

#640d47 color RGB value is (100,13,71).

#640d47 hex color red value is 100, green value is 13 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #640d47 hue: 0.89 , saturation: 0.77 and the lightness value of 640d47 is 0.22.

The process color (four color CMYK) of #640d47 color hex is 0.00, 0.87, 0.29, 0.61. Web safe color of #640d47 is #660033. Color #640d47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001101 01000111
Octal 144 15 107
Decimal 100 13 71
Hex 64 D 47

RGB Percentages of Color #640d47

%54.35
%7.07
%38.59

CMYK Percentages of Color #640d47

%0
%87
%29
%61

Triadic Colors of #640d47

#640d47 #47640d #0d4764

Analogous Colors of #640d47

#640d47 #640d1c #560d64

Monochromatic Colors of #640d47

#640d47

Complementary Color

#640d47 #0d642a

#640d47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640d47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640d47 Color CSS Codes

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

#640d47 Text Font Color

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

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


#640d47 Background Color

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

This div background color is #640d47


#640d47 Border Color

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

This div border color is #640d47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640d47


Comments

No comments written yet.

Please login to write comment.