Color Hex Logo

#501634 Color Hex

#501634
(80,22,52)
0 Favorites   0 Comments

Color spaces of #501634

RGB 802252
HSL0.910.570.20
HSV329°73°31°
CMYK 0.000.730.35   0.69
XYZ4.21502.52723.5145
Yxy2.52720.41100.2464
Hunter Lab15.897219.5077-1.9796
CIE-Lab18.041230.2503-4.9876

#501634 color RGB value is (80,22,52).

#501634 hex color red value is 80, green value is 22 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #501634 hue: 0.91 , saturation: 0.57 and the lightness value of 501634 is 0.20.

The process color (four color CMYK) of #501634 color hex is 0.00, 0.73, 0.35, 0.69. Web safe color of #501634 is #660033. Color #501634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 00110100
Octal 120 26 64
Decimal 80 22 52
Hex 50 16 34

RGB Percentages of Color #501634

%51.95
%14.29
%33.77

CMYK Percentages of Color #501634

%0
%73
%35
%69

Triadic Colors of #501634

#501634 #345016 #163450

Analogous Colors of #501634

#501634 #501617 #4f1650

Monochromatic Colors of #501634

#501634

Complementary Color

#501634 #165032

#501634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501634 Color CSS Codes

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

#501634 Text Font Color

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

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


#501634 Background Color

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

This div background color is #501634


#501634 Border Color

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

This div border color is #501634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501634


Comments

No comments written yet.

Please login to write comment.