Color spaces of #b18ada
RGB | 177 | 138 | 218 |
---|---|---|---|
HSL | 0.75 | 0.52 | 0.70 |
HSV | 269° | 37° | 85° |
CMYK | 0.19 | 0.37 | 0.00 0.15 |
XYZ | 39.8748 | 32.5860 | 70.5178 |
Yxy | 32.5860 | 0.2789 | 0.2279 |
Hunter Lab | 57.0841 | 24.7898 | -33.2839 |
CIE-Lab | 63.8243 | 30.2329 | -35.4105 |
#b18ada color RGB value is (177,138,218).
#b18ada hex color red value is 177, green value is 138 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b18ada hue: 0.75 , saturation: 0.52 and the lightness value of b18ada is 0.70.
The process color (four color CMYK) of #b18ada color hex is 0.19, 0.37, 0.00, 0.15. Web safe color of #b18ada is #9999cc. Color #b18ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10001010 | 11011010 |
Octal | 261 | 212 | 332 |
Decimal | 177 | 138 | 218 |
Hex | B1 | 8A | DA |
Shades of #b18ada
Tints of #b18ada
RGB Percentages of Color #b18ada
CMYK Percentages of Color #b18ada
Complementary Color
#b18ada | #b3da8a |
#b18ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b18ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#b18ada Color CSS Codes
.mybgcolor {background-color:#b18ada; } .myforecolor {color:#b18ada; } .mybordercolor {border:3px solid #b18ada; }
#b18ada Text Font Color
<p style="color:#b18ada">Text here</p>
This sample text font color is #b18ada
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.
#b18ada Background Color
<div style="background-color:#b18ada">
Div content here</div>
This div background color is #b18ada
#b18ada Border Color
<div style="border:3px solid #b18ada">
Div here</div>
This div border color is #b18ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,138,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b18ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b18ada; -webkit-box-shadow: 1px 1px 3px 2px #b18ada; box-shadow: 1px 1px 3px 2px #b18ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,138,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 #b18ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b18ada; -webkit-box-shadow: 1px 1px 3px 2px #b18ada; box-shadow: 1px 1px 3px 2px #b18ada;">
Div content here</div>
This div box has shadow with color #b18ada
Comments
No comments written yet.
Please login to write comment.