Color Hex Logo

#501745 Color Hex

#501745
(80,23,69)
0 Favorites   0 Comments

Color spaces of #501745

RGB 802369
HSL0.870.550.20
HSV312°71°31°
CMYK 0.000.710.14   0.69
XYZ4.68882.74795.9135
Yxy2.74790.35120.2058
Hunter Lab16.576821.4799-9.5470
CIE-Lab19.004632.4950-15.3872

#501745 color RGB value is (80,23,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010111 01000101
Octal 120 27 105
Decimal 80 23 69
Hex 50 17 45

RGB Percentages of Color #501745

%46.51
%13.37
%40.12

CMYK Percentages of Color #501745

%0
%71
%14
%69

Triadic Colors of #501745

#501745 #455017 #174550

Analogous Colors of #501745

#501745 #501729 #3f1750

Monochromatic Colors of #501745

#501745

Complementary Color

#501745 #175022

#501745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501745 Color CSS Codes

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

#501745 Text Font Color

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

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


#501745 Background Color

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

This div background color is #501745


#501745 Border Color

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

This div border color is #501745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501745


Comments

No comments written yet.

Please login to write comment.