Color Hex Logo

#601332 Color Hex

#601332
(96,19,50)
0 Favorites   0 Comments

Color spaces of #601332

RGB 961950
HSL0.930.670.23
HSV336°80°38°
CMYK 0.000.800.48   0.62
XYZ5.63253.18283.3351
Yxy3.18280.46360.2620
Hunter Lab17.840425.13461.4046
CIE-Lab20.761636.48030.8053

#601332 color RGB value is (96,19,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00010011 00110010
Octal 140 23 62
Decimal 96 19 50
Hex 60 13 32

RGB Percentages of Color #601332

%58.18
%11.52
%30.30

CMYK Percentages of Color #601332

%0
%80
%48
%62

Triadic Colors of #601332

#601332 #326013 #133260

Analogous Colors of #601332

#601332 #601b13 #601358

Monochromatic Colors of #601332

#601332

Complementary Color

#601332 #136041

#601332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#601332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#601332 Color CSS Codes

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

#601332 Text Font Color

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

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


#601332 Background Color

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

This div background color is #601332


#601332 Border Color

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

This div border color is #601332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #601332


Comments

No comments written yet.

Please login to write comment.