Color Hex Logo

#502439 Color Hex

#502439
(80,36,57)
0 Favorites   0 Comments

Color spaces of #502439

RGB 803657
HSL0.920.380.23
HSV331°55°31°
CMYK 0.000.550.29   0.69
XYZ4.67773.26264.2541
Yxy3.26260.38360.2675
Hunter Lab18.062714.6166-1.3200
CIE-Lab21.066323.4635-3.9576

#502439 color RGB value is (80,36,57).

#502439 hex color red value is 80, green value is 36 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #502439 hue: 0.92 , saturation: 0.38 and the lightness value of 502439 is 0.23.

The process color (four color CMYK) of #502439 color hex is 0.00, 0.55, 0.29, 0.69. Web safe color of #502439 is #663333. Color #502439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 00111001
Octal 120 44 71
Decimal 80 36 57
Hex 50 24 39

RGB Percentages of Color #502439

%46.24
%20.81
%32.95

CMYK Percentages of Color #502439

%0
%55
%29
%69

Triadic Colors of #502439

#502439 #395024 #243950

Analogous Colors of #502439

#502439 #502524 #50244f

Monochromatic Colors of #502439

#502439

Complementary Color

#502439 #24503b

#502439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502439 Color CSS Codes

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

#502439 Text Font Color

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

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


#502439 Background Color

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

This div background color is #502439


#502439 Border Color

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

This div border color is #502439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502439


Comments

No comments written yet.

Please login to write comment.