Color Hex Logo

#64426d Color Hex

#64426D
(100,66,109)
0 Favorites   0 Comments

Color spaces of #64426d

RGB 10066109
HSL0.800.250.34
HSV287°39°43°
CMYK 0.080.390.00   0.57
XYZ9.96417.709915.4310
Yxy7.70990.30100.2329
Hunter Lab27.766715.4631-13.5130
CIE-Lab33.371322.9527-19.1508

#64426d color RGB value is (100,66,109).

#64426d hex color red value is 100, green value is 66 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #64426d hue: 0.80 , saturation: 0.25 and the lightness value of 64426d is 0.34.

The process color (four color CMYK) of #64426d color hex is 0.08, 0.39, 0.00, 0.57. Web safe color of #64426d is #663366. Color #64426d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000010 01101101
Octal 144 102 155
Decimal 100 66 109
Hex 64 42 6D

RGB Percentages of Color #64426d

%36.36
%24.00
%39.64

CMYK Percentages of Color #64426d

%8
%39
%0
%57

Triadic Colors of #64426d

#64426d #6d6442 #426d64

Analogous Colors of #64426d

#64426d #6d4260 #4f426d

Monochromatic Colors of #64426d

#64426d

Complementary Color

#64426d #4b6d42

#64426d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64426d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64426d Color CSS Codes

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

#64426d Text Font Color

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

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


#64426d Background Color

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

This div background color is #64426d


#64426d Border Color

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

This div border color is #64426d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64426d


Comments

No comments written yet.

Please login to write comment.