Color Hex Logo

#645996 Color Hex

#645996
(100,89,150)
0 Favorites   0 Comments

Color spaces of #645996

RGB 10089150
HSL0.700.260.47
HSV251°41°59°
CMYK 0.330.410.00   0.41
XYZ14.332912.056130.4258
Yxy12.05610.25230.2122
Hunter Lab34.721912.9200-27.6488
CIE-Lab41.305119.1300-31.9527

#645996 color RGB value is (100,89,150).

#645996 hex color red value is 100, green value is 89 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #645996 hue: 0.70 , saturation: 0.26 and the lightness value of 645996 is 0.47.

The process color (four color CMYK) of #645996 color hex is 0.33, 0.41, 0.00, 0.41. Web safe color of #645996 is #666699. Color #645996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 01011001 10010110
Octal 144 131 226
Decimal 100 89 150
Hex 64 59 96

RGB Percentages of Color #645996

%29.50
%26.25
%44.25

CMYK Percentages of Color #645996

%33
%41
%0
%41

Triadic Colors of #645996

#645996 #966459 #599664

Analogous Colors of #645996

#645996 #835996 #596d96

Monochromatic Colors of #645996

#645996

Complementary Color

#645996 #8b9659

#645996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#645996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#645996 Color CSS Codes

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

#645996 Text Font Color

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

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


#645996 Background Color

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

This div background color is #645996


#645996 Border Color

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

This div border color is #645996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #645996


Comments

No comments written yet.

Please login to write comment.