Color Hex Logo

#64336e Color Hex

#64336E
(100,51,110)
0 Favorites   0 Comments

Color spaces of #64336e

RGB 10051110
HSL0.810.370.32
HSV290°54°43°
CMYK 0.090.540.00   0.57
XYZ9.25386.202815.4614
Yxy6.20280.29930.2006
Hunter Lab24.905422.7386-19.3737
CIE-Lab29.918532.0947-25.1724

#64336e color RGB value is (100,51,110).

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

The process color (four color CMYK) of #64336e color hex is 0.09, 0.54, 0.00, 0.57. Web safe color of #64336e is #663366. Color #64336e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 01101110
Octal 144 63 156
Decimal 100 51 110
Hex 64 33 6E

RGB Percentages of Color #64336e

%38.31
%19.54
%42.15

CMYK Percentages of Color #64336e

%9
%54
%0
%57

Triadic Colors of #64336e

#64336e #6e6433 #336e64

Analogous Colors of #64336e

#64336e #6e335b #46336e

Monochromatic Colors of #64336e

#64336e

Complementary Color

#64336e #3d6e33

#64336e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64336e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64336e Color CSS Codes

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

#64336e Text Font Color

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

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


#64336e Background Color

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

This div background color is #64336e


#64336e Border Color

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

This div border color is #64336e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64336e


Comments

No comments written yet.

Please login to write comment.