Color Hex Logo

#602050 Color Hex

#602050
(96,32,80)
0 Favorites   0 Comments

Color spaces of #602050

RGB 963280
HSL0.880.500.25
HSV315°67°38°
CMYK 0.000.670.17   0.62
XYZ6.78834.09908.0228
Yxy4.09900.35900.2168
Hunter Lab20.246024.4190-9.3224
CIE-Lab23.996135.0519-14.8878

#602050 color RGB value is (96,32,80).

#602050 hex color red value is 96, green value is 32 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #602050 hue: 0.88 , saturation: 0.50 and the lightness value of 602050 is 0.25.

The process color (four color CMYK) of #602050 color hex is 0.00, 0.67, 0.17, 0.62. Web safe color of #602050 is #663366. Color #602050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100000 01010000
Octal 140 40 120
Decimal 96 32 80
Hex 60 20 50

RGB Percentages of Color #602050

%46.15
%15.38
%38.46

CMYK Percentages of Color #602050

%0
%67
%17
%62

Triadic Colors of #602050

#602050 #506020 #205060

Analogous Colors of #602050

#602050 #602030 #502060

Monochromatic Colors of #602050

#602050

Complementary Color

#602050 #206030

#602050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602050 Color CSS Codes

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

#602050 Text Font Color

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

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


#602050 Background Color

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

This div background color is #602050


#602050 Border Color

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

This div border color is #602050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602050


Comments

No comments written yet.

Please login to write comment.