Color Hex Logo

#64395c Color Hex

#64395C
(100,57,92)
0 Favorites   0 Comments

Color spaces of #64395c

RGB 1005792
HSL0.860.270.31
HSV311°43°39°
CMYK 0.000.430.08   0.61
XYZ8.65046.408310.9062
Yxy6.40830.33320.2468
Hunter Lab25.314616.6956-7.8234
CIE-Lab30.420024.8204-12.8481

#64395c color RGB value is (100,57,92).

#64395c hex color red value is 100, green value is 57 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #64395c hue: 0.86 , saturation: 0.27 and the lightness value of 64395c is 0.31.

The process color (four color CMYK) of #64395c color hex is 0.00, 0.43, 0.08, 0.61. Web safe color of #64395c is #663366. Color #64395c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111001 01011100
Octal 144 71 134
Decimal 100 57 92
Hex 64 39 5C

RGB Percentages of Color #64395c

%40.16
%22.89
%36.95

CMYK Percentages of Color #64395c

%0
%43
%8
%61

Triadic Colors of #64395c

#64395c #5c6439 #395c64

Analogous Colors of #64395c

#64395c #643947 #573964

Monochromatic Colors of #64395c

#64395c

Complementary Color

#64395c #396441

#64395c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64395c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64395c Color CSS Codes

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

#64395c Text Font Color

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

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


#64395c Background Color

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

This div background color is #64395c


#64395c Border Color

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

This div border color is #64395c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64395c


Comments

No comments written yet.

Please login to write comment.