Color Hex Logo

#601079 Color Hex

#601079
(96,16,121)
0 Favorites   0 Comments

Color spaces of #601079

RGB 9616121
HSL0.790.770.27
HSV286°87°47°
CMYK 0.210.870.00   0.53
XYZ8.46044.237918.4612
Yxy4.23790.27150.1360
Hunter Lab20.586237.3333-38.7596
CIE-Lab24.442848.9254-40.9665

#601079 color RGB value is (96,16,121).

#601079 hex color red value is 96, green value is 16 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #601079 hue: 0.79 , saturation: 0.77 and the lightness value of 601079 is 0.27.

The process color (four color CMYK) of #601079 color hex is 0.21, 0.87, 0.00, 0.53. Web safe color of #601079 is #660066. Color #601079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010000 01111001
Octal 140 20 171
Decimal 96 16 121
Hex 60 10 79

RGB Percentages of Color #601079

%41.20
%6.87
%51.93

CMYK Percentages of Color #601079

%21
%87
%0
%53

Triadic Colors of #601079

#601079 #796010 #107960

Analogous Colors of #601079

#601079 #79105d #2c1079

Monochromatic Colors of #601079

#601079

Complementary Color

#601079 #297910

#601079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601079 Color CSS Codes

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

#601079 Text Font Color

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

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


#601079 Background Color

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

This div background color is #601079


#601079 Border Color

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

This div border color is #601079


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,16,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #601079; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #601079;
  -webkit-box-shadow: 1px 1px 3px 2px #601079;
  box-shadow:         1px 1px 3px 2px #601079; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601079


Comments

No comments written yet.

Please login to write comment.