Color Hex Logo

#601cab Color Hex

#601CAB
(96,28,171)
0 Favorites   0 Comments

Color spaces of #601cab

RGB 9628171
HSL0.750.720.39
HSV269°84°67°
CMYK 0.440.840.00   0.33
XYZ12.58986.257639.0724
Yxy6.25760.21740.1080
Hunter Lab25.015246.0600-75.0972
CIE-Lab30.053356.3712-62.7215

#601cab color RGB value is (96,28,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011100 10101011
Octal 140 34 253
Decimal 96 28 171
Hex 60 1C AB

RGB Percentages of Color #601cab

%32.54
%9.49
%57.97

CMYK Percentages of Color #601cab

%44
%84
%0
%33

Triadic Colors of #601cab

#601cab #ab601c #1cab60

Analogous Colors of #601cab

#601cab #a81cab #1c1fab

Monochromatic Colors of #601cab

#601cab

Complementary Color

#601cab #67ab1c

#601cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#601cab Color CSS Codes

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

#601cab Text Font Color

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

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


#601cab Background Color

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

This div background color is #601cab


#601cab Border Color

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

This div border color is #601cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601cab


Comments

No comments written yet.

Please login to write comment.