Color spaces of #b288cb
RGB | 178 | 136 | 203 |
---|---|---|---|
HSL | 0.77 | 0.39 | 0.66 |
HSV | 278° | 33° | 80° |
CMYK | 0.12 | 0.33 | 0.00 0.20 |
XYZ | 37.9437 | 31.3851 | 60.5580 |
Yxy | 31.3851 | 0.2921 | 0.2416 |
Hunter Lab | 56.0224 | 22.8580 | -24.8745 |
CIE-Lab | 62.8314 | 28.3700 | -28.5590 |
#b288cb color RGB value is (178,136,203).
#b288cb hex color red value is 178, green value is 136 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b288cb hue: 0.77 , saturation: 0.39 and the lightness value of b288cb is 0.66.
The process color (four color CMYK) of #b288cb color hex is 0.12, 0.33, 0.00, 0.20. Web safe color of #b288cb is #9999cc. Color #b288cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001000 | 11001011 |
Octal | 262 | 210 | 313 |
Decimal | 178 | 136 | 203 |
Hex | B2 | 88 | CB |
Shades of #b288cb
Tints of #b288cb
RGB Percentages of Color #b288cb
CMYK Percentages of Color #b288cb
Complementary Color
#b288cb | #a1cb88 |
#b288cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b288cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b288cb Color CSS Codes
.mybgcolor {background-color:#b288cb; } .myforecolor {color:#b288cb; } .mybordercolor {border:3px solid #b288cb; }
#b288cb Text Font Color
<p style="color:#b288cb">Text here</p>
This sample text font color is #b288cb
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.
#b288cb Background Color
<div style="background-color:#b288cb">
Div content here</div>
This div background color is #b288cb
#b288cb Border Color
<div style="border:3px solid #b288cb">
Div here</div>
This div border color is #b288cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,136,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b288cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b288cb; -webkit-box-shadow: 1px 1px 3px 2px #b288cb; box-shadow: 1px 1px 3px 2px #b288cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,136,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b288cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b288cb; -webkit-box-shadow: 1px 1px 3px 2px #b288cb; box-shadow: 1px 1px 3px 2px #b288cb;">
Div content here</div>
This div box has shadow with color #b288cb
Comments
No comments written yet.
Please login to write comment.