Color Hex Logo

#601973 Color Hex

#601973
(96,25,115)
0 Favorites   0 Comments

Color spaces of #601973

RGB 9625115
HSL0.800.640.27
HSV287°78°45°
CMYK 0.170.780.00   0.55
XYZ8.26604.419916.6371
Yxy4.41990.28190.1507
Hunter Lab21.023633.3910-32.2030
CIE-Lab25.013744.7417-36.2093

#601973 color RGB value is (96,25,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011001 01110011
Octal 140 31 163
Decimal 96 25 115
Hex 60 19 73

RGB Percentages of Color #601973

%40.68
%10.59
%48.73

CMYK Percentages of Color #601973

%17
%78
%0
%55

Triadic Colors of #601973

#601973 #736019 #197360

Analogous Colors of #601973

#601973 #731959 #331973

Monochromatic Colors of #601973

#601973

Complementary Color

#601973 #2c7319

#601973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601973 Color CSS Codes

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

#601973 Text Font Color

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

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


#601973 Background Color

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

This div background color is #601973


#601973 Border Color

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

This div border color is #601973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,25,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 #601973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601973


Comments

No comments written yet.

Please login to write comment.