Color Hex Logo

#601386 Color Hex

#601386
(96,19,134)
0 Favorites   0 Comments

Color spaces of #601386

RGB 9619134
HSL0.780.750.30
HSV280°86°53°
CMYK 0.280.860.00   0.47
XYZ9.35984.673822.9631
Yxy4.67380.25300.1263
Hunter Lab21.619039.4473-47.8430
CIE-Lab25.784550.7886-47.0053

#601386 color RGB value is (96,19,134).

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

The process color (four color CMYK) of #601386 color hex is 0.28, 0.86, 0.00, 0.47. Web safe color of #601386 is #660099. Color #601386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 10000110
Octal 140 23 206
Decimal 96 19 134
Hex 60 13 86

RGB Percentages of Color #601386

%38.55
%7.63
%53.82

CMYK Percentages of Color #601386

%28
%86
%0
%47

Triadic Colors of #601386

#601386 #866013 #138660

Analogous Colors of #601386

#601386 #861373 #271386

Monochromatic Colors of #601386

#601386

Complementary Color

#601386 #398613

#601386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601386 Color CSS Codes

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

#601386 Text Font Color

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

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


#601386 Background Color

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

This div background color is #601386


#601386 Border Color

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

This div border color is #601386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601386


Comments

No comments written yet.

Please login to write comment.