Color Hex Logo

#64065e Color Hex

#64065E
(100,6,94)
0 Favorites   0 Comments

Color spaces of #64065e

RGB 100694
HSL0.840.890.21
HSV304°94°39°
CMYK 0.000.940.06   0.61
XYZ7.34103.647710.9068
Yxy3.64770.33530.1666
Hunter Lab19.099035.1863-20.4894
CIE-Lab22.470847.1103-26.5554

#64065e color RGB value is (100,6,94).

#64065e hex color red value is 100, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #64065e hue: 0.84 , saturation: 0.89 and the lightness value of 64065e is 0.21.

The process color (four color CMYK) of #64065e color hex is 0.00, 0.94, 0.06, 0.61. Web safe color of #64065e is #660066. Color #64065e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000110 01011110
Octal 144 6 136
Decimal 100 6 94
Hex 64 6 5E

RGB Percentages of Color #64065e

%50.00
%3.00
%47.00

CMYK Percentages of Color #64065e

%0
%94
%6
%61

Triadic Colors of #64065e

#64065e #5e6406 #065e64

Analogous Colors of #64065e

#64065e #64062f #3b0664

Monochromatic Colors of #64065e

#64065e

Complementary Color

#64065e #06640c

#64065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64065e Color CSS Codes

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

#64065e Text Font Color

<p style="color:#64065e">Text here</p>

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


#64065e Background Color

<div style="background-color:#64065e">
Div content here</div>

This div background color is #64065e


#64065e Border Color

<div style="border:3px solid #64065e">
Div here</div>

This div border color is #64065e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,6,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64065e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64065e;
  -webkit-box-shadow: 1px 1px 3px 2px #64065e;
  box-shadow:         1px 1px 3px 2px #64065e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64065e


Comments

No comments written yet.

Please login to write comment.