Color spaces of #886bfb
RGB | 136 | 107 | 251 |
---|---|---|---|
HSL | 0.70 | 0.95 | 0.70 |
HSV | 252° | 57° | 98° |
CMYK | 0.46 | 0.57 | 0.00 0.02 |
XYZ | 32.8236 | 22.7147 | 93.9212 |
Yxy | 22.7147 | 0.2196 | 0.1520 |
Hunter Lab | 47.6599 | 39.5288 | -83.4780 |
CIE-Lab | 54.7772 | 45.7200 | -68.3546 |
#886bfb color RGB value is (136,107,251).
#886bfb hex color red value is 136, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #886bfb hue: 0.70 , saturation: 0.95 and the lightness value of 886bfb is 0.70.
The process color (four color CMYK) of #886bfb color hex is 0.46, 0.57, 0.00, 0.02. Web safe color of #886bfb is #9966ff. Color #886bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 01101011 | 11111011 |
Octal | 210 | 153 | 373 |
Decimal | 136 | 107 | 251 |
Hex | 88 | 6B | FB |
Shades of #886bfb
Tints of #886bfb
RGB Percentages of Color #886bfb
CMYK Percentages of Color #886bfb
Complementary Color
#886bfb | #defb6b |
#886bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#886bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#886bfb Color CSS Codes
.mybgcolor {background-color:#886bfb; } .myforecolor {color:#886bfb; } .mybordercolor {border:3px solid #886bfb; }
#886bfb Text Font Color
<p style="color:#886bfb">Text here</p>
This sample text font color is #886bfb
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.
#886bfb Background Color
<div style="background-color:#886bfb">
Div content here</div>
This div background color is #886bfb
#886bfb Border Color
<div style="border:3px solid #886bfb">
Div here</div>
This div border color is #886bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,107,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #886bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #886bfb; -webkit-box-shadow: 1px 1px 3px 2px #886bfb; box-shadow: 1px 1px 3px 2px #886bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,107,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 #886bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #886bfb; -webkit-box-shadow: 1px 1px 3px 2px #886bfb; box-shadow: 1px 1px 3px 2px #886bfb;">
Div content here</div>
This div box has shadow with color #886bfb
Comments
No comments written yet.
Please login to write comment.