Color Hex Logo

#641aab Color Hex

#641AAB
(100,26,171)
0 Favorites   0 Comments

Color spaces of #641aab

RGB 10026171
HSL0.750.740.39
HSV271°85°67°
CMYK 0.420.850.00   0.33
XYZ12.97566.388439.0773
Yxy6.38840.22200.1093
Hunter Lab25.275347.4050-73.9737
CIE-Lab30.371957.5749-62.1781

#641aab color RGB value is (100,26,171).

#641aab hex color red value is 100, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #641aab hue: 0.75 , saturation: 0.74 and the lightness value of 641aab is 0.39.

The process color (four color CMYK) of #641aab color hex is 0.42, 0.85, 0.00, 0.33. Web safe color of #641aab is #663399. Color #641aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00011010 10101011
Octal 144 32 253
Decimal 100 26 171
Hex 64 1A AB

RGB Percentages of Color #641aab

%33.67
%8.75
%57.58

CMYK Percentages of Color #641aab

%42
%85
%0
%33

Triadic Colors of #641aab

#641aab #ab641a #1aab64

Analogous Colors of #641aab

#641aab #ab1aaa #1b1aab

Monochromatic Colors of #641aab

#641aab

Complementary Color

#641aab #61ab1a

#641aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#641aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#641aab Color CSS Codes

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

#641aab Text Font Color

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

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


#641aab Background Color

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

This div background color is #641aab


#641aab Border Color

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

This div border color is #641aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,26,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #641aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #641aab;
  -webkit-box-shadow: 1px 1px 3px 2px #641aab;
  box-shadow:         1px 1px 3px 2px #641aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #641aab


Comments

No comments written yet.

Please login to write comment.