Color Hex Logo

#64537d Color Hex

#64537D
(100,83,125)
0 Favorites   0 Comments

Color spaces of #64537d

RGB 10083125
HSL0.730.200.41
HSV264°34°49°
CMYK 0.200.340.00   0.51
XYZ12.050510.376520.7698
Yxy10.37650.27900.2402
Hunter Lab32.212610.4036-15.6798
CIE-Lab38.509816.2279-21.1472

#64537d color RGB value is (100,83,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010011 01111101
Octal 144 123 175
Decimal 100 83 125
Hex 64 53 7D

RGB Percentages of Color #64537d

%32.47
%26.95
%40.58

CMYK Percentages of Color #64537d

%20
%34
%0
%51

Triadic Colors of #64537d

#64537d #7d6453 #537d64

Analogous Colors of #64537d

#64537d #79537d #53577d

Monochromatic Colors of #64537d

#64537d

Complementary Color

#64537d #6c7d53

#64537d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64537d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64537d Color CSS Codes

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

#64537d Text Font Color

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

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


#64537d Background Color

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

This div background color is #64537d


#64537d Border Color

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

This div border color is #64537d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64537d


Comments

No comments written yet.

Please login to write comment.