Color Hex Logo

#640364 Color Hex

#640364
(100,3,100)
0 Favorites   0 Comments

Color spaces of #640364

RGB 1003100
HSL0.830.940.20
HSV300°97°39°
CMYK 0.000.970.00   0.61
XYZ7.58833.694512.3698
Yxy3.69450.32080.1562
Hunter Lab19.221136.8332-24.7015
CIE-Lab22.634648.7689-30.2530

#640364 color RGB value is (100,3,100).

#640364 hex color red value is 100, green value is 3 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #640364 hue: 0.83 , saturation: 0.94 and the lightness value of 640364 is 0.20.

The process color (four color CMYK) of #640364 color hex is 0.00, 0.97, 0.00, 0.61. Web safe color of #640364 is #660066. Color #640364 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000011 01100100
Octal 144 3 144
Decimal 100 3 100
Hex 64 3 64

RGB Percentages of Color #640364

%49.26
%1.48
%49.26

CMYK Percentages of Color #640364

%0
%97
%0
%61

Triadic Colors of #640364

#640364 #646403 #036464

Analogous Colors of #640364

#640364 #640334 #340364

Monochromatic Colors of #640364

#640364

Complementary Color

#640364 #036403

#640364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640364 Color CSS Codes

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

#640364 Text Font Color

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

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


#640364 Background Color

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

This div background color is #640364


#640364 Border Color

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

This div border color is #640364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640364


Comments

No comments written yet.

Please login to write comment.