Color Hex Logo

#64140b Color Hex

#64140B
(100,20,11)
0 Favorites   0 Comments

Color spaces of #64140b

RGB 1002011
HSL0.020.800.22
HSV89°39°
CMYK 0.000.800.89   0.61
XYZ5.56613.23380.6474
Yxy3.23380.58920.3423
Hunter Lab17.982823.780210.4534
CIE-Lab20.956934.869426.8726

#64140b color RGB value is (100,20,11).

#64140b hex color red value is 100, green value is 20 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #64140b hue: 0.02 , saturation: 0.80 and the lightness value of 64140b is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 00001011
Octal 144 24 13
Decimal 100 20 11
Hex 64 14 B

RGB Percentages of Color #64140b

%76.34
%15.27
%8.40

CMYK Percentages of Color #64140b

%0
%80
%89
%61

Triadic Colors of #64140b

#64140b #0b6414 #140b64

Analogous Colors of #64140b

#64140b #64410b #640b2f

Monochromatic Colors of #64140b

#64140b

Complementary Color

#64140b #0b5b64

#64140b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64140b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64140b Color CSS Codes

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

#64140b Text Font Color

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

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


#64140b Background Color

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

This div background color is #64140b


#64140b Border Color

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

This div border color is #64140b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64140b


Comments

No comments written yet.

Please login to write comment.