Color spaces of #b288da
RGB | 178 | 136 | 218 |
---|---|---|---|
HSL | 0.75 | 0.53 | 0.69 |
HSV | 271° | 38° | 85° |
CMYK | 0.18 | 0.38 | 0.00 0.15 |
XYZ | 39.8191 | 32.1353 | 70.4337 |
Yxy | 32.1353 | 0.2797 | 0.2257 |
Hunter Lab | 56.6880 | 26.1789 | -33.9850 |
CIE-Lab | 63.4546 | 31.6522 | -35.9791 |
#b288da color RGB value is (178,136,218).
#b288da hex color red value is 178, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b288da hue: 0.75 , saturation: 0.53 and the lightness value of b288da is 0.69.
The process color (four color CMYK) of #b288da color hex is 0.18, 0.38, 0.00, 0.15. Web safe color of #b288da is #9999cc. Color #b288da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10001000 | 11011010 |
Octal | 262 | 210 | 332 |
Decimal | 178 | 136 | 218 |
Hex | B2 | 88 | DA |
Shades of #b288da
Tints of #b288da
RGB Percentages of Color #b288da
CMYK Percentages of Color #b288da
Complementary Color
#b288da | #b0da88 |
#b288da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b288da Color Preview on White Background
Lorem ipsum dolor sit amet.
#b288da Color CSS Codes
.mybgcolor {background-color:#b288da; } .myforecolor {color:#b288da; } .mybordercolor {border:3px solid #b288da; }
#b288da Text Font Color
<p style="color:#b288da">Text here</p>
This sample text font color is #b288da
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.
#b288da Background Color
<div style="background-color:#b288da">
Div content here</div>
This div background color is #b288da
#b288da Border Color
<div style="border:3px solid #b288da">
Div here</div>
This div border color is #b288da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,136,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b288da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b288da; -webkit-box-shadow: 1px 1px 3px 2px #b288da; box-shadow: 1px 1px 3px 2px #b288da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,136,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b288da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b288da; -webkit-box-shadow: 1px 1px 3px 2px #b288da; box-shadow: 1px 1px 3px 2px #b288da;">
Div content here</div>
This div box has shadow with color #b288da
Comments
No comments written yet.
Please login to write comment.