Color Hex Logo

#640747 Color Hex

#640747
(100,7,71)
0 Favorites   0 Comments

Color spaces of #640747

RGB 100771
HSL0.890.870.21
HSV319°93°39°
CMYK 0.000.930.29   0.61
XYZ6.46883.31626.2604
Yxy3.31620.40320.2067
Hunter Lab18.210431.5394-7.6355
CIE-Lab21.268243.5030-12.9374

#640747 color RGB value is (100,7,71).

#640747 hex color red value is 100, green value is 7 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #640747 hue: 0.89 , saturation: 0.87 and the lightness value of 640747 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000111 01000111
Octal 144 7 107
Decimal 100 7 71
Hex 64 7 47

RGB Percentages of Color #640747

%56.18
%3.93
%39.89

CMYK Percentages of Color #640747

%0
%93
%29
%61

Triadic Colors of #640747

#640747 #476407 #074764

Analogous Colors of #640747

#640747 #640719 #530764

Monochromatic Colors of #640747

#640747

Complementary Color

#640747 #076424

#640747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640747 Color CSS Codes

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

#640747 Text Font Color

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

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


#640747 Background Color

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

This div background color is #640747


#640747 Border Color

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

This div border color is #640747


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,7,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 #640747">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640747


Comments

No comments written yet.

Please login to write comment.