Color Hex Logo

#80163b Color Hex

#80163B
(128,22,59)
0 Favorites   0 Comments

Color spaces of #80163b

RGB 1282259
HSL0.940.710.29
HSV339°83°50°
CMYK 0.000.830.54   0.50
XYZ9.97845.47884.6693
Yxy5.47880.49580.2722
Hunter Lab23.406835.13314.5574
CIE-Lab28.057545.96965.9565

#80163b color RGB value is (128,22,59).

#80163b hex color red value is 128, green value is 22 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #80163b hue: 0.94 , saturation: 0.71 and the lightness value of 80163b is 0.29.

The process color (four color CMYK) of #80163b color hex is 0.00, 0.83, 0.54, 0.50. Web safe color of #80163b is #990033. Color #80163b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010110 00111011
Octal 200 26 73
Decimal 128 22 59
Hex 80 16 3B

RGB Percentages of Color #80163b

%61.24
%10.53
%28.23

CMYK Percentages of Color #80163b

%0
%83
%54
%50

Triadic Colors of #80163b

#80163b #3b8016 #163b80

Analogous Colors of #80163b

#80163b #802616 #801670

Monochromatic Colors of #80163b

#80163b

Complementary Color

#80163b #16805b

#80163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80163b Color CSS Codes

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

#80163b Text Font Color

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

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


#80163b Background Color

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

This div background color is #80163b


#80163b Border Color

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

This div border color is #80163b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,22,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80163b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80163b;
  -webkit-box-shadow: 1px 1px 3px 2px #80163b;
  box-shadow:         1px 1px 3px 2px #80163b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80163b


Comments

No comments written yet.

Please login to write comment.