Color Hex Logo

#500016 Color Hex

#500016
(80,0,22)
0 Favorites   0 Comments

Color spaces of #500016

RGB 80022
HSL0.951.000.16
HSV344°100°31°
CMYK 0.001.000.73   0.69
XYZ3.45311.76340.9174
Yxy1.76340.56300.2875
Hunter Lab13.279323.17775.1995
CIE-Lab14.193135.457111.3490

#500016 color RGB value is (80,0,22).

#500016 hex color red value is 80, green value is 0 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #500016 hue: 0.95 , saturation: 1.00 and the lightness value of 500016 is 0.16.

The process color (four color CMYK) of #500016 color hex is 0.00, 1.00, 0.73, 0.69. Web safe color of #500016 is #660000. Color #500016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 00010110
Octal 120 0 26
Decimal 80 0 22
Hex 50 0 16

RGB Percentages of Color #500016

%78.43
%0.00
%21.57

CMYK Percentages of Color #500016

%0
%100
%73
%69

Triadic Colors of #500016

#500016 #165000 #001650

Analogous Colors of #500016

#500016 #501200 #50003e

Monochromatic Colors of #500016

#500016

Complementary Color

#500016 #00503a

#500016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500016 Color CSS Codes

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

#500016 Text Font Color

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

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


#500016 Background Color

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

This div background color is #500016


#500016 Border Color

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

This div border color is #500016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500016


Comments

No comments written yet.

Please login to write comment.