Color spaces of #b2acdb
RGB | 178 | 172 | 219 |
---|---|---|---|
HSL | 0.69 | 0.39 | 0.77 |
HSV | 248° | 21° | 86° |
CMYK | 0.19 | 0.21 | 0.00 0.14 |
XYZ | 45.8988 | 44.0845 | 73.1079 |
Yxy | 44.0845 | 0.2814 | 0.2703 |
Hunter Lab | 66.3962 | 7.2014 | -18.8061 |
CIE-Lab | 72.2849 | 11.7368 | -22.9163 |
#b2acdb color RGB value is (178,172,219).
#b2acdb hex color red value is 178, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b2acdb hue: 0.69 , saturation: 0.39 and the lightness value of b2acdb is 0.77.
The process color (four color CMYK) of #b2acdb color hex is 0.19, 0.21, 0.00, 0.14. Web safe color of #b2acdb is #9999cc. Color #b2acdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10101100 | 11011011 |
Octal | 262 | 254 | 333 |
Decimal | 178 | 172 | 219 |
Hex | B2 | AC | DB |
Shades of #b2acdb
Tints of #b2acdb
RGB Percentages of Color #b2acdb
CMYK Percentages of Color #b2acdb
Complementary Color
#b2acdb | #d5dbac |
#b2acdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2acdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2acdb Color CSS Codes
.mybgcolor {background-color:#b2acdb; } .myforecolor {color:#b2acdb; } .mybordercolor {border:3px solid #b2acdb; }
#b2acdb Text Font Color
<p style="color:#b2acdb">Text here</p>
This sample text font color is #b2acdb
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.
#b2acdb Background Color
<div style="background-color:#b2acdb">
Div content here</div>
This div background color is #b2acdb
#b2acdb Border Color
<div style="border:3px solid #b2acdb">
Div here</div>
This div border color is #b2acdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2acdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2acdb; -webkit-box-shadow: 1px 1px 3px 2px #b2acdb; box-shadow: 1px 1px 3px 2px #b2acdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,172,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2acdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2acdb; -webkit-box-shadow: 1px 1px 3px 2px #b2acdb; box-shadow: 1px 1px 3px 2px #b2acdb;">
Div content here</div>
This div box has shadow with color #b2acdb
Comments
No comments written yet.
Please login to write comment.