Color spaces of #b88fdf
RGB | 184 | 143 | 223 |
---|---|---|---|
HSL | 0.75 | 0.56 | 0.72 |
HSV | 271° | 36° | 87° |
CMYK | 0.17 | 0.36 | 0.00 0.13 |
XYZ | 42.9089 | 35.1630 | 74.3376 |
Yxy | 35.1630 | 0.2815 | 0.2307 |
Hunter Lab | 59.2984 | 25.3921 | -32.8182 |
CIE-Lab | 65.8754 | 30.6545 | -34.9437 |
#b88fdf color RGB value is (184,143,223).
#b88fdf hex color red value is 184, green value is 143 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b88fdf hue: 0.75 , saturation: 0.56 and the lightness value of b88fdf is 0.72.
The process color (four color CMYK) of #b88fdf color hex is 0.17, 0.36, 0.00, 0.13. Web safe color of #b88fdf is #cc99cc. Color #b88fdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10001111 | 11011111 |
Octal | 270 | 217 | 337 |
Decimal | 184 | 143 | 223 |
Hex | B8 | 8F | DF |
Shades of #b88fdf
Tints of #b88fdf
RGB Percentages of Color #b88fdf
CMYK Percentages of Color #b88fdf
Complementary Color
#b88fdf | #b6df8f |
#b88fdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b88fdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b88fdf Color CSS Codes
.mybgcolor {background-color:#b88fdf; } .myforecolor {color:#b88fdf; } .mybordercolor {border:3px solid #b88fdf; }
#b88fdf Text Font Color
<p style="color:#b88fdf">Text here</p>
This sample text font color is #b88fdf
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.
#b88fdf Background Color
<div style="background-color:#b88fdf">
Div content here</div>
This div background color is #b88fdf
#b88fdf Border Color
<div style="border:3px solid #b88fdf">
Div here</div>
This div border color is #b88fdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,143,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b88fdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b88fdf; -webkit-box-shadow: 1px 1px 3px 2px #b88fdf; box-shadow: 1px 1px 3px 2px #b88fdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,143,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b88fdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b88fdf; -webkit-box-shadow: 1px 1px 3px 2px #b88fdf; box-shadow: 1px 1px 3px 2px #b88fdf;">
Div content here</div>
This div box has shadow with color #b88fdf
Comments
No comments written yet.
Please login to write comment.