Color Hex Logo

#601351 Color Hex

#601351
(96,19,81)
0 Favorites   0 Comments

Color spaces of #601351

RGB 961981
HSL0.870.670.23
HSV312°80°38°
CMYK 0.000.800.16   0.62
XYZ6.54193.54668.1243
Yxy3.54660.35920.1947
Hunter Lab18.832429.0496-12.3950
CIE-Lab22.112040.6318-18.4883

#601351 color RGB value is (96,19,81).

#601351 hex color red value is 96, green value is 19 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #601351 hue: 0.87 , saturation: 0.67 and the lightness value of 601351 is 0.23.

The process color (four color CMYK) of #601351 color hex is 0.00, 0.80, 0.16, 0.62. Web safe color of #601351 is #660066. Color #601351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 01010001
Octal 140 23 121
Decimal 96 19 81
Hex 60 13 51

RGB Percentages of Color #601351

%48.98
%9.69
%41.33

CMYK Percentages of Color #601351

%0
%80
%16
%62

Triadic Colors of #601351

#601351 #516013 #135160

Analogous Colors of #601351

#601351 #60132b #491360

Monochromatic Colors of #601351

#601351

Complementary Color

#601351 #136022

#601351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601351 Color CSS Codes

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

#601351 Text Font Color

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

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


#601351 Background Color

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

This div background color is #601351


#601351 Border Color

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

This div border color is #601351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601351


Comments

No comments written yet.

Please login to write comment.