Color Hex Logo

#501440 Color Hex

#501440
(80,20,64)
0 Favorites   0 Comments

Color spaces of #501440

RGB 802064
HSL0.880.600.20
HSV316°75°31°
CMYK 0.000.750.20   0.69
XYZ4.48382.57605.1114
Yxy2.57600.36840.2116
Hunter Lab16.049921.7794-7.6471
CIE-Lab18.258932.9968-13.0808

#501440 color RGB value is (80,20,64).

#501440 hex color red value is 80, green value is 20 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #501440 hue: 0.88 , saturation: 0.60 and the lightness value of 501440 is 0.20.

The process color (four color CMYK) of #501440 color hex is 0.00, 0.75, 0.20, 0.69. Web safe color of #501440 is #660033. Color #501440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 01000000
Octal 120 24 100
Decimal 80 20 64
Hex 50 14 40

RGB Percentages of Color #501440

%48.78
%12.20
%39.02

CMYK Percentages of Color #501440

%0
%75
%20
%69

Triadic Colors of #501440

#501440 #405014 #144050

Analogous Colors of #501440

#501440 #501422 #421450

Monochromatic Colors of #501440

#501440

Complementary Color

#501440 #145024

#501440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501440 Color CSS Codes

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

#501440 Text Font Color

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

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


#501440 Background Color

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

This div background color is #501440


#501440 Border Color

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

This div border color is #501440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501440


Comments

No comments written yet.

Please login to write comment.