Color spaces of #b18fba
RGB | 177 | 143 | 186 |
---|---|---|---|
HSL | 0.80 | 0.24 | 0.65 |
HSV | 287° | 23° | 73° |
CMYK | 0.05 | 0.23 | 0.00 0.27 |
XYZ | 36.8168 | 32.5372 | 50.7942 |
Yxy | 32.5372 | 0.3064 | 0.2708 |
Hunter Lab | 57.0414 | 15.3886 | -12.8676 |
CIE-Lab | 63.7844 | 20.5807 | -17.5536 |
#b18fba color RGB value is (177,143,186).
#b18fba hex color red value is 177, green value is 143 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b18fba hue: 0.80 , saturation: 0.24 and the lightness value of b18fba is 0.65.
The process color (four color CMYK) of #b18fba color hex is 0.05, 0.23, 0.00, 0.27. Web safe color of #b18fba is #9999cc. Color #b18fba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10001111 | 10111010 |
Octal | 261 | 217 | 272 |
Decimal | 177 | 143 | 186 |
Hex | B1 | 8F | BA |
Shades of #b18fba
Tints of #b18fba
RGB Percentages of Color #b18fba
CMYK Percentages of Color #b18fba
Complementary Color
#b18fba | #98ba8f |
#b18fba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b18fba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b18fba Color CSS Codes
.mybgcolor {background-color:#b18fba; } .myforecolor {color:#b18fba; } .mybordercolor {border:3px solid #b18fba; }
#b18fba Text Font Color
<p style="color:#b18fba">Text here</p>
This sample text font color is #b18fba
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.
#b18fba Background Color
<div style="background-color:#b18fba">
Div content here</div>
This div background color is #b18fba
#b18fba Border Color
<div style="border:3px solid #b18fba">
Div here</div>
This div border color is #b18fba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,143,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b18fba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b18fba; -webkit-box-shadow: 1px 1px 3px 2px #b18fba; box-shadow: 1px 1px 3px 2px #b18fba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,143,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b18fba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b18fba; -webkit-box-shadow: 1px 1px 3px 2px #b18fba; box-shadow: 1px 1px 3px 2px #b18fba;">
Div content here</div>
This div box has shadow with color #b18fba
Comments
No comments written yet.
Please login to write comment.