Color spaces of #b3acdd
RGB | 179 | 172 | 221 |
---|---|---|---|
HSL | 0.69 | 0.42 | 0.77 |
HSV | 249° | 22° | 87° |
CMYK | 0.19 | 0.22 | 0.00 0.13 |
XYZ | 46.3941 | 44.3092 | 74.5139 |
Yxy | 44.3092 | 0.2808 | 0.2682 |
Hunter Lab | 66.5652 | 7.9206 | -19.7744 |
CIE-Lab | 72.4347 | 12.4973 | -23.7737 |
#b3acdd color RGB value is (179,172,221).
#b3acdd hex color red value is 179, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b3acdd hue: 0.69 , saturation: 0.42 and the lightness value of b3acdd is 0.77.
The process color (four color CMYK) of #b3acdd color hex is 0.19, 0.22, 0.00, 0.13. Web safe color of #b3acdd is #cc99cc. Color #b3acdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101100 | 11011101 |
Octal | 263 | 254 | 335 |
Decimal | 179 | 172 | 221 |
Hex | B3 | AC | DD |
Shades of #b3acdd
Tints of #b3acdd
RGB Percentages of Color #b3acdd
CMYK Percentages of Color #b3acdd
Complementary Color
#b3acdd | #d6ddac |
#b3acdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3acdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3acdd Color CSS Codes
.mybgcolor {background-color:#b3acdd; } .myforecolor {color:#b3acdd; } .mybordercolor {border:3px solid #b3acdd; }
#b3acdd Text Font Color
<p style="color:#b3acdd">Text here</p>
This sample text font color is #b3acdd
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.
#b3acdd Background Color
<div style="background-color:#b3acdd">
Div content here</div>
This div background color is #b3acdd
#b3acdd Border Color
<div style="border:3px solid #b3acdd">
Div here</div>
This div border color is #b3acdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,172,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3acdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3acdd; -webkit-box-shadow: 1px 1px 3px 2px #b3acdd; box-shadow: 1px 1px 3px 2px #b3acdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,172,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3acdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3acdd; -webkit-box-shadow: 1px 1px 3px 2px #b3acdd; box-shadow: 1px 1px 3px 2px #b3acdd;">
Div content here</div>
This div box has shadow with color #b3acdd
Comments
No comments written yet.
Please login to write comment.