Color Hex Logo

#601327 Color Hex

#601327
(96,19,39)
0 Favorites   0 Comments

Color spaces of #601327

RGB 961939
HSL0.960.670.23
HSV344°80°38°
CMYK 0.000.800.59   0.62
XYZ5.42303.09902.2318
Yxy3.09900.50430.2882
Hunter Lab17.604024.18094.8061
CIE-Lab20.436135.43598.0863

#601327 color RGB value is (96,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00100111
Octal 140 23 47
Decimal 96 19 39
Hex 60 13 27

RGB Percentages of Color #601327

%62.34
%12.34
%25.32

CMYK Percentages of Color #601327

%0
%80
%59
%62

Triadic Colors of #601327

#601327 #276013 #132760

Analogous Colors of #601327

#601327 #602613 #60134e

Monochromatic Colors of #601327

#601327

Complementary Color

#601327 #13604c

#601327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601327 Color CSS Codes

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

#601327 Text Font Color

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

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


#601327 Background Color

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

This div background color is #601327


#601327 Border Color

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

This div border color is #601327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601327


Comments

No comments written yet.

Please login to write comment.