Color spaces of #b86abc
RGB | 184 | 106 | 188 |
---|---|---|---|
HSL | 0.83 | 0.38 | 0.58 |
HSV | 297° | 44° | 74° |
CMYK | 0.02 | 0.44 | 0.00 0.26 |
XYZ | 33.9983 | 24.1293 | 50.4425 |
Yxy | 24.1293 | 0.3131 | 0.2222 |
Hunter Lab | 49.1216 | 37.5816 | -26.4992 |
CIE-Lab | 56.2170 | 43.6499 | -30.2420 |
#b86abc color RGB value is (184,106,188).
#b86abc hex color red value is 184, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b86abc hue: 0.83 , saturation: 0.38 and the lightness value of b86abc is 0.58.
The process color (four color CMYK) of #b86abc color hex is 0.02, 0.44, 0.00, 0.26. Web safe color of #b86abc is #cc66cc. Color #b86abc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01101010 | 10111100 |
Octal | 270 | 152 | 274 |
Decimal | 184 | 106 | 188 |
Hex | B8 | 6A | BC |
Shades of #b86abc
Tints of #b86abc
RGB Percentages of Color #b86abc
CMYK Percentages of Color #b86abc
Complementary Color
#b86abc | #6ebc6a |
#b86abc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b86abc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b86abc Color CSS Codes
.mybgcolor {background-color:#b86abc; } .myforecolor {color:#b86abc; } .mybordercolor {border:3px solid #b86abc; }
#b86abc Text Font Color
<p style="color:#b86abc">Text here</p>
This sample text font color is #b86abc
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.
#b86abc Background Color
<div style="background-color:#b86abc">
Div content here</div>
This div background color is #b86abc
#b86abc Border Color
<div style="border:3px solid #b86abc">
Div here</div>
This div border color is #b86abc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,106,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b86abc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b86abc; -webkit-box-shadow: 1px 1px 3px 2px #b86abc; box-shadow: 1px 1px 3px 2px #b86abc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,106,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b86abc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b86abc; -webkit-box-shadow: 1px 1px 3px 2px #b86abc; box-shadow: 1px 1px 3px 2px #b86abc;">
Div content here</div>
This div box has shadow with color #b86abc
Comments
No comments written yet.
Please login to write comment.