Color Hex Logo

#64537e Color Hex

#64537E
(100,83,126)
0 Favorites   0 Comments

Color spaces of #64537e

RGB 10083126
HSL0.730.210.41
HSV264°34°49°
CMYK 0.210.340.00   0.51
XYZ12.114710.402221.1080
Yxy10.40220.27770.2384
Hunter Lab32.252410.6066-16.2263
CIE-Lab38.554816.4794-21.6912

#64537e color RGB value is (100,83,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010011 01111110
Octal 144 123 176
Decimal 100 83 126
Hex 64 53 7E

RGB Percentages of Color #64537e

%32.36
%26.86
%40.78

CMYK Percentages of Color #64537e

%21
%34
%0
%51

Triadic Colors of #64537e

#64537e #7e6453 #537e64

Analogous Colors of #64537e

#64537e #7a537e #53587e

Monochromatic Colors of #64537e

#64537e

Complementary Color

#64537e #6d7e53

#64537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64537e Color CSS Codes

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

#64537e Text Font Color

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

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


#64537e Background Color

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

This div background color is #64537e


#64537e Border Color

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

This div border color is #64537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64537e


Comments

No comments written yet.

Please login to write comment.