Color Hex Logo

#64557e Color Hex

#64557E
(100,85,126)
0 Favorites   0 Comments

Color spaces of #64557e

RGB 10085126
HSL0.730.190.41
HSV262°33°49°
CMYK 0.210.330.00   0.51
XYZ12.269910.712721.1597
Yxy10.71270.27800.2427
Hunter Lab32.73039.6380-15.4191
CIE-Lab39.092315.2326-20.8589

#64557e color RGB value is (100,85,126).

#64557e hex color red value is 100, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64557e hue: 0.73 , saturation: 0.19 and the lightness value of 64557e is 0.41.

The process color (four color CMYK) of #64557e color hex is 0.21, 0.33, 0.00, 0.51. Web safe color of #64557e is #666666. Color #64557e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010101 01111110
Octal 144 125 176
Decimal 100 85 126
Hex 64 55 7E

RGB Percentages of Color #64557e

%32.15
%27.33
%40.51

CMYK Percentages of Color #64557e

%21
%33
%0
%51

Triadic Colors of #64557e

#64557e #7e6455 #557e64

Analogous Colors of #64557e

#64557e #79557e #555b7e

Monochromatic Colors of #64557e

#64557e

Complementary Color

#64557e #6f7e55

#64557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64557e Color CSS Codes

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

#64557e Text Font Color

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

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


#64557e Background Color

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

This div background color is #64557e


#64557e Border Color

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

This div border color is #64557e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,85,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 #64557e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64557e


Comments

No comments written yet.

Please login to write comment.