Color Hex Logo

#64140f Color Hex

#64140F
(100,20,15)
0 Favorites   0 Comments

Color spaces of #64140f

RGB 1002015
HSL0.010.740.23
HSV85°39°
CMYK 0.000.800.85   0.61
XYZ5.59193.24410.7834
Yxy3.24410.58130.3372
Hunter Lab18.011423.898010.0292
CIE-Lab20.996135.000024.9949

#64140f color RGB value is (100,20,15).

#64140f hex color red value is 100, green value is 20 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #64140f hue: 0.01 , saturation: 0.74 and the lightness value of 64140f is 0.23.

The process color (four color CMYK) of #64140f color hex is 0.00, 0.80, 0.85, 0.61. Web safe color of #64140f is #660000. Color #64140f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 00001111
Octal 144 24 17
Decimal 100 20 15
Hex 64 14 F

RGB Percentages of Color #64140f

%74.07
%14.81
%11.11

CMYK Percentages of Color #64140f

%0
%80
%85
%61

Triadic Colors of #64140f

#64140f #0f6414 #140f64

Analogous Colors of #64140f

#64140f #643f0f #640f35

Monochromatic Colors of #64140f

#64140f

Complementary Color

#64140f #0f5f64

#64140f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64140f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64140f Color CSS Codes

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

#64140f Text Font Color

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

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


#64140f Background Color

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

This div background color is #64140f


#64140f Border Color

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

This div border color is #64140f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64140f


Comments

No comments written yet.

Please login to write comment.