Color Hex Logo

#80177b Color Hex

#80177B
(128,23,123)
0 Favorites   0 Comments

Color spaces of #80177b

RGB 12823123
HSL0.840.700.30
HSV303°82°50°
CMYK 0.000.820.04   0.50
XYZ12.78366.632019.3452
Yxy6.63200.32980.1711
Hunter Lab25.752743.5401-26.5113
CIE-Lab30.954053.7898-31.4797

#80177b color RGB value is (128,23,123).

#80177b hex color red value is 128, green value is 23 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #80177b hue: 0.84 , saturation: 0.70 and the lightness value of 80177b is 0.30.

The process color (four color CMYK) of #80177b color hex is 0.00, 0.82, 0.04, 0.50. Web safe color of #80177b is #990066. Color #80177b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010111 01111011
Octal 200 27 173
Decimal 128 23 123
Hex 80 17 7B

RGB Percentages of Color #80177b

%46.72
%8.39
%44.89

CMYK Percentages of Color #80177b

%0
%82
%4
%50

Triadic Colors of #80177b

#80177b #7b8017 #177b80

Analogous Colors of #80177b

#80177b #801747 #501780

Monochromatic Colors of #80177b

#80177b

Complementary Color

#80177b #17801c

#80177b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80177b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80177b Color CSS Codes

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

#80177b Text Font Color

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

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


#80177b Background Color

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

This div background color is #80177b


#80177b Border Color

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

This div border color is #80177b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80177b


Comments

No comments written yet.

Please login to write comment.