Color Hex Logo

#64479d Color Hex

#64479D
(100,71,157)
0 Favorites   0 Comments

Color spaces of #64479d

RGB 10071157
HSL0.720.380.45
HSV260°55°62°
CMYK 0.360.550.00   0.38
XYZ13.59469.650133.0444
Yxy9.65010.24150.1714
Hunter Lab31.064623.7527-41.3234
CIE-Lab37.207032.1441-42.6669

#64479d color RGB value is (100,71,157).

#64479d hex color red value is 100, green value is 71 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64479d hue: 0.72 , saturation: 0.38 and the lightness value of 64479d is 0.45.

The process color (four color CMYK) of #64479d color hex is 0.36, 0.55, 0.00, 0.38. Web safe color of #64479d is #663399. Color #64479d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000111 10011101
Octal 144 107 235
Decimal 100 71 157
Hex 64 47 9D

RGB Percentages of Color #64479d

%30.49
%21.65
%47.87

CMYK Percentages of Color #64479d

%36
%55
%0
%38

Triadic Colors of #64479d

#64479d #9d6447 #479d64

Analogous Colors of #64479d

#64479d #8f479d #47559d

Monochromatic Colors of #64479d

#64479d

Complementary Color

#64479d #809d47

#64479d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64479d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64479d Color CSS Codes

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

#64479d Text Font Color

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

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


#64479d Background Color

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

This div background color is #64479d


#64479d Border Color

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

This div border color is #64479d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64479d


Comments

No comments written yet.

Please login to write comment.