Color spaces of #b3afdb
RGB | 179 | 175 | 219 |
---|---|---|---|
HSL | 0.68 | 0.38 | 0.77 |
HSV | 245° | 20° | 86° |
CMYK | 0.18 | 0.20 | 0.00 0.14 |
XYZ | 46.7066 | 45.3581 | 73.3111 |
Yxy | 45.3581 | 0.2824 | 0.2743 |
Hunter Lab | 67.3484 | 5.9313 | -17.3953 |
CIE-Lab | 73.1271 | 10.3949 | -21.6264 |
#b3afdb color RGB value is (179,175,219).
#b3afdb hex color red value is 179, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b3afdb hue: 0.68 , saturation: 0.38 and the lightness value of b3afdb is 0.77.
The process color (four color CMYK) of #b3afdb color hex is 0.18, 0.20, 0.00, 0.14. Web safe color of #b3afdb is #cc99cc. Color #b3afdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101111 | 11011011 |
Octal | 263 | 257 | 333 |
Decimal | 179 | 175 | 219 |
Hex | B3 | AF | DB |
Shades of #b3afdb
Tints of #b3afdb
RGB Percentages of Color #b3afdb
CMYK Percentages of Color #b3afdb
Complementary Color
#b3afdb | #d7dbaf |
#b3afdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3afdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3afdb Color CSS Codes
.mybgcolor {background-color:#b3afdb; } .myforecolor {color:#b3afdb; } .mybordercolor {border:3px solid #b3afdb; }
#b3afdb Text Font Color
<p style="color:#b3afdb">Text here</p>
This sample text font color is #b3afdb
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.
#b3afdb Background Color
<div style="background-color:#b3afdb">
Div content here</div>
This div background color is #b3afdb
#b3afdb Border Color
<div style="border:3px solid #b3afdb">
Div here</div>
This div border color is #b3afdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3afdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3afdb; -webkit-box-shadow: 1px 1px 3px 2px #b3afdb; box-shadow: 1px 1px 3px 2px #b3afdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,175,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 #b3afdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3afdb; -webkit-box-shadow: 1px 1px 3px 2px #b3afdb; box-shadow: 1px 1px 3px 2px #b3afdb;">
Div content here</div>
This div box has shadow with color #b3afdb
Comments
No comments written yet.
Please login to write comment.