Color Hex Logo

#64334f Color Hex

#64334F
(100,51,79)
0 Favorites   0 Comments

Color spaces of #64334f

RGB 1005179
HSL0.900.320.30
HSV326°49°39°
CMYK 0.000.490.21   0.61
XYZ7.85065.64158.0723
Yxy5.64150.36410.2616
Hunter Lab23.751817.4332-3.5240
CIE-Lab28.489425.9855-7.3129

#64334f color RGB value is (100,51,79).

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

The process color (four color CMYK) of #64334f color hex is 0.00, 0.49, 0.21, 0.61. Web safe color of #64334f is #663366. Color #64334f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110011 01001111
Octal 144 63 117
Decimal 100 51 79
Hex 64 33 4F

RGB Percentages of Color #64334f

%43.48
%22.17
%34.35

CMYK Percentages of Color #64334f

%0
%49
%21
%61

Triadic Colors of #64334f

#64334f #4f6433 #334f64

Analogous Colors of #64334f

#64334f #643337 #613364

Monochromatic Colors of #64334f

#64334f

Complementary Color

#64334f #336448

#64334f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64334f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64334f Color CSS Codes

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

#64334f Text Font Color

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

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


#64334f Background Color

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

This div background color is #64334f


#64334f Border Color

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

This div border color is #64334f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64334f


Comments

No comments written yet.

Please login to write comment.