Color Hex Logo

#601685 Color Hex

#601685
(96,22,133)
0 Favorites   0 Comments

Color spaces of #601685

RGB 9622133
HSL0.780.720.30
HSV280°83°52°
CMYK 0.280.830.00   0.48
XYZ9.34444.754122.6154
Yxy4.75410.25450.1295
Hunter Lab21.803938.3421-46.2339
CIE-Lab26.022449.6363-45.9911

#601685 color RGB value is (96,22,133).

#601685 hex color red value is 96, green value is 22 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #601685 hue: 0.78 , saturation: 0.72 and the lightness value of 601685 is 0.30.

The process color (four color CMYK) of #601685 color hex is 0.28, 0.83, 0.00, 0.48. Web safe color of #601685 is #660099. Color #601685 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010110 10000101
Octal 140 26 205
Decimal 96 22 133
Hex 60 16 85

RGB Percentages of Color #601685

%38.25
%8.76
%52.99

CMYK Percentages of Color #601685

%28
%83
%0
%48

Triadic Colors of #601685

#601685 #856016 #168560

Analogous Colors of #601685

#601685 #851673 #291685

Monochromatic Colors of #601685

#601685

Complementary Color

#601685 #3b8516

#601685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601685 Color CSS Codes

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

#601685 Text Font Color

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

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


#601685 Background Color

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

This div background color is #601685


#601685 Border Color

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

This div border color is #601685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601685


Comments

No comments written yet.

Please login to write comment.