Color Hex Logo

#601aab Color Hex

#601AAB
(96,26,171)
0 Favorites   0 Comments

Color spaces of #601aab

RGB 9626171
HSL0.750.740.39
HSV269°85°67°
CMYK 0.440.850.00   0.33
XYZ12.54406.165939.0571
Yxy6.16590.21710.1067
Hunter Lab24.831246.7182-75.8755
CIE-Lab29.827257.0362-63.0928

#601aab color RGB value is (96,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 10101011
Octal 140 32 253
Decimal 96 26 171
Hex 60 1A AB

RGB Percentages of Color #601aab

%32.76
%8.87
%58.36

CMYK Percentages of Color #601aab

%44
%85
%0
%33

Triadic Colors of #601aab

#601aab #ab601a #1aab60

Analogous Colors of #601aab

#601aab #a91aab #1a1dab

Monochromatic Colors of #601aab

#601aab

Complementary Color

#601aab #65ab1a

#601aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#601aab Color CSS Codes

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

#601aab Text Font Color

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

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


#601aab Background Color

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

This div background color is #601aab


#601aab Border Color

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

This div border color is #601aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601aab


Comments

No comments written yet.

Please login to write comment.