Color Hex Logo

#80050a Color Hex

#80050A
(128,5,10)
0 Favorites   0 Comments

Color spaces of #80050a

RGB 128510
HSL0.990.920.26
HSV358°96°50°
CMYK 0.000.960.92   0.50
XYZ9.01114.71970.7232
Yxy4.71970.62340.3265
Hunter Lab21.724936.020213.2337
CIE-Lab25.920847.297334.3468

#80050a color RGB value is (128,5,10).

#80050a hex color red value is 128, green value is 5 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #80050a hue: 0.99 , saturation: 0.92 and the lightness value of 80050a is 0.26.

The process color (four color CMYK) of #80050a color hex is 0.00, 0.96, 0.92, 0.50. Web safe color of #80050a is #990000. Color #80050a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 00001010
Octal 200 5 12
Decimal 128 5 10
Hex 80 5 A

RGB Percentages of Color #80050a

%89.51
%3.50
%6.99

CMYK Percentages of Color #80050a

%0
%96
%92
%50

Triadic Colors of #80050a

#80050a #0a8005 #050a80

Analogous Colors of #80050a

#80050a #803d05 #800548

Monochromatic Colors of #80050a

#80050a

Complementary Color

#80050a #05807b

#80050a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80050a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80050a Color CSS Codes

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

#80050a Text Font Color

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

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


#80050a Background Color

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

This div background color is #80050a


#80050a Border Color

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

This div border color is #80050a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80050a


Comments

No comments written yet.

Please login to write comment.