Color Hex Logo

#64538e Color Hex

#64538E
(100,83,142)
0 Favorites   0 Comments

Color spaces of #64538e

RGB 10083142
HSL0.710.260.44
HSV257°42°56°
CMYK 0.300.420.00   0.44
XYZ13.231310.848826.9879
Yxy10.84880.25910.2124
Hunter Lab32.937514.0644-25.5240
CIE-Lab39.324620.6659-30.2445

#64538e color RGB value is (100,83,142).

#64538e hex color red value is 100, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #64538e hue: 0.71 , saturation: 0.26 and the lightness value of 64538e is 0.44.

The process color (four color CMYK) of #64538e color hex is 0.30, 0.42, 0.00, 0.44. Web safe color of #64538e is #666699. Color #64538e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010011 10001110
Octal 144 123 216
Decimal 100 83 142
Hex 64 53 8E

RGB Percentages of Color #64538e

%30.77
%25.54
%43.69

CMYK Percentages of Color #64538e

%30
%42
%0
%44

Triadic Colors of #64538e

#64538e #8e6453 #538e64

Analogous Colors of #64538e

#64538e #82538e #53608e

Monochromatic Colors of #64538e

#64538e

Complementary Color

#64538e #7d8e53

#64538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64538e Color CSS Codes

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

#64538e Text Font Color

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

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


#64538e Background Color

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

This div background color is #64538e


#64538e Border Color

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

This div border color is #64538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64538e


Comments

No comments written yet.

Please login to write comment.