Color Hex Logo

#602463 Color Hex

#602463
(96,36,99)
0 Favorites   0 Comments

Color spaces of #602463

RGB 963699
HSL0.830.470.26
HSV297°64°39°
CMYK 0.030.640.00   0.61
XYZ7.70694.649412.2956
Yxy4.64940.31260.1886
Hunter Lab21.562526.0655-18.7153
CIE-Lab25.711636.6218-24.7538

#602463 color RGB value is (96,36,99).

#602463 hex color red value is 96, green value is 36 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #602463 hue: 0.83 , saturation: 0.47 and the lightness value of 602463 is 0.26.

The process color (four color CMYK) of #602463 color hex is 0.03, 0.64, 0.00, 0.61. Web safe color of #602463 is #663366. Color #602463 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100100 01100011
Octal 140 44 143
Decimal 96 36 99
Hex 60 24 63

RGB Percentages of Color #602463

%41.56
%15.58
%42.86

CMYK Percentages of Color #602463

%3
%64
%0
%61

Triadic Colors of #602463

#602463 #636024 #246360

Analogous Colors of #602463

#602463 #632447 #412463

Monochromatic Colors of #602463

#602463

Complementary Color

#602463 #276324

#602463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602463 Color CSS Codes

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

#602463 Text Font Color

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

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


#602463 Background Color

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

This div background color is #602463


#602463 Border Color

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

This div border color is #602463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602463


Comments

No comments written yet.

Please login to write comment.