Color Hex Logo

#602559 Color Hex

#602559
(96,37,89)
0 Favorites   0 Comments

Color spaces of #602559

RGB 963789
HSL0.850.440.26
HSV307°61°38°
CMYK 0.000.610.07   0.62
XYZ7.28864.53129.9417
Yxy4.53120.33490.2082
Hunter Lab21.286623.8673-12.7902
CIE-Lab25.355134.1701-18.7577

#602559 color RGB value is (96,37,89).

#602559 hex color red value is 96, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #602559 hue: 0.85 , saturation: 0.44 and the lightness value of 602559 is 0.26.

The process color (four color CMYK) of #602559 color hex is 0.00, 0.61, 0.07, 0.62. Web safe color of #602559 is #663366. Color #602559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100101 01011001
Octal 140 45 131
Decimal 96 37 89
Hex 60 25 59

RGB Percentages of Color #602559

%43.24
%16.67
%40.09

CMYK Percentages of Color #602559

%0
%61
%7
%62

Triadic Colors of #602559

#602559 #596025 #255960

Analogous Colors of #602559

#602559 #60253c #4a2560

Monochromatic Colors of #602559

#602559

Complementary Color

#602559 #25602c

#602559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602559 Color CSS Codes

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

#602559 Text Font Color

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

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


#602559 Background Color

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

This div background color is #602559


#602559 Border Color

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

This div border color is #602559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602559


Comments

No comments written yet.

Please login to write comment.