Color Hex Logo

#64325d Color Hex

#64325D
(100,50,93)
0 Favorites   0 Comments

Color spaces of #64325d

RGB 1005093
HSL0.860.330.29
HSV308°50°39°
CMYK 0.000.500.07   0.61
XYZ8.37195.780811.0305
Yxy5.78080.33240.2295
Hunter Lab24.043320.0781-10.3706
CIE-Lab28.852629.1368-15.9021

#64325d color RGB value is (100,50,93).

#64325d hex color red value is 100, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #64325d hue: 0.86 , saturation: 0.33 and the lightness value of 64325d is 0.29.

The process color (four color CMYK) of #64325d color hex is 0.00, 0.50, 0.07, 0.61. Web safe color of #64325d is #663366. Color #64325d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110010 01011101
Octal 144 62 135
Decimal 100 50 93
Hex 64 32 5D

RGB Percentages of Color #64325d

%41.15
%20.58
%38.27

CMYK Percentages of Color #64325d

%0
%50
%7
%61

Triadic Colors of #64325d

#64325d #5d6432 #325d64

Analogous Colors of #64325d

#64325d #643244 #523264

Monochromatic Colors of #64325d

#64325d

Complementary Color

#64325d #326439

#64325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64325d Color CSS Codes

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

#64325d Text Font Color

<p style="color:#64325d">Text here</p>

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


#64325d Background Color

<div style="background-color:#64325d">
Div content here</div>

This div background color is #64325d


#64325d Border Color

<div style="border:3px solid #64325d">
Div here</div>

This div border color is #64325d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,50,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64325d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64325d;
  -webkit-box-shadow: 1px 1px 3px 2px #64325d;
  box-shadow:         1px 1px 3px 2px #64325d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64325d


Comments

No comments written yet.

Please login to write comment.