Color Hex Logo

#601370 Color Hex

#601370
(96,19,112)
0 Favorites   0 Comments

Color spaces of #601370

RGB 9619112
HSL0.800.710.26
HSV290°83°44°
CMYK 0.140.830.00   0.56
XYZ7.98144.122415.7043
Yxy4.12240.28700.1482
Hunter Lab20.303734.6370-31.6465
CIE-Lab24.072046.2284-35.7960

#601370 color RGB value is (96,19,112).

#601370 hex color red value is 96, green value is 19 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #601370 hue: 0.80 , saturation: 0.71 and the lightness value of 601370 is 0.26.

The process color (four color CMYK) of #601370 color hex is 0.14, 0.83, 0.00, 0.56. Web safe color of #601370 is #660066. Color #601370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 01110000
Octal 140 23 160
Decimal 96 19 112
Hex 60 13 70

RGB Percentages of Color #601370

%42.29
%8.37
%49.34

CMYK Percentages of Color #601370

%14
%83
%0
%56

Triadic Colors of #601370

#601370 #706013 #137060

Analogous Colors of #601370

#601370 #701351 #321370

Monochromatic Colors of #601370

#601370

Complementary Color

#601370 #237013

#601370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601370 Color CSS Codes

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

#601370 Text Font Color

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

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


#601370 Background Color

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

This div background color is #601370


#601370 Border Color

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

This div border color is #601370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601370


Comments

No comments written yet.

Please login to write comment.