Color spaces of #80204b
RGB | 128 | 32 | 75 |
---|---|---|---|
HSL | 0.93 | 0.60 | 0.31 |
HSV | 333° | 75° | 50° |
CMYK | 0.00 | 0.75 | 0.41 0.50 |
XYZ | 10.6886 | 6.1302 | 7.2765 |
Yxy | 6.1302 | 0.4436 | 0.2544 |
Hunter Lab | 24.7592 | 33.7300 | -0.0933 |
CIE-Lab | 29.7386 | 44.1917 | -2.3020 |
#80204b color RGB value is (128,32,75).
#80204b hex color red value is 128, green value is 32 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #80204b hue: 0.93 , saturation: 0.60 and the lightness value of 80204b is 0.31.
The process color (four color CMYK) of #80204b color hex is 0.00, 0.75, 0.41, 0.50. Web safe color of #80204b is #993333. Color #80204b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00100000 | 01001011 |
Octal | 200 | 40 | 113 |
Decimal | 128 | 32 | 75 |
Hex | 80 | 20 | 4B |
Shades of #80204b
Tints of #80204b
RGB Percentages of Color #80204b
CMYK Percentages of Color #80204b
Complementary Color
#80204b | #208055 |
#80204b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80204b Color Preview on White Background
Lorem ipsum dolor sit amet.
#80204b Color CSS Codes
.mybgcolor {background-color:#80204b; } .myforecolor {color:#80204b; } .mybordercolor {border:3px solid #80204b; }
#80204b Text Font Color
<p style="color:#80204b">Text here</p>
This sample text font color is #80204b
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.
#80204b Background Color
<div style="background-color:#80204b">
Div content here</div>
This div background color is #80204b
#80204b Border Color
<div style="border:3px solid #80204b">
Div here</div>
This div border color is #80204b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,32,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80204b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80204b; -webkit-box-shadow: 1px 1px 3px 2px #80204b; box-shadow: 1px 1px 3px 2px #80204b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,32,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #80204b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80204b; -webkit-box-shadow: 1px 1px 3px 2px #80204b; box-shadow: 1px 1px 3px 2px #80204b;">
Div content here</div>
This div box has shadow with color #80204b
Comments
No comments written yet.
Please login to write comment.