Color Hex Logo

#64384e Color Hex

#64384E
(100,56,78)
0 Favorites   0 Comments

Color spaces of #64384e

RGB 1005678
HSL0.920.280.31
HSV330°44°39°
CMYK 0.000.440.22   0.61
XYZ8.04486.08777.9588
Yxy6.08770.36420.2756
Hunter Lab24.673315.0223-1.8538
CIE-Lab29.632722.8384-4.9460

#64384e color RGB value is (100,56,78).

#64384e hex color red value is 100, green value is 56 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #64384e hue: 0.92 , saturation: 0.28 and the lightness value of 64384e is 0.31.

The process color (four color CMYK) of #64384e color hex is 0.00, 0.44, 0.22, 0.61. Web safe color of #64384e is #663366. Color #64384e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 01001110
Octal 144 70 116
Decimal 100 56 78
Hex 64 38 4E

RGB Percentages of Color #64384e

%42.74
%23.93
%33.33

CMYK Percentages of Color #64384e

%0
%44
%22
%61

Triadic Colors of #64384e

#64384e #4e6438 #384e64

Analogous Colors of #64384e

#64384e #643838 #643864

Monochromatic Colors of #64384e

#64384e

Complementary Color

#64384e #38644e

#64384e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64384e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64384e Color CSS Codes

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

#64384e Text Font Color

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

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


#64384e Background Color

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

This div background color is #64384e


#64384e Border Color

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

This div border color is #64384e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64384e


Comments

No comments written yet.

Please login to write comment.