Color Hex Logo

#64375b Color Hex

#64375B
(100,55,91)
0 Favorites   0 Comments

Color spaces of #64375b

RGB 1005591
HSL0.870.290.30
HSV312°45°39°
CMYK 0.000.450.09   0.61
XYZ8.51006.197010.6451
Yxy6.19700.33570.2444
Hunter Lab24.893817.4566-7.9280
CIE-Lab29.904125.8207-12.9903

#64375b color RGB value is (100,55,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00110111 01011011
Octal 144 67 133
Decimal 100 55 91
Hex 64 37 5B

RGB Percentages of Color #64375b

%40.65
%22.36
%36.99

CMYK Percentages of Color #64375b

%0
%45
%9
%61

Triadic Colors of #64375b

#64375b #5b6437 #375b64

Analogous Colors of #64375b

#64375b #643745 #573764

Monochromatic Colors of #64375b

#64375b

Complementary Color

#64375b #376440

#64375b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64375b Color Preview on White Background

Lorem ipsum dolor sit amet.

#64375b Color CSS Codes

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

#64375b Text Font Color

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

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


#64375b Background Color

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

This div background color is #64375b


#64375b Border Color

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

This div border color is #64375b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64375b


Comments

No comments written yet.

Please login to write comment.