Color spaces of #b6abfa
RGB | 182 | 171 | 250 |
---|---|---|---|
HSL | 0.69 | 0.89 | 0.83 |
HSV | 248° | 32° | 98° |
CMYK | 0.27 | 0.32 | 0.00 0.02 |
XYZ | 51.1096 | 45.9730 | 96.6224 |
Yxy | 45.9730 | 0.2639 | 0.2373 |
Hunter Lab | 67.8034 | 15.8958 | -37.0281 |
CIE-Lab | 73.5280 | 20.6946 | -37.8336 |
#b6abfa color RGB value is (182,171,250).
#b6abfa hex color red value is 182, green value is 171 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b6abfa hue: 0.69 , saturation: 0.89 and the lightness value of b6abfa is 0.83.
The process color (four color CMYK) of #b6abfa color hex is 0.27, 0.32, 0.00, 0.02. Web safe color of #b6abfa is #cc99ff. Color #b6abfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10101011 | 11111010 |
Octal | 266 | 253 | 372 |
Decimal | 182 | 171 | 250 |
Hex | B6 | AB | FA |
Shades of #b6abfa
Tints of #b6abfa
RGB Percentages of Color #b6abfa
CMYK Percentages of Color #b6abfa
Complementary Color
#b6abfa | #effaab |
#b6abfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6abfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6abfa Color CSS Codes
.mybgcolor {background-color:#b6abfa; } .myforecolor {color:#b6abfa; } .mybordercolor {border:3px solid #b6abfa; }
#b6abfa Text Font Color
<p style="color:#b6abfa">Text here</p>
This sample text font color is #b6abfa
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.
#b6abfa Background Color
<div style="background-color:#b6abfa">
Div content here</div>
This div background color is #b6abfa
#b6abfa Border Color
<div style="border:3px solid #b6abfa">
Div here</div>
This div border color is #b6abfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,171,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6abfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6abfa; -webkit-box-shadow: 1px 1px 3px 2px #b6abfa; box-shadow: 1px 1px 3px 2px #b6abfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,171,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6abfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6abfa; -webkit-box-shadow: 1px 1px 3px 2px #b6abfa; box-shadow: 1px 1px 3px 2px #b6abfa;">
Div content here</div>
This div box has shadow with color #b6abfa
Comments
No comments written yet.
Please login to write comment.