Color Hex Logo

#64509d Color Hex

#64509D
(100,80,157)
0 Favorites   0 Comments

Color spaces of #64509d

RGB 10080157
HSL0.710.320.46
HSV256°49°62°
CMYK 0.360.490.00   0.38
XYZ14.210010.881033.2496
Yxy10.88100.24360.1865
Hunter Lab32.986419.1688-36.6727
CIE-Lab39.379326.6681-39.1991

#64509d color RGB value is (100,80,157).

#64509d hex color red value is 100, green value is 80 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64509d hue: 0.71 , saturation: 0.32 and the lightness value of 64509d is 0.46.

The process color (four color CMYK) of #64509d color hex is 0.36, 0.49, 0.00, 0.38. Web safe color of #64509d is #666699. Color #64509d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01010000 10011101
Octal 144 120 235
Decimal 100 80 157
Hex 64 50 9D

RGB Percentages of Color #64509d

%29.67
%23.74
%46.59

CMYK Percentages of Color #64509d

%36
%49
%0
%38

Triadic Colors of #64509d

#64509d #9d6450 #509d64

Analogous Colors of #64509d

#64509d #8b509d #50629d

Monochromatic Colors of #64509d

#64509d

Complementary Color

#64509d #899d50

#64509d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64509d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64509d Color CSS Codes

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

#64509d Text Font Color

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

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


#64509d Background Color

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

This div background color is #64509d


#64509d Border Color

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

This div border color is #64509d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64509d


Comments

No comments written yet.

Please login to write comment.