Color spaces of #b36bcd
RGB | 179 | 107 | 205 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.61 |
HSV | 284° | 48° | 80° |
CMYK | 0.13 | 0.48 | 0.00 0.20 |
XYZ | 34.8675 | 24.5069 | 60.6502 |
Yxy | 24.5069 | 0.2905 | 0.2042 |
Hunter Lab | 49.5044 | 39.0903 | -37.9858 |
CIE-Lab | 56.5918 | 45.0339 | -39.4004 |
#b36bcd color RGB value is (179,107,205).
#b36bcd hex color red value is 179, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b36bcd hue: 0.79 , saturation: 0.49 and the lightness value of b36bcd is 0.61.
The process color (four color CMYK) of #b36bcd color hex is 0.13, 0.48, 0.00, 0.20. Web safe color of #b36bcd is #cc66cc. Color #b36bcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101011 | 11001101 |
Octal | 263 | 153 | 315 |
Decimal | 179 | 107 | 205 |
Hex | B3 | 6B | CD |
Shades of #b36bcd
Tints of #b36bcd
RGB Percentages of Color #b36bcd
CMYK Percentages of Color #b36bcd
Complementary Color
#b36bcd | #85cd6b |
#b36bcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36bcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36bcd Color CSS Codes
.mybgcolor {background-color:#b36bcd; } .myforecolor {color:#b36bcd; } .mybordercolor {border:3px solid #b36bcd; }
#b36bcd Text Font Color
<p style="color:#b36bcd">Text here</p>
This sample text font color is #b36bcd
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.
#b36bcd Background Color
<div style="background-color:#b36bcd">
Div content here</div>
This div background color is #b36bcd
#b36bcd Border Color
<div style="border:3px solid #b36bcd">
Div here</div>
This div border color is #b36bcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,107,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36bcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36bcd; -webkit-box-shadow: 1px 1px 3px 2px #b36bcd; box-shadow: 1px 1px 3px 2px #b36bcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,107,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36bcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36bcd; -webkit-box-shadow: 1px 1px 3px 2px #b36bcd; box-shadow: 1px 1px 3px 2px #b36bcd;">
Div content here</div>
This div box has shadow with color #b36bcd
Comments
No comments written yet.
Please login to write comment.