Color spaces of #80137b
RGB | 128 | 19 | 123 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.29 |
HSV | 303° | 85° | 50° |
CMYK | 0.00 | 0.85 | 0.04 0.50 |
XYZ | 12.7101 | 6.4850 | 19.3207 |
Yxy | 6.4850 | 0.3300 | 0.1684 |
Hunter Lab | 25.4657 | 44.5258 | -27.1571 |
CIE-Lab | 30.6045 | 54.8044 | -32.0348 |
#80137b color RGB value is (128,19,123).
#80137b hex color red value is 128, green value is 19 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #80137b hue: 0.84 , saturation: 0.74 and the lightness value of 80137b is 0.29.
The process color (four color CMYK) of #80137b color hex is 0.00, 0.85, 0.04, 0.50. Web safe color of #80137b is #990066. Color #80137b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00010011 | 01111011 |
Octal | 200 | 23 | 173 |
Decimal | 128 | 19 | 123 |
Hex | 80 | 13 | 7B |
Shades of #80137b
Tints of #80137b
RGB Percentages of Color #80137b
CMYK Percentages of Color #80137b
Complementary Color
#80137b | #138018 |
#80137b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80137b Color Preview on White Background
Lorem ipsum dolor sit amet.
#80137b Color CSS Codes
.mybgcolor {background-color:#80137b; } .myforecolor {color:#80137b; } .mybordercolor {border:3px solid #80137b; }
#80137b Text Font Color
<p style="color:#80137b">Text here</p>
This sample text font color is #80137b
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.
#80137b Background Color
<div style="background-color:#80137b">
Div content here</div>
This div background color is #80137b
#80137b Border Color
<div style="border:3px solid #80137b">
Div here</div>
This div border color is #80137b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,19,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80137b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80137b; -webkit-box-shadow: 1px 1px 3px 2px #80137b; box-shadow: 1px 1px 3px 2px #80137b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,19,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 #80137b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80137b; -webkit-box-shadow: 1px 1px 3px 2px #80137b; box-shadow: 1px 1px 3px 2px #80137b;">
Div content here</div>
This div box has shadow with color #80137b
Comments
No comments written yet.
Please login to write comment.