Color Hex Logo

#641477 Color Hex

#641477
(100,20,119)
0 Favorites   0 Comments

Color spaces of #641477

RGB 10020119
HSL0.800.710.27
HSV288°83°47°
CMYK 0.160.830.00   0.53
XYZ8.83554.541517.8637
Yxy4.54150.28280.1454
Hunter Lab21.310836.7126-34.7821
CIE-Lab25.386448.1100-38.1323

#641477 color RGB value is (100,20,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 01110111
Octal 144 24 167
Decimal 100 20 119
Hex 64 14 77

RGB Percentages of Color #641477

%41.84
%8.37
%49.79

CMYK Percentages of Color #641477

%16
%83
%0
%53

Triadic Colors of #641477

#641477 #776414 #147764

Analogous Colors of #641477

#641477 #771458 #331477

Monochromatic Colors of #641477

#641477

Complementary Color

#641477 #277714

#641477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#641477 Color CSS Codes

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

#641477 Text Font Color

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

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


#641477 Background Color

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

This div background color is #641477


#641477 Border Color

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

This div border color is #641477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641477


Comments

No comments written yet.

Please login to write comment.