Color Hex Logo

#50102a Color Hex

#50102A
(80,16,42)
0 Favorites   0 Comments

Color spaces of #50102a

RGB 801642
HSL0.930.670.19
HSV336°80°31°
CMYK 0.000.800.48   0.69
XYZ3.91152.24322.4173
Yxy2.24320.45630.2617
Hunter Lab14.977320.40700.9149
CIE-Lab16.715031.61250.1944

#50102a color RGB value is (80,16,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 00101010
Octal 120 20 52
Decimal 80 16 42
Hex 50 10 2A

RGB Percentages of Color #50102a

%57.97
%11.59
%30.43

CMYK Percentages of Color #50102a

%0
%80
%48
%69

Triadic Colors of #50102a

#50102a #2a5010 #102a50

Analogous Colors of #50102a

#50102a #501610 #50104a

Monochromatic Colors of #50102a

#50102a

Complementary Color

#50102a #105036

#50102a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50102a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50102a Color CSS Codes

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

#50102a Text Font Color

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

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


#50102a Background Color

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

This div background color is #50102a


#50102a Border Color

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

This div border color is #50102a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50102a


Comments

No comments written yet.

Please login to write comment.