Color Hex Logo

#50172c Color Hex

#50172C
(80,23,44)
0 Favorites   0 Comments

Color spaces of #50172c

RGB 802344
HSL0.940.550.20
HSV338°71°31°
CMYK 0.000.710.45   0.69
XYZ4.06932.50012.6510
Yxy2.50010.44130.2711
Hunter Lab15.811718.26831.1276
CIE-Lab17.919128.71350.5143

#50172c color RGB value is (80,23,44).

#50172c hex color red value is 80, green value is 23 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #50172c hue: 0.94 , saturation: 0.55 and the lightness value of 50172c is 0.20.

The process color (four color CMYK) of #50172c color hex is 0.00, 0.71, 0.45, 0.69. Web safe color of #50172c is #660033. Color #50172c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 00101100
Octal 120 27 54
Decimal 80 23 44
Hex 50 17 2C

RGB Percentages of Color #50172c

%54.42
%15.65
%29.93

CMYK Percentages of Color #50172c

%0
%71
%45
%69

Triadic Colors of #50172c

#50172c #2c5017 #172c50

Analogous Colors of #50172c

#50172c #501f17 #501749

Monochromatic Colors of #50172c

#50172c

Complementary Color

#50172c #17503b

#50172c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50172c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50172c Color CSS Codes

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

#50172c Text Font Color

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

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


#50172c Background Color

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

This div background color is #50172c


#50172c Border Color

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

This div border color is #50172c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50172c


Comments

No comments written yet.

Please login to write comment.