#8f2b5a hex color information.
RGB value of #8f2b5a is (143,43,90)
Change page background color to #8f2b5a
| Reset
| RGB | 143 | 43 | 90 |
|---|---|---|---|
| HSL | 0.92 | 0.54 | 0.36 |
| HSV | 332° | 70° | 56° |
| CMYK | 0.00 | 0.70 | 0.37 0.44 |
| XYZ | 14.0370 | 8.3056 | 10.5362 |
| Yxy | 8.3056 | 0.4269 | 0.2526 |
| Hunter Lab | 28.8194 | 36.5075 | -1.5024 |
| CIE-Lab | 34.6114 | 46.1382 | -4.5591 |
#8f2b5a hex color red value is 143, green value is 43 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #8f2b5a hue: 0.92 , saturation: 0.54 and the lightness value of 8f2b5a is 0.36.
The process color (four color CMYK) of #8f2b5a hex color is 0.00, 0.70, 0.37, 0.44. Web safe color of #8f2b5a is #993366
Color #8f2b5a contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10001111 | 00101011 | 01011010 |
| Octal | 217 | 53 | 132 |
| Decimal | 143 | 43 | 90 |
| Hexadecimal | 8F | 2B | 5A |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#8f2b5a; }
.myforecolor {color:#8f2b5a; }
.mybordercolor {border:3px solid #8f2b5a; }
This sample text font color is #8f2b5a
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.
<p style="color:#8f2b5a">Text here</p>
This div background color is #8f2b5a
<div style="background-color:#8f2b5a">
Div content here</div>
This div border color is #8f2b5a
<div style="border:3px solid #8f2b5a">
Div here</div>
| #8f2b5a | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(143,43,90, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #8f2b5a;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #8f2b5a;
-webkit-box-shadow: 1px 1px 3px 2px #8f2b5a;
box-shadow: 1px 1px 3px 2px #8f2b5a;
}
<p style="text-shadow: 4px 4px 2px rgba(143,43,90, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #8f2b5a">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #8f2b5a
<div style="-moz-box-shadow: 1px 1px 3px 2px #8f2b5a; -webkit-box-shadow: 1px 1px 3px 2px #8f2b5a; box-shadow: 1px 1px 3px 2px #8f2b5a;">
Div content here</div>