Color Hex Logo

#50000a Color Hex

#50000A
(80,0,10)
0 Favorites   0 Comments

Color spaces of #50000a

RGB 80010
HSL0.981.000.16
HSV353°100°31°
CMYK 0.001.000.88   0.69
XYZ3.36311.72740.4433
Yxy1.72740.60770.3122
Hunter Lab13.143122.67507.2004
CIE-Lab13.986334.897517.7735

#50000a color RGB value is (80,0,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 00001010
Octal 120 0 12
Decimal 80 0 10
Hex 50 0 A

RGB Percentages of Color #50000a

%88.89
%0.00
%11.11

CMYK Percentages of Color #50000a

%0
%100
%88
%69

Triadic Colors of #50000a

#50000a #0a5000 #000a50

Analogous Colors of #50000a

#50000a #501e00 #500032

Monochromatic Colors of #50000a

#50000a

Complementary Color

#50000a #005046

#50000a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50000a Color Preview on White Background

Lorem ipsum dolor sit amet.

#50000a Color CSS Codes

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

#50000a Text Font Color

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

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


#50000a Background Color

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

This div background color is #50000a


#50000a Border Color

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

This div border color is #50000a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50000a


Comments

No comments written yet.

Please login to write comment.