Color Hex Logo

#80205b Color Hex

#80205B
(128,32,91)
0 Favorites   0 Comments

Color spaces of #80205b

RGB 1283291
HSL0.900.600.31
HSV323°75°50°
CMYK 0.000.750.29   0.50
XYZ11.30696.377510.5326
Yxy6.37750.40070.2260
Hunter Lab25.253735.7262-7.0506
CIE-Lab30.345646.1421-11.9035

#80205b color RGB value is (128,32,91).

#80205b hex color red value is 128, green value is 32 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #80205b hue: 0.90 , saturation: 0.60 and the lightness value of 80205b is 0.31.

The process color (four color CMYK) of #80205b color hex is 0.00, 0.75, 0.29, 0.50. Web safe color of #80205b is #993366. Color #80205b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100000 01011011
Octal 200 40 133
Decimal 128 32 91
Hex 80 20 5B

RGB Percentages of Color #80205b

%51.00
%12.75
%36.25

CMYK Percentages of Color #80205b

%0
%75
%29
%50

Triadic Colors of #80205b

#80205b #5b8020 #205b80

Analogous Colors of #80205b

#80205b #80202b #752080

Monochromatic Colors of #80205b

#80205b

Complementary Color

#80205b #208045

#80205b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80205b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80205b Color CSS Codes

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

#80205b Text Font Color

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

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


#80205b Background Color

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

This div background color is #80205b


#80205b Border Color

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

This div border color is #80205b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80205b


Comments

No comments written yet.

Please login to write comment.