Color Hex Logo

#50051e Color Hex

#50051E
(80,5,30)
0 Favorites   0 Comments

Color spaces of #50051e

RGB 80530
HSL0.940.880.17
HSV340°94°31°
CMYK 0.000.940.63   0.69
XYZ3.59691.90781.4070
Yxy1.90780.52040.2760
Hunter Lab13.812322.31213.6290
CIE-Lab14.995834.26516.5084

#50051e color RGB value is (80,5,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 00011110
Octal 120 5 36
Decimal 80 5 30
Hex 50 5 1E

RGB Percentages of Color #50051e

%69.57
%4.35
%26.09

CMYK Percentages of Color #50051e

%0
%94
%63
%69

Triadic Colors of #50051e

#50051e #1e5005 #051e50

Analogous Colors of #50051e

#50051e #501205 #500543

Monochromatic Colors of #50051e

#50051e

Complementary Color

#50051e #055037

#50051e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50051e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50051e Color CSS Codes

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

#50051e Text Font Color

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

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


#50051e Background Color

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

This div background color is #50051e


#50051e Border Color

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

This div border color is #50051e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,5,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 #50051e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50051e


Comments

No comments written yet.

Please login to write comment.