Color Hex Logo

#50103c Color Hex

#50103C
(80,16,60)
0 Favorites   0 Comments

Color spaces of #50103c

RGB 801660
HSL0.890.670.19
HSV319°80°31°
CMYK 0.000.800.25   0.69
XYZ4.30922.40234.5115
Yxy2.40230.38400.2141
Hunter Lab15.499422.5035-6.4084
CIE-Lab17.470934.0172-11.4986

#50103c color RGB value is (80,16,60).

#50103c hex color red value is 80, green value is 16 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #50103c hue: 0.89 , saturation: 0.67 and the lightness value of 50103c is 0.19.

The process color (four color CMYK) of #50103c color hex is 0.00, 0.80, 0.25, 0.69. Web safe color of #50103c is #660033. Color #50103c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 00111100
Octal 120 20 74
Decimal 80 16 60
Hex 50 10 3C

RGB Percentages of Color #50103c

%51.28
%10.26
%38.46

CMYK Percentages of Color #50103c

%0
%80
%25
%69

Triadic Colors of #50103c

#50103c #3c5010 #103c50

Analogous Colors of #50103c

#50103c #50101c #441050

Monochromatic Colors of #50103c

#50103c

Complementary Color

#50103c #105024

#50103c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50103c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50103c Color CSS Codes

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

#50103c Text Font Color

<p style="color:#50103c">Text here</p>

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


#50103c Background Color

<div style="background-color:#50103c">
Div content here</div>

This div background color is #50103c


#50103c Border Color

<div style="border:3px solid #50103c">
Div here</div>

This div border color is #50103c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,16,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50103c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50103c;
  -webkit-box-shadow: 1px 1px 3px 2px #50103c;
  box-shadow:         1px 1px 3px 2px #50103c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50103c


Comments

No comments written yet.

Please login to write comment.