Color Hex Logo

#64385c Color Hex

#64385C
(100,56,92)
0 Favorites   0 Comments

Color spaces of #64385c

RGB 1005692
HSL0.860.280.31
HSV311°44°39°
CMYK 0.000.440.08   0.61
XYZ8.60156.310410.8899
Yxy6.31040.33340.2446
Hunter Lab25.120517.1592-8.1182
CIE-Lab30.182425.4199-13.2114

#64385c color RGB value is (100,56,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00111000 01011100
Octal 144 70 134
Decimal 100 56 92
Hex 64 38 5C

RGB Percentages of Color #64385c

%40.32
%22.58
%37.10

CMYK Percentages of Color #64385c

%0
%44
%8
%61

Triadic Colors of #64385c

#64385c #5c6438 #385c64

Analogous Colors of #64385c

#64385c #643846 #563864

Monochromatic Colors of #64385c

#64385c

Complementary Color

#64385c #386440

#64385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64385c Color CSS Codes

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

#64385c Text Font Color

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

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


#64385c Background Color

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

This div background color is #64385c


#64385c Border Color

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

This div border color is #64385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64385c


Comments

No comments written yet.

Please login to write comment.