Color Hex Logo

#64395f Color Hex

#64395F
(100,57,95)
0 Favorites   0 Comments

Color spaces of #64395f

RGB 1005795
HSL0.850.270.31
HSV307°43°39°
CMYK 0.000.430.05   0.61
XYZ8.78426.461811.6107
Yxy6.46180.32710.2406
Hunter Lab25.420117.1976-9.2869
CIE-Lab30.548925.4188-14.5843

#64395f color RGB value is (100,57,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111001 01011111
Octal 144 71 137
Decimal 100 57 95
Hex 64 39 5F

RGB Percentages of Color #64395f

%39.68
%22.62
%37.70

CMYK Percentages of Color #64395f

%0
%43
%5
%61

Triadic Colors of #64395f

#64395f #5f6439 #395f64

Analogous Colors of #64395f

#64395f #64394a #543964

Monochromatic Colors of #64395f

#64395f

Complementary Color

#64395f #39643e

#64395f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64395f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64395f Color CSS Codes

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

#64395f Text Font Color

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

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


#64395f Background Color

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

This div background color is #64395f


#64395f Border Color

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

This div border color is #64395f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64395f


Comments

No comments written yet.

Please login to write comment.