Color spaces of #b3aacd
RGB | 179 | 170 | 205 |
---|---|---|---|
HSL | 0.71 | 0.26 | 0.74 |
HSV | 255° | 17° | 80° |
CMYK | 0.13 | 0.17 | 0.00 0.20 |
XYZ | 43.9846 | 42.7409 | 63.6892 |
Yxy | 42.7409 | 0.2924 | 0.2842 |
Hunter Lab | 65.3765 | 5.6839 | -11.9962 |
CIE-Lab | 71.3788 | 10.1119 | -16.6095 |
#b3aacd color RGB value is (179,170,205).
#b3aacd hex color red value is 179, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b3aacd hue: 0.71 , saturation: 0.26 and the lightness value of b3aacd is 0.74.
The process color (four color CMYK) of #b3aacd color hex is 0.13, 0.17, 0.00, 0.20. Web safe color of #b3aacd is #cc99cc. Color #b3aacd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10101010 | 11001101 |
Octal | 263 | 252 | 315 |
Decimal | 179 | 170 | 205 |
Hex | B3 | AA | CD |
Shades of #b3aacd
Tints of #b3aacd
RGB Percentages of Color #b3aacd
CMYK Percentages of Color #b3aacd
Complementary Color
#b3aacd | #c4cdaa |
#b3aacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3aacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3aacd Color CSS Codes
.mybgcolor {background-color:#b3aacd; } .myforecolor {color:#b3aacd; } .mybordercolor {border:3px solid #b3aacd; }
#b3aacd Text Font Color
<p style="color:#b3aacd">Text here</p>
This sample text font color is #b3aacd
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.
#b3aacd Background Color
<div style="background-color:#b3aacd">
Div content here</div>
This div background color is #b3aacd
#b3aacd Border Color
<div style="border:3px solid #b3aacd">
Div here</div>
This div border color is #b3aacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3aacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3aacd; -webkit-box-shadow: 1px 1px 3px 2px #b3aacd; box-shadow: 1px 1px 3px 2px #b3aacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3aacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3aacd; -webkit-box-shadow: 1px 1px 3px 2px #b3aacd; box-shadow: 1px 1px 3px 2px #b3aacd;">
Div content here</div>
This div box has shadow with color #b3aacd
Comments
No comments written yet.
Please login to write comment.