Color Hex Logo

#50041e Color Hex

#50041E
(80,4,30)
0 Favorites   0 Comments

Color spaces of #50041e

RGB 80430
HSL0.940.900.16
HSV339°95°31°
CMYK 0.000.950.63   0.69
XYZ3.58601.88601.4033
Yxy1.88600.52160.2743
Hunter Lab13.733222.57683.5548
CIE-Lab14.877234.60626.3452

#50041e color RGB value is (80,4,30).

#50041e hex color red value is 80, green value is 4 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #50041e hue: 0.94 , saturation: 0.90 and the lightness value of 50041e is 0.16.

The process color (four color CMYK) of #50041e color hex is 0.00, 0.95, 0.63, 0.69. Web safe color of #50041e is #660033. Color #50041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000100 00011110
Octal 120 4 36
Decimal 80 4 30
Hex 50 4 1E

RGB Percentages of Color #50041e

%70.18
%3.51
%26.32

CMYK Percentages of Color #50041e

%0
%95
%63
%69

Triadic Colors of #50041e

#50041e #1e5004 #041e50

Analogous Colors of #50041e

#50041e #501004 #500444

Monochromatic Colors of #50041e

#50041e

Complementary Color

#50041e #045036

#50041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50041e Color CSS Codes

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

#50041e Text Font Color

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

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


#50041e Background Color

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

This div background color is #50041e


#50041e Border Color

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

This div border color is #50041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50041e


Comments

No comments written yet.

Please login to write comment.