Color Hex Logo

#64577e Color Hex

#64577E
(100,87,126)
0 Favorites   0 Comments

Color spaces of #64577e

RGB 10087126
HSL0.720.180.42
HSV260°31°49°
CMYK 0.210.310.00   0.51
XYZ12.429611.032121.2130
Yxy11.03210.27820.2469
Hunter Lab33.21468.6729-14.6162
CIE-Lab39.634513.9872-20.0213

#64577e color RGB value is (100,87,126).

#64577e hex color red value is 100, green value is 87 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64577e hue: 0.72 , saturation: 0.18 and the lightness value of 64577e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010111 01111110
Octal 144 127 176
Decimal 100 87 126
Hex 64 57 7E

RGB Percentages of Color #64577e

%31.95
%27.80
%40.26

CMYK Percentages of Color #64577e

%21
%31
%0
%51

Triadic Colors of #64577e

#64577e #7e6457 #577e64

Analogous Colors of #64577e

#64577e #78577e #575e7e

Monochromatic Colors of #64577e

#64577e

Complementary Color

#64577e #717e57

#64577e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64577e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64577e Color CSS Codes

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

#64577e Text Font Color

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

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


#64577e Background Color

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

This div background color is #64577e


#64577e Border Color

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

This div border color is #64577e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64577e


Comments

No comments written yet.

Please login to write comment.