Color spaces of #b18fdd
RGB | 177 | 143 | 221 |
---|---|---|---|
HSL | 0.74 | 0.53 | 0.71 |
HSV | 266° | 35° | 87° |
CMYK | 0.20 | 0.35 | 0.00 0.13 |
XYZ | 41.0051 | 34.2125 | 72.8491 |
Yxy | 34.2125 | 0.2769 | 0.2311 |
Hunter Lab | 58.4915 | 22.7764 | -32.8996 |
CIE-Lab | 65.1309 | 28.1047 | -35.0439 |
#b18fdd color RGB value is (177,143,221).
#b18fdd hex color red value is 177, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b18fdd hue: 0.74 , saturation: 0.53 and the lightness value of b18fdd is 0.71.
The process color (four color CMYK) of #b18fdd color hex is 0.20, 0.35, 0.00, 0.13. Web safe color of #b18fdd is #9999cc. Color #b18fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10001111 | 11011101 |
Octal | 261 | 217 | 335 |
Decimal | 177 | 143 | 221 |
Hex | B1 | 8F | DD |
Shades of #b18fdd
Tints of #b18fdd
RGB Percentages of Color #b18fdd
CMYK Percentages of Color #b18fdd
Complementary Color
#b18fdd | #bbdd8f |
#b18fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b18fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b18fdd Color CSS Codes
.mybgcolor {background-color:#b18fdd; } .myforecolor {color:#b18fdd; } .mybordercolor {border:3px solid #b18fdd; }
#b18fdd Text Font Color
<p style="color:#b18fdd">Text here</p>
This sample text font color is #b18fdd
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.
#b18fdd Background Color
<div style="background-color:#b18fdd">
Div content here</div>
This div background color is #b18fdd
#b18fdd Border Color
<div style="border:3px solid #b18fdd">
Div here</div>
This div border color is #b18fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,143,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b18fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b18fdd; -webkit-box-shadow: 1px 1px 3px 2px #b18fdd; box-shadow: 1px 1px 3px 2px #b18fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,143,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b18fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b18fdd; -webkit-box-shadow: 1px 1px 3px 2px #b18fdd; box-shadow: 1px 1px 3px 2px #b18fdd;">
Div content here</div>
This div box has shadow with color #b18fdd
Comments
No comments written yet.
Please login to write comment.