Color spaces of #b886eb
RGB | 184 | 134 | 235 |
---|---|---|---|
HSL | 0.75 | 0.72 | 0.72 |
HSV | 270° | 43° | 92° |
CMYK | 0.22 | 0.43 | 0.00 0.08 |
XYZ | 43.2877 | 33.2387 | 82.7315 |
Yxy | 33.2387 | 0.2718 | 0.2087 |
Hunter Lab | 57.6530 | 33.1307 | -44.7234 |
CIE-Lab | 64.3537 | 38.3388 | -43.9608 |
#b886eb color RGB value is (184,134,235).
#b886eb hex color red value is 184, green value is 134 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b886eb hue: 0.75 , saturation: 0.72 and the lightness value of b886eb is 0.72.
The process color (four color CMYK) of #b886eb color hex is 0.22, 0.43, 0.00, 0.08. Web safe color of #b886eb is #cc99ff. Color #b886eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10000110 | 11101011 |
Octal | 270 | 206 | 353 |
Decimal | 184 | 134 | 235 |
Hex | B8 | 86 | EB |
Shades of #b886eb
Tints of #b886eb
RGB Percentages of Color #b886eb
CMYK Percentages of Color #b886eb
Complementary Color
#b886eb | #b9eb86 |
#b886eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b886eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b886eb Color CSS Codes
.mybgcolor {background-color:#b886eb; } .myforecolor {color:#b886eb; } .mybordercolor {border:3px solid #b886eb; }
#b886eb Text Font Color
<p style="color:#b886eb">Text here</p>
This sample text font color is #b886eb
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.
#b886eb Background Color
<div style="background-color:#b886eb">
Div content here</div>
This div background color is #b886eb
#b886eb Border Color
<div style="border:3px solid #b886eb">
Div here</div>
This div border color is #b886eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,134,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b886eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b886eb; -webkit-box-shadow: 1px 1px 3px 2px #b886eb; box-shadow: 1px 1px 3px 2px #b886eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,134,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b886eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b886eb; -webkit-box-shadow: 1px 1px 3px 2px #b886eb; box-shadow: 1px 1px 3px 2px #b886eb;">
Div content here</div>
This div box has shadow with color #b886eb
Comments
No comments written yet.
Please login to write comment.