Color Hex Logo

#602121 Color Hex

#602121
(96,33,33)
1 Favorites   0 Comments

Color spaces of #602121

RGB 963333
HSL0.000.490.25
HSV66°38°
CMYK 0.000.660.66   0.62
XYZ5.64223.68431.8526
Yxy3.68430.50470.3296
Hunter Lab19.194518.87937.7137
CIE-Lab22.599028.672215.1097

#602121 color RGB value is (96,33,33).

#602121 hex color red value is 96, green value is 33 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #602121 hue: 0.00 , saturation: 0.49 and the lightness value of 602121 is 0.25.

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

Base Numbers

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

RGB Percentages of Color #602121

%59.26
%20.37
%20.37

CMYK Percentages of Color #602121

%0
%66
%66
%62

Triadic Colors of #602121

#602121 #216021 #212160

Analogous Colors of #602121

#602121 #604121 #602141

Monochromatic Colors of #602121

#602121

Complementary Color

#602121 #216060

#602121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602121 Color CSS Codes

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

#602121 Text Font Color

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

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


#602121 Background Color

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

This div background color is #602121


#602121 Border Color

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

This div border color is #602121


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,33,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 #602121">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602121


Comments

No comments written yet.

Please login to write comment.