Color Hex Logo

#50122a Color Hex

#50122A
(80,18,42)
0 Favorites   0 Comments

Color spaces of #50122a

RGB 801842
HSL0.940.630.19
HSV337°78°31°
CMYK 0.000.780.48   0.69
XYZ3.94252.30532.4277
Yxy2.30530.45440.2657
Hunter Lab15.183219.77901.1482
CIE-Lab17.014230.77790.6296

#50122a color RGB value is (80,18,42).

#50122a hex color red value is 80, green value is 18 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #50122a hue: 0.94 , saturation: 0.63 and the lightness value of 50122a is 0.19.

The process color (four color CMYK) of #50122a color hex is 0.00, 0.78, 0.48, 0.69. Web safe color of #50122a is #660033. Color #50122a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 00101010
Octal 120 22 52
Decimal 80 18 42
Hex 50 12 2A

RGB Percentages of Color #50122a

%57.14
%12.86
%30.00

CMYK Percentages of Color #50122a

%0
%78
%48
%69

Triadic Colors of #50122a

#50122a #2a5012 #122a50

Analogous Colors of #50122a

#50122a #501912 #501249

Monochromatic Colors of #50122a

#50122a

Complementary Color

#50122a #125038

#50122a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50122a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50122a Color CSS Codes

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

#50122a Text Font Color

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

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


#50122a Background Color

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

This div background color is #50122a


#50122a Border Color

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

This div border color is #50122a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,18,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50122a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50122a;
  -webkit-box-shadow: 1px 1px 3px 2px #50122a;
  box-shadow:         1px 1px 3px 2px #50122a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50122a


Comments

No comments written yet.

Please login to write comment.