Color Hex Logo

#641479 Color Hex

#641479
(100,20,121)
0 Favorites   0 Comments

Color spaces of #641479

RGB 10020121
HSL0.800.720.28
HSV288°83°47°
CMYK 0.170.830.00   0.53
XYZ8.95694.590118.5031
Yxy4.59010.27950.1432
Hunter Lab21.424537.1322-36.2081
CIE-Lab25.533548.5085-39.1697

#641479 color RGB value is (100,20,121).

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

The process color (four color CMYK) of #641479 color hex is 0.17, 0.83, 0.00, 0.53. Web safe color of #641479 is #660066. Color #641479 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 01111001
Octal 144 24 171
Decimal 100 20 121
Hex 64 14 79

RGB Percentages of Color #641479

%41.49
%8.30
%50.21

CMYK Percentages of Color #641479

%17
%83
%0
%53

Triadic Colors of #641479

#641479 #796414 #147964

Analogous Colors of #641479

#641479 #79145b #321479

Monochromatic Colors of #641479

#641479

Complementary Color

#641479 #297914

#641479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#641479 Color CSS Codes

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

#641479 Text Font Color

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

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


#641479 Background Color

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

This div background color is #641479


#641479 Border Color

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

This div border color is #641479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641479


Comments

No comments written yet.

Please login to write comment.