Color Hex Logo

#50123e Color Hex

#50123E
(80,18,62)
0 Favorites   0 Comments

Color spaces of #50123e

RGB 801862
HSL0.880.630.19
HSV317°78°31°
CMYK 0.000.780.23   0.69
XYZ4.39412.48594.8057
Yxy2.48590.37600.2127
Hunter Lab15.766722.1551-7.0349
CIE-Lab17.854733.5260-12.3096

#50123e color RGB value is (80,18,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010010 00111110
Octal 120 22 76
Decimal 80 18 62
Hex 50 12 3E

RGB Percentages of Color #50123e

%50.00
%11.25
%38.75

CMYK Percentages of Color #50123e

%0
%78
%23
%69

Triadic Colors of #50123e

#50123e #3e5012 #123e50

Analogous Colors of #50123e

#50123e #50121f #431250

Monochromatic Colors of #50123e

#50123e

Complementary Color

#50123e #125024

#50123e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50123e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50123e Color CSS Codes

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

#50123e Text Font Color

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

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


#50123e Background Color

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

This div background color is #50123e


#50123e Border Color

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

This div border color is #50123e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50123e


Comments

No comments written yet.

Please login to write comment.