Color Hex Logo

#501747 Color Hex

#501747
(80,23,71)
0 Favorites   0 Comments

Color spaces of #501747

RGB 802371
HSL0.860.550.20
HSV309°71°31°
CMYK 0.000.710.11   0.69
XYZ4.75202.77326.2461
Yxy2.77320.34510.2014
Hunter Lab16.652921.7933-10.5812
CIE-Lab19.111732.8536-16.5967

#501747 color RGB value is (80,23,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 01000111
Octal 120 27 107
Decimal 80 23 71
Hex 50 17 47

RGB Percentages of Color #501747

%45.98
%13.22
%40.80

CMYK Percentages of Color #501747

%0
%71
%11
%69

Triadic Colors of #501747

#501747 #475017 #174750

Analogous Colors of #501747

#501747 #50172b #3d1750

Monochromatic Colors of #501747

#501747

Complementary Color

#501747 #175020

#501747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501747 Color CSS Codes

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

#501747 Text Font Color

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

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


#501747 Background Color

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

This div background color is #501747


#501747 Border Color

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

This div border color is #501747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501747


Comments

No comments written yet.

Please login to write comment.