Color Hex Logo

#64385b Color Hex

#64385B
(100,56,91)
0 Favorites   0 Comments

Color spaces of #64385b

RGB 1005691
HSL0.870.280.31
HSV312°44°39°
CMYK 0.000.440.09   0.61
XYZ8.55806.293010.6611
Yxy6.29300.33540.2467
Hunter Lab25.085916.9948-7.6372
CIE-Lab30.140025.2240-12.6299

#64385b color RGB value is (100,56,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 01011011
Octal 144 70 133
Decimal 100 56 91
Hex 64 38 5B

RGB Percentages of Color #64385b

%40.49
%22.67
%36.84

CMYK Percentages of Color #64385b

%0
%44
%9
%61

Triadic Colors of #64385b

#64385b #5b6438 #385b64

Analogous Colors of #64385b

#64385b #643845 #573864

Monochromatic Colors of #64385b

#64385b

Complementary Color

#64385b #386441

#64385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64385b Color CSS Codes

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

#64385b Text Font Color

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

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


#64385b Background Color

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

This div background color is #64385b


#64385b Border Color

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

This div border color is #64385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64385b


Comments

No comments written yet.

Please login to write comment.