Color Hex Logo

#64065f Color Hex

#64065F
(100,6,95)
0 Favorites   0 Comments

Color spaces of #64065f

RGB 100695
HSL0.840.890.21
HSV303°94°39°
CMYK 0.000.940.05   0.61
XYZ7.38623.665811.1447
Yxy3.66580.33280.1652
Hunter Lab19.146335.3553-21.1092
CIE-Lab22.534347.2726-27.1163

#64065f color RGB value is (100,6,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000110 01011111
Octal 144 6 137
Decimal 100 6 95
Hex 64 6 5F

RGB Percentages of Color #64065f

%49.75
%2.99
%47.26

CMYK Percentages of Color #64065f

%0
%94
%5
%61

Triadic Colors of #64065f

#64065f #5f6406 #065f64

Analogous Colors of #64065f

#64065f #640630 #3a0664

Monochromatic Colors of #64065f

#64065f

Complementary Color

#64065f #06640b

#64065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#64065f Color CSS Codes

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

#64065f Text Font Color

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

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


#64065f Background Color

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

This div background color is #64065f


#64065f Border Color

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

This div border color is #64065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64065f


Comments

No comments written yet.

Please login to write comment.