Color spaces of #881ffb
RGB | 136 | 31 | 251 |
---|---|---|---|
HSL | 0.75 | 0.96 | 0.55 |
HSV | 269° | 88° | 98° |
CMYK | 0.46 | 0.88 | 0.00 0.02 |
XYZ | 28.0559 | 13.1792 | 92.3319 |
Yxy | 13.1792 | 0.2101 | 0.0987 |
Hunter Lab | 36.3032 | 74.4182 | -125.3834 |
CIE-Lab | 43.0320 | 78.4655 | -87.5250 |
#881ffb color RGB value is (136,31,251).
#881ffb hex color red value is 136, green value is 31 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #881ffb hue: 0.75 , saturation: 0.96 and the lightness value of 881ffb is 0.55.
The process color (four color CMYK) of #881ffb color hex is 0.46, 0.88, 0.00, 0.02. Web safe color of #881ffb is #9933ff. Color #881ffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00011111 | 11111011 |
Octal | 210 | 37 | 373 |
Decimal | 136 | 31 | 251 |
Hex | 88 | 1F | FB |
Shades of #881ffb
Tints of #881ffb
RGB Percentages of Color #881ffb
CMYK Percentages of Color #881ffb
Complementary Color
#881ffb | #92fb1f |
#881ffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#881ffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#881ffb Color CSS Codes
.mybgcolor {background-color:#881ffb; } .myforecolor {color:#881ffb; } .mybordercolor {border:3px solid #881ffb; }
#881ffb Text Font Color
<p style="color:#881ffb">Text here</p>
This sample text font color is #881ffb
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.
#881ffb Background Color
<div style="background-color:#881ffb">
Div content here</div>
This div background color is #881ffb
#881ffb Border Color
<div style="border:3px solid #881ffb">
Div here</div>
This div border color is #881ffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,31,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #881ffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #881ffb; -webkit-box-shadow: 1px 1px 3px 2px #881ffb; box-shadow: 1px 1px 3px 2px #881ffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,31,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #881ffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #881ffb; -webkit-box-shadow: 1px 1px 3px 2px #881ffb; box-shadow: 1px 1px 3px 2px #881ffb;">
Div content here</div>
This div box has shadow with color #881ffb
Comments
No comments written yet.
Please login to write comment.