Color Hex Logo

#600321 Color Hex

#600321
(96,3,33)
0 Favorites   0 Comments

Color spaces of #600321

RGB 96333
HSL0.950.940.19
HSV341°97°38°
CMYK 0.000.970.66   0.62
XYZ5.13092.66171.6822
Yxy2.66170.54150.2809
Hunter Lab16.314727.58665.3069
CIE-Lab18.634739.68079.9027

#600321 color RGB value is (96,3,33).

#600321 hex color red value is 96, green value is 3 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #600321 hue: 0.95 , saturation: 0.94 and the lightness value of 600321 is 0.19.

The process color (four color CMYK) of #600321 color hex is 0.00, 0.97, 0.66, 0.62. Web safe color of #600321 is #660033. Color #600321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000011 00100001
Octal 140 3 41
Decimal 96 3 33
Hex 60 3 21

RGB Percentages of Color #600321

%72.73
%2.27
%25.00

CMYK Percentages of Color #600321

%0
%97
%66
%62

Triadic Colors of #600321

#600321 #216003 #032160

Analogous Colors of #600321

#600321 #601403 #600350

Monochromatic Colors of #600321

#600321

Complementary Color

#600321 #036042

#600321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600321 Color CSS Codes

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

#600321 Text Font Color

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

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


#600321 Background Color

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

This div background color is #600321


#600321 Border Color

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

This div border color is #600321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600321


Comments

No comments written yet.

Please login to write comment.