Color Hex Logo

#602e49 Color Hex

#602E49
(96,46,73)
0 Favorites   0 Comments

Color spaces of #602e49

RGB 964673
HSL0.910.350.28
HSV328°52°38°
CMYK 0.000.520.24   0.62
XYZ7.00354.92186.8842
Yxy4.92180.37230.2617
Hunter Lab22.185117.5257-2.8685
CIE-Lab26.510826.3819-6.3816

#602e49 color RGB value is (96,46,73).

#602e49 hex color red value is 96, green value is 46 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #602e49 hue: 0.91 , saturation: 0.35 and the lightness value of 602e49 is 0.28.

The process color (four color CMYK) of #602e49 color hex is 0.00, 0.52, 0.24, 0.62. Web safe color of #602e49 is #663333. Color #602e49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00101110 01001001
Octal 140 56 111
Decimal 96 46 73
Hex 60 2E 49

RGB Percentages of Color #602e49

%44.65
%21.40
%33.95

CMYK Percentages of Color #602e49

%0
%52
%24
%62

Triadic Colors of #602e49

#602e49 #49602e #2e4960

Analogous Colors of #602e49

#602e49 #602e30 #5e2e60

Monochromatic Colors of #602e49

#602e49

Complementary Color

#602e49 #2e6045

#602e49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#602e49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#602e49 Color CSS Codes

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

#602e49 Text Font Color

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

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


#602e49 Background Color

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

This div background color is #602e49


#602e49 Border Color

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

This div border color is #602e49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,46,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #602e49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #602e49;
  -webkit-box-shadow: 1px 1px 3px 2px #602e49;
  box-shadow:         1px 1px 3px 2px #602e49; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #602e49

#602e49 Color Palettes


Comments

No comments written yet.

Please login to write comment.