Color Hex Logo

#602000 Color Hex

#602000
(96,32,0)
1 Favorites   0 Comments

Color spaces of #602000

RGB 96320
HSL0.061.000.19
HSV20°100°38°
CMYK 0.000.671.00   0.62
XYZ5.34043.51980.3979
Yxy3.51980.57680.3802
Hunter Lab18.761117.978511.8753
CIE-Lab22.015827.644632.2669

#602000 color RGB value is (96,32,0).

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

The process color (four color CMYK) of #602000 color hex is 0.00, 0.67, 1.00, 0.62. Web safe color of #602000 is #663300. Color #602000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 00000000
Octal 140 40 0
Decimal 96 32 0
Hex 60 20 0

RGB Percentages of Color #602000

%75.00
%25.00
%0.00

CMYK Percentages of Color #602000

%0
%67
%100
%62

Triadic Colors of #602000

#602000 #006020 #200060

Analogous Colors of #602000

#602000 #605000 #600010

Monochromatic Colors of #602000

#602000

Complementary Color

#602000 #004060

#602000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602000 Color CSS Codes

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

#602000 Text Font Color

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

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


#602000 Background Color

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

This div background color is #602000


#602000 Border Color

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

This div border color is #602000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602000


Comments

No comments written yet.

Please login to write comment.