Color Hex Logo

#640e7d Color Hex

#640E7D
(100,14,125)
0 Favorites   0 Comments

Color spaces of #640e7d

RGB 10014125
HSL0.800.800.27
HSV286°89°49°
CMYK 0.200.890.00   0.51
XYZ9.11424.504119.7910
Yxy4.50410.27280.1348
Hunter Lab21.222939.5172-40.4338
CIE-Lab25.272550.9579-42.1325

#640e7d color RGB value is (100,14,125).

#640e7d hex color red value is 100, green value is 14 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #640e7d hue: 0.80 , saturation: 0.80 and the lightness value of 640e7d is 0.27.

The process color (four color CMYK) of #640e7d color hex is 0.20, 0.89, 0.00, 0.51. Web safe color of #640e7d is #660066. Color #640e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001110 01111101
Octal 144 16 175
Decimal 100 14 125
Hex 64 E 7D

RGB Percentages of Color #640e7d

%41.84
%5.86
%52.30

CMYK Percentages of Color #640e7d

%20
%89
%0
%51

Triadic Colors of #640e7d

#640e7d #7d640e #0e7d64

Analogous Colors of #640e7d

#640e7d #7d0e5e #2d0e7d

Monochromatic Colors of #640e7d

#640e7d

Complementary Color

#640e7d #277d0e

#640e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#640e7d Color CSS Codes

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

#640e7d Text Font Color

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

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


#640e7d Background Color

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

This div background color is #640e7d


#640e7d Border Color

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

This div border color is #640e7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640e7d


Comments

No comments written yet.

Please login to write comment.