Color Hex Logo

#640746 Color Hex

#640746
(100,7,70)
0 Favorites   0 Comments

Color spaces of #640746

RGB 100770
HSL0.890.870.21
HSV319°93°39°
CMYK 0.000.930.30   0.61
XYZ6.43703.30356.0927
Yxy3.30350.40660.2086
Hunter Lab18.175531.4099-7.1520
CIE-Lab21.220543.3733-12.3240

#640746 color RGB value is (100,7,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000111 01000110
Octal 144 7 106
Decimal 100 7 70
Hex 64 7 46

RGB Percentages of Color #640746

%56.50
%3.95
%39.55

CMYK Percentages of Color #640746

%0
%93
%30
%61

Triadic Colors of #640746

#640746 #466407 #074664

Analogous Colors of #640746

#640746 #640718 #530764

Monochromatic Colors of #640746

#640746

Complementary Color

#640746 #076425

#640746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640746 Color CSS Codes

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

#640746 Text Font Color

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

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


#640746 Background Color

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

This div background color is #640746


#640746 Border Color

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

This div border color is #640746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640746


Comments

No comments written yet.

Please login to write comment.