Color Hex Logo

#50143a Color Hex

#50143A
(80,20,58)
0 Favorites   0 Comments

Color spaces of #50143a

RGB 802058
HSL0.890.600.20
HSV322°75°31°
CMYK 0.000.750.28   0.69
XYZ4.32212.51134.2599
Yxy2.51130.38960.2264
Hunter Lab15.847120.9513-4.8450
CIE-Lab17.969632.0452-9.3275

#50143a color RGB value is (80,20,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 00111010
Octal 120 24 72
Decimal 80 20 58
Hex 50 14 3A

RGB Percentages of Color #50143a

%50.63
%12.66
%36.71

CMYK Percentages of Color #50143a

%0
%75
%28
%69

Triadic Colors of #50143a

#50143a #3a5014 #143a50

Analogous Colors of #50143a

#50143a #50141c #481450

Monochromatic Colors of #50143a

#50143a

Complementary Color

#50143a #14502a

#50143a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50143a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50143a Color CSS Codes

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

#50143a Text Font Color

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

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


#50143a Background Color

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

This div background color is #50143a


#50143a Border Color

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

This div border color is #50143a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50143a


Comments

No comments written yet.

Please login to write comment.