Color Hex Logo

#501749 Color Hex

#501749
(80,23,73)
0 Favorites   0 Comments

Color spaces of #501749

RGB 802373
HSL0.850.550.20
HSV307°71°31°
CMYK 0.000.710.09   0.69
XYZ4.81732.79936.5898
Yxy2.79930.33910.1970
Hunter Lab16.731122.1151-11.6405
CIE-Lab19.221533.2201-17.7970

#501749 color RGB value is (80,23,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 01001001
Octal 120 27 111
Decimal 80 23 73
Hex 50 17 49

RGB Percentages of Color #501749

%45.45
%13.07
%41.48

CMYK Percentages of Color #501749

%0
%71
%9
%69

Triadic Colors of #501749

#501749 #495017 #174950

Analogous Colors of #501749

#501749 #50172d #3b1750

Monochromatic Colors of #501749

#501749

Complementary Color

#501749 #17501e

#501749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501749 Color CSS Codes

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

#501749 Text Font Color

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

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


#501749 Background Color

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

This div background color is #501749


#501749 Border Color

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

This div border color is #501749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501749


Comments

No comments written yet.

Please login to write comment.