Color Hex Logo

#64476f Color Hex

#64476F
(100,71,111)
0 Favorites   0 Comments

Color spaces of #64476f

RGB 10071111
HSL0.790.220.36
HSV284°36°44°
CMYK 0.100.360.00   0.56
XYZ10.37808.363516.1063
Yxy8.36350.29780.2400
Hunter Lab28.919713.4462-12.7767
CIE-Lab34.728720.3218-18.3098

#64476f color RGB value is (100,71,111).

#64476f hex color red value is 100, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #64476f hue: 0.79 , saturation: 0.22 and the lightness value of 64476f is 0.36.

The process color (four color CMYK) of #64476f color hex is 0.10, 0.36, 0.00, 0.56. Web safe color of #64476f is #663366. Color #64476f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000111 01101111
Octal 144 107 157
Decimal 100 71 111
Hex 64 47 6F

RGB Percentages of Color #64476f

%35.46
%25.18
%39.36

CMYK Percentages of Color #64476f

%10
%36
%0
%56

Triadic Colors of #64476f

#64476f #6f6447 #476f64

Analogous Colors of #64476f

#64476f #6f4766 #50476f

Monochromatic Colors of #64476f

#64476f

Complementary Color

#64476f #526f47

#64476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64476f Color CSS Codes

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

#64476f Text Font Color

<p style="color:#64476f">Text here</p>

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


#64476f Background Color

<div style="background-color:#64476f">
Div content here</div>

This div background color is #64476f


#64476f Border Color

<div style="border:3px solid #64476f">
Div here</div>

This div border color is #64476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64476f


Comments

No comments written yet.

Please login to write comment.