Color Hex Logo

#602013 Color Hex

#602013
(96,32,19)
0 Favorites   0 Comments

Color spaces of #602013

RGB 963219
HSL0.030.670.23
HSV10°80°38°
CMYK 0.000.670.80   0.62
XYZ5.45793.56681.0169
Yxy3.56680.54350.3552
Hunter Lab18.886018.534710.0278
CIE-Lab22.184228.312823.7168

#602013 color RGB value is (96,32,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 00010011
Octal 140 40 23
Decimal 96 32 19
Hex 60 20 13

RGB Percentages of Color #602013

%65.31
%21.77
%12.93

CMYK Percentages of Color #602013

%0
%67
%80
%62

Triadic Colors of #602013

#602013 #136020 #201360

Analogous Colors of #602013

#602013 #604713 #60132d

Monochromatic Colors of #602013

#602013

Complementary Color

#602013 #135360

#602013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602013 Color CSS Codes

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

#602013 Text Font Color

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

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


#602013 Background Color

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

This div background color is #602013


#602013 Border Color

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

This div border color is #602013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602013


Comments

No comments written yet.

Please login to write comment.