Color Hex Logo

#50143e Color Hex

#50143E
(80,20,62)
0 Favorites   0 Comments

Color spaces of #50143e

RGB 802062
HSL0.880.600.20
HSV318°75°31°
CMYK 0.000.750.23   0.69
XYZ4.42792.55364.8169
Yxy2.55360.37530.2164
Hunter Lab15.980021.4956-6.6860
CIE-Lab18.159332.6721-11.8394

#50143e color RGB value is (80,20,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 00111110
Octal 120 24 76
Decimal 80 20 62
Hex 50 14 3E

RGB Percentages of Color #50143e

%49.38
%12.35
%38.27

CMYK Percentages of Color #50143e

%0
%75
%23
%69

Triadic Colors of #50143e

#50143e #3e5014 #143e50

Analogous Colors of #50143e

#50143e #501420 #441450

Monochromatic Colors of #50143e

#50143e

Complementary Color

#50143e #145026

#50143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50143e Color CSS Codes

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

#50143e Text Font Color

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

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


#50143e Background Color

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

This div background color is #50143e


#50143e Border Color

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

This div border color is #50143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50143e


Comments

No comments written yet.

Please login to write comment.