Color Hex Logo

#50020e Color Hex

#50020E
(80,2,14)
0 Favorites   0 Comments

Color spaces of #50020e

RGB 80214
HSL0.970.950.16
HSV351°98°31°
CMYK 0.000.980.83   0.69
XYZ3.40921.78060.5795
Yxy1.78060.59090.3086
Hunter Lab13.343922.25266.7659
CIE-Lab14.291034.330616.3508

#50020e color RGB value is (80,2,14).

#50020e hex color red value is 80, green value is 2 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #50020e hue: 0.97 , saturation: 0.95 and the lightness value of 50020e is 0.16.

The process color (four color CMYK) of #50020e color hex is 0.00, 0.98, 0.83, 0.69. Web safe color of #50020e is #660000. Color #50020e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000010 00001110
Octal 120 2 16
Decimal 80 2 14
Hex 50 2 E

RGB Percentages of Color #50020e

%83.33
%2.08
%14.58

CMYK Percentages of Color #50020e

%0
%98
%83
%69

Triadic Colors of #50020e

#50020e #0e5002 #020e50

Analogous Colors of #50020e

#50020e #501d02 #500235

Monochromatic Colors of #50020e

#50020e

Complementary Color

#50020e #025044

#50020e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50020e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50020e Color CSS Codes

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

#50020e Text Font Color

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

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


#50020e Background Color

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

This div background color is #50020e


#50020e Border Color

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

This div border color is #50020e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50020e


Comments

No comments written yet.

Please login to write comment.