Color spaces of #b3adfb
RGB | 179 | 173 | 251 |
---|---|---|---|
HSL | 0.68 | 0.91 | 0.83 |
HSV | 245° | 31° | 98° |
CMYK | 0.29 | 0.31 | 0.00 0.02 |
XYZ | 50.9466 | 46.4359 | 97.5446 |
Yxy | 46.4359 | 0.2614 | 0.2382 |
Hunter Lab | 68.1439 | 14.2006 | -37.1700 |
CIE-Lab | 73.8275 | 18.9711 | -37.9268 |
#b3adfb color RGB value is (179,173,251).
#b3adfb hex color red value is 179, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b3adfb hue: 0.68 , saturation: 0.91 and the lightness value of b3adfb is 0.83.
The process color (four color CMYK) of #b3adfb color hex is 0.29, 0.31, 0.00, 0.02. Web safe color of #b3adfb is #cc99ff. Color #b3adfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101101 | 11111011 |
Octal | 263 | 255 | 373 |
Decimal | 179 | 173 | 251 |
Hex | B3 | AD | FB |
Shades of #b3adfb
Tints of #b3adfb
RGB Percentages of Color #b3adfb
CMYK Percentages of Color #b3adfb
Complementary Color
#b3adfb | #f5fbad |
#b3adfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3adfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3adfb Color CSS Codes
.mybgcolor {background-color:#b3adfb; } .myforecolor {color:#b3adfb; } .mybordercolor {border:3px solid #b3adfb; }
#b3adfb Text Font Color
<p style="color:#b3adfb">Text here</p>
This sample text font color is #b3adfb
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.
#b3adfb Background Color
<div style="background-color:#b3adfb">
Div content here</div>
This div background color is #b3adfb
#b3adfb Border Color
<div style="border:3px solid #b3adfb">
Div here</div>
This div border color is #b3adfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,173,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3adfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3adfb; -webkit-box-shadow: 1px 1px 3px 2px #b3adfb; box-shadow: 1px 1px 3px 2px #b3adfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,173,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3adfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3adfb; -webkit-box-shadow: 1px 1px 3px 2px #b3adfb; box-shadow: 1px 1px 3px 2px #b3adfb;">
Div content here</div>
This div box has shadow with color #b3adfb
Related Colors
Comments
No comments written yet.
Please login to write comment.