Color Hex Logo

#64465f Color Hex

#64465F
(100,70,95)
0 Favorites   0 Comments

Color spaces of #64465f

RGB 1007095
HSL0.860.180.33
HSV310°30°39°
CMYK 0.000.300.05   0.61
XYZ9.51127.915911.8531
Yxy7.91590.32480.2703
Hunter Lab28.135211.1059-5.2837
CIE-Lab33.807117.4465-9.6221

#64465f color RGB value is (100,70,95).

#64465f hex color red value is 100, green value is 70 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #64465f hue: 0.86 , saturation: 0.18 and the lightness value of 64465f is 0.33.

The process color (four color CMYK) of #64465f color hex is 0.00, 0.30, 0.05, 0.61. Web safe color of #64465f is #663366. Color #64465f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01000110 01011111
Octal 144 106 137
Decimal 100 70 95
Hex 64 46 5F

RGB Percentages of Color #64465f

%37.74
%26.42
%35.85

CMYK Percentages of Color #64465f

%0
%30
%5
%61

Triadic Colors of #64465f

#64465f #5f6446 #465f64

Analogous Colors of #64465f

#64465f #644650 #5a4664

Monochromatic Colors of #64465f

#64465f

Complementary Color

#64465f #46644b

#64465f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64465f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64465f Color CSS Codes

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

#64465f Text Font Color

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

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


#64465f Background Color

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

This div background color is #64465f


#64465f Border Color

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

This div border color is #64465f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64465f


Comments

No comments written yet.

Please login to write comment.