Color Hex Logo

#641468 Color Hex

#641468
(100,20,104)
0 Favorites   0 Comments

Color spaces of #641468

RGB 10020104
HSL0.830.680.24
HSV297°81°41°
CMYK 0.040.810.00   0.59
XYZ8.00444.209113.4873
Yxy4.20910.31140.1638
Hunter Lab20.516133.7390-24.6160
CIE-Lab24.351045.2360-30.1270

#641468 color RGB value is (100,20,104).

#641468 hex color red value is 100, green value is 20 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #641468 hue: 0.83 , saturation: 0.68 and the lightness value of 641468 is 0.24.

The process color (four color CMYK) of #641468 color hex is 0.04, 0.81, 0.00, 0.59. Web safe color of #641468 is #660066. Color #641468 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010100 01101000
Octal 144 24 150
Decimal 100 20 104
Hex 64 14 68

RGB Percentages of Color #641468

%44.64
%8.93
%46.43

CMYK Percentages of Color #641468

%4
%81
%0
%59

Triadic Colors of #641468

#641468 #686414 #146864

Analogous Colors of #641468

#641468 #681442 #3a1468

Monochromatic Colors of #641468

#641468

Complementary Color

#641468 #186814

#641468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#641468 Color CSS Codes

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

#641468 Text Font Color

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

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


#641468 Background Color

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

This div background color is #641468


#641468 Border Color

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

This div border color is #641468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641468


Comments

No comments written yet.

Please login to write comment.