Color Hex Logo

#640d6b Color Hex

#640D6B
(100,13,107)
0 Favorites   0 Comments

Color spaces of #640d6b

RGB 10013107
HSL0.820.780.24
HSV296°88°42°
CMYK 0.070.880.00   0.58
XYZ8.05334.058714.2689
Yxy4.05870.30530.1538
Hunter Lab20.146236.0982-27.8908
CIE-Lab23.864647.7782-32.8555

#640d6b color RGB value is (100,13,107).

#640d6b hex color red value is 100, green value is 13 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #640d6b hue: 0.82 , saturation: 0.78 and the lightness value of 640d6b is 0.24.

The process color (four color CMYK) of #640d6b color hex is 0.07, 0.88, 0.00, 0.58. Web safe color of #640d6b is #660066. Color #640d6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00001101 01101011
Octal 144 15 153
Decimal 100 13 107
Hex 64 D 6B

RGB Percentages of Color #640d6b

%45.45
%5.91
%48.64

CMYK Percentages of Color #640d6b

%7
%88
%0
%58

Triadic Colors of #640d6b

#640d6b #6b640d #0d6b64

Analogous Colors of #640d6b

#640d6b #6b0d43 #350d6b

Monochromatic Colors of #640d6b

#640d6b

Complementary Color

#640d6b #146b0d

#640d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#640d6b Color CSS Codes

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

#640d6b Text Font Color

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

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


#640d6b Background Color

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

This div background color is #640d6b


#640d6b Border Color

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

This div border color is #640d6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640d6b


Comments

No comments written yet.

Please login to write comment.