Color Hex Logo

#80055b Color Hex

#80055B
(128,5,91)
0 Favorites   0 Comments

Color spaces of #80055b

RGB 128591
HSL0.880.920.26
HSV318°96°50°
CMYK 0.000.960.29   0.50
XYZ10.84475.453110.3785
Yxy5.45310.40650.2044
Hunter Lab23.351942.0303-10.0045
CIE-Lab27.988552.9044-15.5175

#80055b color RGB value is (128,5,91).

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

The process color (four color CMYK) of #80055b color hex is 0.00, 0.96, 0.29, 0.50. Web safe color of #80055b is #990066. Color #80055b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 01011011
Octal 200 5 133
Decimal 128 5 91
Hex 80 5 5B

RGB Percentages of Color #80055b

%57.14
%2.23
%40.63

CMYK Percentages of Color #80055b

%0
%96
%29
%50

Triadic Colors of #80055b

#80055b #5b8005 #055b80

Analogous Colors of #80055b

#80055b #80051e #680580

Monochromatic Colors of #80055b

#80055b

Complementary Color

#80055b #05802a

#80055b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80055b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80055b Color CSS Codes

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

#80055b Text Font Color

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

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


#80055b Background Color

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

This div background color is #80055b


#80055b Border Color

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

This div border color is #80055b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80055b


Comments

No comments written yet.

Please login to write comment.