Color spaces of #b96adf
RGB | 185 | 106 | 223 |
---|---|---|---|
HSL | 0.78 | 0.65 | 0.65 |
HSV | 281° | 52° | 87° |
CMYK | 0.17 | 0.52 | 0.00 0.13 |
XYZ | 38.4809 | 25.9501 | 72.7927 |
Yxy | 25.9501 | 0.2804 | 0.1891 |
Hunter Lab | 50.9412 | 45.6913 | -49.0638 |
CIE-Lab | 57.9897 | 50.9688 | -47.3113 |
#b96adf color RGB value is (185,106,223).
#b96adf hex color red value is 185, green value is 106 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b96adf hue: 0.78 , saturation: 0.65 and the lightness value of b96adf is 0.65.
The process color (four color CMYK) of #b96adf color hex is 0.17, 0.52, 0.00, 0.13. Web safe color of #b96adf is #cc66cc. Color #b96adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01101010 | 11011111 |
Octal | 271 | 152 | 337 |
Decimal | 185 | 106 | 223 |
Hex | B9 | 6A | DF |
Shades of #b96adf
Tints of #b96adf
RGB Percentages of Color #b96adf
CMYK Percentages of Color #b96adf
Complementary Color
#b96adf | #90df6a |
#b96adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b96adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b96adf Color CSS Codes
.mybgcolor {background-color:#b96adf; } .myforecolor {color:#b96adf; } .mybordercolor {border:3px solid #b96adf; }
#b96adf Text Font Color
<p style="color:#b96adf">Text here</p>
This sample text font color is #b96adf
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.
#b96adf Background Color
<div style="background-color:#b96adf">
Div content here</div>
This div background color is #b96adf
#b96adf Border Color
<div style="border:3px solid #b96adf">
Div here</div>
This div border color is #b96adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,106,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b96adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b96adf; -webkit-box-shadow: 1px 1px 3px 2px #b96adf; box-shadow: 1px 1px 3px 2px #b96adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,106,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 #b96adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b96adf; -webkit-box-shadow: 1px 1px 3px 2px #b96adf; box-shadow: 1px 1px 3px 2px #b96adf;">
Div content here</div>
This div box has shadow with color #b96adf
Comments
No comments written yet.
Please login to write comment.