Color Hex Logo

#64336f Color Hex

#64336F
(100,51,111)
0 Favorites   0 Comments

Color spaces of #64336f

RGB 10051111
HSL0.800.370.32
HSV289°54°44°
CMYK 0.100.540.00   0.56
XYZ9.30866.224715.7498
Yxy6.22470.29760.1990
Hunter Lab24.949322.9370-19.9635
CIE-Lab29.972432.3152-25.7241

#64336f color RGB value is (100,51,111).

#64336f hex color red value is 100, green value is 51 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #64336f hue: 0.80 , saturation: 0.37 and the lightness value of 64336f is 0.32.

The process color (four color CMYK) of #64336f color hex is 0.10, 0.54, 0.00, 0.56. Web safe color of #64336f is #663366. Color #64336f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 01101111
Octal 144 63 157
Decimal 100 51 111
Hex 64 33 6F

RGB Percentages of Color #64336f

%38.17
%19.47
%42.37

CMYK Percentages of Color #64336f

%10
%54
%0
%56

Triadic Colors of #64336f

#64336f #6f6433 #336f64

Analogous Colors of #64336f

#64336f #6f335c #46336f

Monochromatic Colors of #64336f

#64336f

Complementary Color

#64336f #3e6f33

#64336f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64336f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64336f Color CSS Codes

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

#64336f Text Font Color

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

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


#64336f Background Color

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

This div background color is #64336f


#64336f Border Color

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

This div border color is #64336f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64336f


Comments

No comments written yet.

Please login to write comment.