Color Hex Logo

#601abc Color Hex

#601ABC
(96,26,188)
0 Favorites   0 Comments

Color spaces of #601abc

RGB 9626188
HSL0.740.760.42
HSV266°86°74°
CMYK 0.490.860.00   0.26
XYZ14.27046.856448.1482
Yxy6.85640.20600.0990
Hunter Lab26.184751.4573-90.6925
CIE-Lab31.477761.1021-70.5132

#601abc color RGB value is (96,26,188).

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

The process color (four color CMYK) of #601abc color hex is 0.49, 0.86, 0.00, 0.26. Web safe color of #601abc is #6633cc. Color #601abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011010 10111100
Octal 140 32 274
Decimal 96 26 188
Hex 60 1A BC

RGB Percentages of Color #601abc

%30.97
%8.39
%60.65

CMYK Percentages of Color #601abc

%49
%86
%0
%26

Triadic Colors of #601abc

#601abc #bc601a #1abc60

Analogous Colors of #601abc

#601abc #b11abc #1a25bc

Monochromatic Colors of #601abc

#601abc

Complementary Color

#601abc #76bc1a

#601abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#601abc Color CSS Codes

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

#601abc Text Font Color

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

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


#601abc Background Color

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

This div background color is #601abc


#601abc Border Color

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

This div border color is #601abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601abc


Comments

No comments written yet.

Please login to write comment.