Color Hex Logo

#502c3f Color Hex

#502C3F
(80,44,63)
0 Favorites   0 Comments

Color spaces of #502c3f

RGB 804463
HSL0.910.290.24
HSV328°45°31°
CMYK 0.000.450.21   0.69
XYZ5.10623.86575.1797
Yxy3.86570.36080.2732
Hunter Lab19.661411.9503-1.8567
CIE-Lab23.222419.6023-4.8430

#502c3f color RGB value is (80,44,63).

#502c3f hex color red value is 80, green value is 44 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #502c3f hue: 0.91 , saturation: 0.29 and the lightness value of 502c3f is 0.24.

The process color (four color CMYK) of #502c3f color hex is 0.00, 0.45, 0.21, 0.69. Web safe color of #502c3f is #663333. Color #502c3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 00111111
Octal 120 54 77
Decimal 80 44 63
Hex 50 2C 3F

RGB Percentages of Color #502c3f

%42.78
%23.53
%33.69

CMYK Percentages of Color #502c3f

%0
%45
%21
%69

Triadic Colors of #502c3f

#502c3f #3f502c #2c3f50

Analogous Colors of #502c3f

#502c3f #502c2d #4f2c50

Monochromatic Colors of #502c3f

#502c3f

Complementary Color

#502c3f #2c503d

#502c3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502c3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#502c3f Color CSS Codes

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

#502c3f Text Font Color

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

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


#502c3f Background Color

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

This div background color is #502c3f


#502c3f Border Color

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

This div border color is #502c3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,44,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502c3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502c3f;
  -webkit-box-shadow: 1px 1px 3px 2px #502c3f;
  box-shadow:         1px 1px 3px 2px #502c3f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502c3f


Comments

No comments written yet.

Please login to write comment.