Color spaces of #b36dba
RGB | 179 | 109 | 186 |
---|---|---|---|
HSL | 0.82 | 0.36 | 0.58 |
HSV | 295° | 41° | 73° |
CMYK | 0.04 | 0.41 | 0.00 0.27 |
XYZ | 32.9220 | 24.0662 | 49.3644 |
Yxy | 24.0662 | 0.3096 | 0.2263 |
Hunter Lab | 49.0573 | 33.9397 | -25.3210 |
CIE-Lab | 56.1540 | 40.1359 | -29.2402 |
#b36dba color RGB value is (179,109,186).
#b36dba hex color red value is 179, green value is 109 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b36dba hue: 0.82 , saturation: 0.36 and the lightness value of b36dba is 0.58.
The process color (four color CMYK) of #b36dba color hex is 0.04, 0.41, 0.00, 0.27. Web safe color of #b36dba is #cc66cc. Color #b36dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101101 | 10111010 |
Octal | 263 | 155 | 272 |
Decimal | 179 | 109 | 186 |
Hex | B3 | 6D | BA |
Shades of #b36dba
Tints of #b36dba
RGB Percentages of Color #b36dba
CMYK Percentages of Color #b36dba
Complementary Color
#b36dba | #74ba6d |
#b36dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36dba Color CSS Codes
.mybgcolor {background-color:#b36dba; } .myforecolor {color:#b36dba; } .mybordercolor {border:3px solid #b36dba; }
#b36dba Text Font Color
<p style="color:#b36dba">Text here</p>
This sample text font color is #b36dba
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.
#b36dba Background Color
<div style="background-color:#b36dba">
Div content here</div>
This div background color is #b36dba
#b36dba Border Color
<div style="border:3px solid #b36dba">
Div here</div>
This div border color is #b36dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,109,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36dba; -webkit-box-shadow: 1px 1px 3px 2px #b36dba; box-shadow: 1px 1px 3px 2px #b36dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,109,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36dba; -webkit-box-shadow: 1px 1px 3px 2px #b36dba; box-shadow: 1px 1px 3px 2px #b36dba;">
Div content here</div>
This div box has shadow with color #b36dba
Comments
No comments written yet.
Please login to write comment.