Color Hex Logo

#64295f Color Hex

#64295F
(100,41,95)
0 Favorites   0 Comments

Color spaces of #64295f

RGB 1004195
HSL0.850.420.28
HSV305°59°39°
CMYK 0.000.590.05   0.61
XYZ8.11405.121411.3873
Yxy5.12140.32950.2080
Hunter Lab22.630524.3964-13.9924
CIE-Lab27.077934.4781-19.9566

#64295f color RGB value is (100,41,95).

#64295f hex color red value is 100, green value is 41 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #64295f hue: 0.85 , saturation: 0.42 and the lightness value of 64295f is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00101001 01011111
Octal 144 51 137
Decimal 100 41 95
Hex 64 29 5F

RGB Percentages of Color #64295f

%42.37
%17.37
%40.25

CMYK Percentages of Color #64295f

%0
%59
%5
%61

Triadic Colors of #64295f

#64295f #5f6429 #295f64

Analogous Colors of #64295f

#64295f #642941 #4c2964

Monochromatic Colors of #64295f

#64295f

Complementary Color

#64295f #29642e

#64295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64295f Color CSS Codes

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

#64295f Text Font Color

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

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


#64295f Background Color

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

This div background color is #64295f


#64295f Border Color

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

This div border color is #64295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64295f


Comments

No comments written yet.

Please login to write comment.