Color Hex Logo

#645864 Color Hex

#645864
(100,88,100)
0 Favorites   0 Comments

Color spaces of #645864

RGB 10088100
HSL0.830.060.37
HSV300°12°39°
CMYK 0.000.120.00   0.61
XYZ11.045510.608913.5221
Yxy10.60890.31400.3016
Hunter Lab32.57133.5327-1.8146
CIE-Lab38.91387.3003-5.1044

#645864 color RGB value is (100,88,100).

#645864 hex color red value is 100, green value is 88 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #645864 hue: 0.83 , saturation: 0.06 and the lightness value of 645864 is 0.37.

The process color (four color CMYK) of #645864 color hex is 0.00, 0.12, 0.00, 0.61. Web safe color of #645864 is #666666. Color #645864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011000 01100100
Octal 144 130 144
Decimal 100 88 100
Hex 64 58 64

RGB Percentages of Color #645864

%34.72
%30.56
%34.72

CMYK Percentages of Color #645864

%0
%12
%0
%61

Triadic Colors of #645864

#645864 #646458 #586464

Analogous Colors of #645864

#645864 #64585e #5e5864

Monochromatic Colors of #645864

#645864

Complementary Color

#645864 #586458

#645864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645864 Color CSS Codes

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

#645864 Text Font Color

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

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


#645864 Background Color

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

This div background color is #645864


#645864 Border Color

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

This div border color is #645864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645864


Comments

No comments written yet.

Please login to write comment.