Color Hex Logo

#601331 Color Hex

#601331
(96,19,49)
0 Favorites   0 Comments

Color spaces of #601331

RGB 961949
HSL0.940.670.23
HSV337°80°38°
CMYK 0.000.800.49   0.62
XYZ5.61113.17433.2227
Yxy3.17430.46730.2643
Hunter Lab17.816625.03731.7471
CIE-Lab20.728836.37431.4599

#601331 color RGB value is (96,19,49).

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

The process color (four color CMYK) of #601331 color hex is 0.00, 0.80, 0.49, 0.62. Web safe color of #601331 is #660033. Color #601331 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00110001
Octal 140 23 61
Decimal 96 19 49
Hex 60 13 31

RGB Percentages of Color #601331

%58.54
%11.59
%29.88

CMYK Percentages of Color #601331

%0
%80
%49
%62

Triadic Colors of #601331

#601331 #316013 #133160

Analogous Colors of #601331

#601331 #601c13 #601358

Monochromatic Colors of #601331

#601331

Complementary Color

#601331 #136042

#601331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601331 Color CSS Codes

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

#601331 Text Font Color

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

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


#601331 Background Color

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

This div background color is #601331


#601331 Border Color

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

This div border color is #601331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601331


Comments

No comments written yet.

Please login to write comment.