Color Hex Logo

#602759 Color Hex

#602759
(96,39,89)
0 Favorites   0 Comments

Color spaces of #602759

RGB 963989
HSL0.850.420.26
HSV307°59°38°
CMYK 0.000.590.07   0.62
XYZ7.35264.65919.9630
Yxy4.65910.33460.2120
Hunter Lab21.584923.0298-12.2571
CIE-Lab25.740633.1284-18.1574

#602759 color RGB value is (96,39,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100111 01011001
Octal 140 47 131
Decimal 96 39 89
Hex 60 27 59

RGB Percentages of Color #602759

%42.86
%17.41
%39.73

CMYK Percentages of Color #602759

%0
%59
%7
%62

Triadic Colors of #602759

#602759 #596027 #275960

Analogous Colors of #602759

#602759 #60273d #4a2760

Monochromatic Colors of #602759

#602759

Complementary Color

#602759 #27602e

#602759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602759 Color CSS Codes

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

#602759 Text Font Color

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

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


#602759 Background Color

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

This div background color is #602759


#602759 Border Color

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

This div border color is #602759


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,39,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 #602759">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602759


Comments

No comments written yet.

Please login to write comment.