Color spaces of #b186cc
RGB | 177 | 134 | 204 |
---|---|---|---|
HSL | 0.77 | 0.41 | 0.66 |
HSV | 277° | 34° | 80° |
CMYK | 0.13 | 0.34 | 0.00 0.20 |
XYZ | 37.5556 | 30.7569 | 61.0840 |
Yxy | 30.7569 | 0.2902 | 0.2377 |
Hunter Lab | 55.4589 | 23.8234 | -26.4824 |
CIE-Lab | 62.3019 | 29.3928 | -29.9468 |
#b186cc color RGB value is (177,134,204).
#b186cc hex color red value is 177, green value is 134 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b186cc hue: 0.77 , saturation: 0.41 and the lightness value of b186cc is 0.66.
The process color (four color CMYK) of #b186cc color hex is 0.13, 0.34, 0.00, 0.20. Web safe color of #b186cc is #9999cc. Color #b186cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000110 | 11001100 |
Octal | 261 | 206 | 314 |
Decimal | 177 | 134 | 204 |
Hex | B1 | 86 | CC |
Shades of #b186cc
Tints of #b186cc
RGB Percentages of Color #b186cc
CMYK Percentages of Color #b186cc
Complementary Color
#b186cc | #a1cc86 |
#b186cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b186cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b186cc Color CSS Codes
.mybgcolor {background-color:#b186cc; } .myforecolor {color:#b186cc; } .mybordercolor {border:3px solid #b186cc; }
#b186cc Text Font Color
<p style="color:#b186cc">Text here</p>
This sample text font color is #b186cc
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.
#b186cc Background Color
<div style="background-color:#b186cc">
Div content here</div>
This div background color is #b186cc
#b186cc Border Color
<div style="border:3px solid #b186cc">
Div here</div>
This div border color is #b186cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,134,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b186cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b186cc; -webkit-box-shadow: 1px 1px 3px 2px #b186cc; box-shadow: 1px 1px 3px 2px #b186cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,134,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b186cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b186cc; -webkit-box-shadow: 1px 1px 3px 2px #b186cc; box-shadow: 1px 1px 3px 2px #b186cc;">
Div content here</div>
This div box has shadow with color #b186cc
Comments
No comments written yet.
Please login to write comment.