Color spaces of #b3abda
RGB | 179 | 171 | 218 |
---|---|---|---|
HSL | 0.70 | 0.39 | 0.76 |
HSV | 250° | 22° | 85° |
CMYK | 0.18 | 0.22 | 0.00 0.15 |
XYZ | 45.8082 | 43.7715 | 72.3641 |
Yxy | 43.7715 | 0.2829 | 0.2703 |
Hunter Lab | 66.1600 | 7.8106 | -18.5378 |
CIE-Lab | 72.0755 | 12.3812 | -22.6814 |
#b3abda color RGB value is (179,171,218).
#b3abda hex color red value is 179, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b3abda hue: 0.70 , saturation: 0.39 and the lightness value of b3abda is 0.76.
The process color (four color CMYK) of #b3abda color hex is 0.18, 0.22, 0.00, 0.15. Web safe color of #b3abda is #cc99cc. Color #b3abda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101011 | 11011010 |
Octal | 263 | 253 | 332 |
Decimal | 179 | 171 | 218 |
Hex | B3 | AB | DA |
Shades of #b3abda
Tints of #b3abda
RGB Percentages of Color #b3abda
CMYK Percentages of Color #b3abda
Complementary Color
#b3abda | #d2daab |
#b3abda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3abda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3abda Color CSS Codes
.mybgcolor {background-color:#b3abda; } .myforecolor {color:#b3abda; } .mybordercolor {border:3px solid #b3abda; }
#b3abda Text Font Color
<p style="color:#b3abda">Text here</p>
This sample text font color is #b3abda
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.
#b3abda Background Color
<div style="background-color:#b3abda">
Div content here</div>
This div background color is #b3abda
#b3abda Border Color
<div style="border:3px solid #b3abda">
Div here</div>
This div border color is #b3abda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,171,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3abda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3abda; -webkit-box-shadow: 1px 1px 3px 2px #b3abda; box-shadow: 1px 1px 3px 2px #b3abda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,171,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3abda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3abda; -webkit-box-shadow: 1px 1px 3px 2px #b3abda; box-shadow: 1px 1px 3px 2px #b3abda;">
Div content here</div>
This div box has shadow with color #b3abda
Comments
No comments written yet.
Please login to write comment.