Color Hex Logo

#601273 Color Hex

#601273
(96,18,115)
0 Favorites   0 Comments

Color spaces of #601273

RGB 9618115
HSL0.800.730.26
HSV288°84°45°
CMYK 0.170.840.00   0.55
XYZ8.13474.157216.5933
Yxy4.15720.28160.1439
Hunter Lab20.389235.5352-33.9794
CIE-Lab24.184547.1367-37.5450

#601273 color RGB value is (96,18,115).

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

The process color (four color CMYK) of #601273 color hex is 0.17, 0.84, 0.00, 0.55. Web safe color of #601273 is #660066. Color #601273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010010 01110011
Octal 140 22 163
Decimal 96 18 115
Hex 60 12 73

RGB Percentages of Color #601273

%41.92
%7.86
%50.22

CMYK Percentages of Color #601273

%17
%84
%0
%55

Triadic Colors of #601273

#601273 #736012 #127360

Analogous Colors of #601273

#601273 #731256 #2f1273

Monochromatic Colors of #601273

#601273

Complementary Color

#601273 #257312

#601273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601273 Color CSS Codes

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

#601273 Text Font Color

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

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


#601273 Background Color

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

This div background color is #601273


#601273 Border Color

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

This div border color is #601273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601273


Comments

No comments written yet.

Please login to write comment.