Color Hex Logo

#645979 Color Hex

#645979
(100,89,121)
0 Favorites   0 Comments

Color spaces of #645979

RGB 10089121
HSL0.720.150.41
HSV261°26°47°
CMYK 0.170.260.00   0.53
XYZ12.279111.234619.6105
Yxy11.23460.28470.2605
Hunter Lab33.51816.7356-11.2263
CIE-Lab39.972811.5004-16.4417

#645979 color RGB value is (100,89,121).

#645979 hex color red value is 100, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #645979 hue: 0.72 , saturation: 0.15 and the lightness value of 645979 is 0.41.

The process color (four color CMYK) of #645979 color hex is 0.17, 0.26, 0.00, 0.53. Web safe color of #645979 is #666666. Color #645979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011001 01111001
Octal 144 131 171
Decimal 100 89 121
Hex 64 59 79

RGB Percentages of Color #645979

%32.26
%28.71
%39.03

CMYK Percentages of Color #645979

%17
%26
%0
%53

Triadic Colors of #645979

#645979 #796459 #597964

Analogous Colors of #645979

#645979 #745979 #595e79

Monochromatic Colors of #645979

#645979

Complementary Color

#645979 #6e7959

#645979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645979 Color CSS Codes

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

#645979 Text Font Color

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

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


#645979 Background Color

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

This div background color is #645979


#645979 Border Color

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

This div border color is #645979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645979


Comments

No comments written yet.

Please login to write comment.