Color spaces of #b6afdc
RGB | 182 | 175 | 220 |
---|---|---|---|
HSL | 0.69 | 0.39 | 0.77 |
HSV | 249° | 20° | 86° |
CMYK | 0.17 | 0.20 | 0.00 0.14 |
XYZ | 47.5396 | 45.7723 | 74.0395 |
Yxy | 45.7723 | 0.2841 | 0.2735 |
Hunter Lab | 67.6552 | 7.0307 | -17.5262 |
CIE-Lab | 73.3975 | 11.5608 | -21.7388 |
#b6afdc color RGB value is (182,175,220).
#b6afdc hex color red value is 182, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b6afdc hue: 0.69 , saturation: 0.39 and the lightness value of b6afdc is 0.77.
The process color (four color CMYK) of #b6afdc color hex is 0.17, 0.20, 0.00, 0.14. Web safe color of #b6afdc is #cc99cc. Color #b6afdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10101111 | 11011100 |
Octal | 266 | 257 | 334 |
Decimal | 182 | 175 | 220 |
Hex | B6 | AF | DC |
Shades of #b6afdc
Tints of #b6afdc
RGB Percentages of Color #b6afdc
CMYK Percentages of Color #b6afdc
Complementary Color
#b6afdc | #d5dcaf |
#b6afdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6afdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6afdc Color CSS Codes
.mybgcolor {background-color:#b6afdc; } .myforecolor {color:#b6afdc; } .mybordercolor {border:3px solid #b6afdc; }
#b6afdc Text Font Color
<p style="color:#b6afdc">Text here</p>
This sample text font color is #b6afdc
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.
#b6afdc Background Color
<div style="background-color:#b6afdc">
Div content here</div>
This div background color is #b6afdc
#b6afdc Border Color
<div style="border:3px solid #b6afdc">
Div here</div>
This div border color is #b6afdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,175,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6afdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6afdc; -webkit-box-shadow: 1px 1px 3px 2px #b6afdc; box-shadow: 1px 1px 3px 2px #b6afdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,175,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6afdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6afdc; -webkit-box-shadow: 1px 1px 3px 2px #b6afdc; box-shadow: 1px 1px 3px 2px #b6afdc;">
Div content here</div>
This div box has shadow with color #b6afdc
Comments
No comments written yet.
Please login to write comment.