Color Hex Logo

#600320 Color Hex

#600320
(96,3,32)
0 Favorites   0 Comments

Color spaces of #600320

RGB 96332
HSL0.950.940.19
HSV341°97°38°
CMYK 0.000.970.67   0.62
XYZ5.11712.65621.6095
Yxy2.65620.54540.2831
Hunter Lab16.297927.52315.5533
CIE-Lab18.610839.614010.5897

#600320 color RGB value is (96,3,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000011 00100000
Octal 140 3 40
Decimal 96 3 32
Hex 60 3 20

RGB Percentages of Color #600320

%73.28
%2.29
%24.43

CMYK Percentages of Color #600320

%0
%97
%67
%62

Triadic Colors of #600320

#600320 #206003 #032060

Analogous Colors of #600320

#600320 #601403 #60034f

Monochromatic Colors of #600320

#600320

Complementary Color

#600320 #036043

#600320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600320 Color CSS Codes

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

#600320 Text Font Color

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

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


#600320 Background Color

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

This div background color is #600320


#600320 Border Color

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

This div border color is #600320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600320


Comments

No comments written yet.

Please login to write comment.