Color Hex Logo

#80106b Color Hex

#80106B
(128,16,107)
0 Favorites   0 Comments

Color spaces of #80106b

RGB 12816107
HSL0.860.780.28
HSV311°88°50°
CMYK 0.000.880.16   0.50
XYZ11.74126.021314.4533
Yxy6.02130.36450.1869
Hunter Lab24.538342.4673-17.7455
CIE-Lab29.466153.0417-23.6333

#80106b color RGB value is (128,16,107).

#80106b hex color red value is 128, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #80106b hue: 0.86 , saturation: 0.78 and the lightness value of 80106b is 0.28.

The process color (four color CMYK) of #80106b color hex is 0.00, 0.88, 0.16, 0.50. Web safe color of #80106b is #990066. Color #80106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010000 01101011
Octal 200 20 153
Decimal 128 16 107
Hex 80 10 6B

RGB Percentages of Color #80106b

%51.00
%6.37
%42.63

CMYK Percentages of Color #80106b

%0
%88
%16
%50

Triadic Colors of #80106b

#80106b #6b8010 #106b80

Analogous Colors of #80106b

#80106b #801033 #5d1080

Monochromatic Colors of #80106b

#80106b

Complementary Color

#80106b #108025

#80106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80106b Color CSS Codes

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

#80106b Text Font Color

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

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


#80106b Background Color

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

This div background color is #80106b


#80106b Border Color

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

This div border color is #80106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80106b


Comments

No comments written yet.

Please login to write comment.