Color Hex Logo

#641379 Color Hex

#641379
(100,19,121)
0 Favorites   0 Comments

Color spaces of #641379

RGB 10019121
HSL0.800.730.27
HSV288°84°47°
CMYK 0.170.840.00   0.53
XYZ8.93964.555518.4973
Yxy4.55550.27940.1424
Hunter Lab21.343637.4119-36.4427
CIE-Lab25.428948.8129-39.3385

#641379 color RGB value is (100,19,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010011 01111001
Octal 144 23 171
Decimal 100 19 121
Hex 64 13 79

RGB Percentages of Color #641379

%41.67
%7.92
%50.42

CMYK Percentages of Color #641379

%17
%84
%0
%53

Triadic Colors of #641379

#641379 #796413 #137964

Analogous Colors of #641379

#641379 #79135b #311379

Monochromatic Colors of #641379

#641379

Complementary Color

#641379 #287913

#641379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#641379 Color CSS Codes

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

#641379 Text Font Color

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

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


#641379 Background Color

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

This div background color is #641379


#641379 Border Color

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

This div border color is #641379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641379


Comments

No comments written yet.

Please login to write comment.