Color Hex Logo

#64327e Color Hex

#64327E
(100,50,126)
0 Favorites   0 Comments

Color spaces of #64327e

RGB 10050126
HSL0.780.430.35
HSV279°60°49°
CMYK 0.210.600.00   0.51
XYZ10.16206.496920.4571
Yxy6.49690.27380.1750
Hunter Lab25.489026.5589-29.7429
CIE-Lab30.633036.3062-34.1473

#64327e color RGB value is (100,50,126).

#64327e hex color red value is 100, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64327e hue: 0.78 , saturation: 0.43 and the lightness value of 64327e is 0.35.

The process color (four color CMYK) of #64327e color hex is 0.21, 0.60, 0.00, 0.51. Web safe color of #64327e is #663366. Color #64327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110010 01111110
Octal 144 62 176
Decimal 100 50 126
Hex 64 32 7E

RGB Percentages of Color #64327e

%36.23
%18.12
%45.65

CMYK Percentages of Color #64327e

%21
%60
%0
%51

Triadic Colors of #64327e

#64327e #7e6432 #327e64

Analogous Colors of #64327e

#64327e #7e3272 #3e327e

Monochromatic Colors of #64327e

#64327e

Complementary Color

#64327e #4c7e32

#64327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64327e Color CSS Codes

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

#64327e Text Font Color

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

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


#64327e Background Color

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

This div background color is #64327e


#64327e Border Color

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

This div border color is #64327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64327e


Comments

No comments written yet.

Please login to write comment.