Color Hex Logo

#64385d Color Hex

#64385D
(100,56,93)
0 Favorites   0 Comments

Color spaces of #64385d

RGB 1005693
HSL0.860.280.31
HSV310°44°39°
CMYK 0.000.440.07   0.61
XYZ8.64556.328011.1217
Yxy6.32800.33130.2425
Hunter Lab25.155517.3251-8.6043
CIE-Lab30.225325.6172-13.7915

#64385d color RGB value is (100,56,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 01011101
Octal 144 70 135
Decimal 100 56 93
Hex 64 38 5D

RGB Percentages of Color #64385d

%40.16
%22.49
%37.35

CMYK Percentages of Color #64385d

%0
%44
%7
%61

Triadic Colors of #64385d

#64385d #5d6438 #385d64

Analogous Colors of #64385d

#64385d #643847 #553864

Monochromatic Colors of #64385d

#64385d

Complementary Color

#64385d #38643f

#64385d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64385d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64385d Color CSS Codes

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

#64385d Text Font Color

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

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


#64385d Background Color

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

This div background color is #64385d


#64385d Border Color

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

This div border color is #64385d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64385d


Comments

No comments written yet.

Please login to write comment.