Color Hex Logo

#640500 Color Hex

#640500
(100,5,0)
0 Favorites   0 Comments

Color spaces of #640500

RGB 10050
HSL0.011.000.20
HSV100°39°
CMYK 0.000.951.00   0.61
XYZ5.30982.81790.2640
Yxy2.81790.63270.3358
Hunter Lab16.786627.085110.8182
CIE-Lab19.299338.987029.4986

#640500 color RGB value is (100,5,0).

#640500 hex color red value is 100, green value is 5 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #640500 hue: 0.01 , saturation: 1.00 and the lightness value of 640500 is 0.20.

The process color (four color CMYK) of #640500 color hex is 0.00, 0.95, 1.00, 0.61. Web safe color of #640500 is #660000. Color #640500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000101 00000000
Octal 144 5 0
Decimal 100 5 0
Hex 64 5 0

RGB Percentages of Color #640500

%95.24
%4.76
%0.00

CMYK Percentages of Color #640500

%0
%95
%100
%61

Triadic Colors of #640500

#640500 #006405 #050064

Analogous Colors of #640500

#640500 #643700 #64002d

Monochromatic Colors of #640500

#640500

Complementary Color

#640500 #005f64

#640500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#640500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#640500 Color CSS Codes

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

#640500 Text Font Color

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

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


#640500 Background Color

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

This div background color is #640500


#640500 Border Color

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

This div border color is #640500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #640500


Comments

No comments written yet.

Please login to write comment.