Color Hex Logo

#64395d Color Hex

#64395D
(100,57,93)
0 Favorites   0 Comments

Color spaces of #64395d

RGB 1005793
HSL0.860.270.31
HSV310°43°39°
CMYK 0.000.430.07   0.61
XYZ8.69446.425911.1380
Yxy6.42590.33110.2447
Hunter Lab25.349416.8611-8.3063
CIE-Lab30.462525.0181-13.4283

#64395d color RGB value is (100,57,93).

#64395d hex color red value is 100, green value is 57 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #64395d hue: 0.86 , saturation: 0.27 and the lightness value of 64395d is 0.31.

The process color (four color CMYK) of #64395d color hex is 0.00, 0.43, 0.07, 0.61. Web safe color of #64395d is #663366. Color #64395d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111001 01011101
Octal 144 71 135
Decimal 100 57 93
Hex 64 39 5D

RGB Percentages of Color #64395d

%40.00
%22.80
%37.20

CMYK Percentages of Color #64395d

%0
%43
%7
%61

Triadic Colors of #64395d

#64395d #5d6439 #395d64

Analogous Colors of #64395d

#64395d #643948 #563964

Monochromatic Colors of #64395d

#64395d

Complementary Color

#64395d #396440

#64395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64395d Color CSS Codes

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

#64395d Text Font Color

<p style="color:#64395d">Text here</p>

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


#64395d Background Color

<div style="background-color:#64395d">
Div content here</div>

This div background color is #64395d


#64395d Border Color

<div style="border:3px solid #64395d">
Div here</div>

This div border color is #64395d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,57,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64395d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64395d;
  -webkit-box-shadow: 1px 1px 3px 2px #64395d;
  box-shadow:         1px 1px 3px 2px #64395d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64395d


Comments

No comments written yet.

Please login to write comment.