Color spaces of #b18adb
RGB | 177 | 138 | 219 |
---|---|---|---|
HSL | 0.75 | 0.53 | 0.70 |
HSV | 269° | 37° | 86° |
CMYK | 0.19 | 0.37 | 0.00 0.14 |
XYZ | 40.0061 | 32.6385 | 71.2091 |
Yxy | 32.6385 | 0.2781 | 0.2269 |
Hunter Lab | 57.1301 | 25.0192 | -33.9102 |
CIE-Lab | 63.8671 | 30.4586 | -35.9002 |
#b18adb color RGB value is (177,138,219).
#b18adb hex color red value is 177, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b18adb hue: 0.75 , saturation: 0.53 and the lightness value of b18adb is 0.70.
The process color (four color CMYK) of #b18adb color hex is 0.19, 0.37, 0.00, 0.14. Web safe color of #b18adb is #9999cc. Color #b18adb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10001010 | 11011011 |
Octal | 261 | 212 | 333 |
Decimal | 177 | 138 | 219 |
Hex | B1 | 8A | DB |
Shades of #b18adb
Tints of #b18adb
RGB Percentages of Color #b18adb
CMYK Percentages of Color #b18adb
Complementary Color
#b18adb | #b4db8a |
#b18adb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b18adb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b18adb Color CSS Codes
.mybgcolor {background-color:#b18adb; } .myforecolor {color:#b18adb; } .mybordercolor {border:3px solid #b18adb; }
#b18adb Text Font Color
<p style="color:#b18adb">Text here</p>
This sample text font color is #b18adb
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.
#b18adb Background Color
<div style="background-color:#b18adb">
Div content here</div>
This div background color is #b18adb
#b18adb Border Color
<div style="border:3px solid #b18adb">
Div here</div>
This div border color is #b18adb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,138,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b18adb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b18adb; -webkit-box-shadow: 1px 1px 3px 2px #b18adb; box-shadow: 1px 1px 3px 2px #b18adb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,138,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b18adb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b18adb; -webkit-box-shadow: 1px 1px 3px 2px #b18adb; box-shadow: 1px 1px 3px 2px #b18adb;">
Div content here</div>
This div box has shadow with color #b18adb
Comments
No comments written yet.
Please login to write comment.