Color spaces of #b966ea
RGB | 185 | 102 | 234 |
---|---|---|---|
HSL | 0.77 | 0.76 | 0.66 |
HSV | 278° | 56° | 92° |
CMYK | 0.21 | 0.56 | 0.00 0.08 |
XYZ | 39.6102 | 25.7575 | 80.7259 |
Yxy | 25.7575 | 0.2711 | 0.1763 |
Hunter Lab | 50.7518 | 50.4978 | -58.7804 |
CIE-Lab | 57.8062 | 55.3433 | -53.7629 |
#b966ea color RGB value is (185,102,234).
#b966ea hex color red value is 185, green value is 102 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b966ea hue: 0.77 , saturation: 0.76 and the lightness value of b966ea is 0.66.
The process color (four color CMYK) of #b966ea color hex is 0.21, 0.56, 0.00, 0.08. Web safe color of #b966ea is #cc66ff. Color #b966ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01100110 | 11101010 |
Octal | 271 | 146 | 352 |
Decimal | 185 | 102 | 234 |
Hex | B9 | 66 | EA |
Shades of #b966ea
Tints of #b966ea
RGB Percentages of Color #b966ea
CMYK Percentages of Color #b966ea
Complementary Color
#b966ea | #97ea66 |
#b966ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b966ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b966ea Color CSS Codes
.mybgcolor {background-color:#b966ea; } .myforecolor {color:#b966ea; } .mybordercolor {border:3px solid #b966ea; }
#b966ea Text Font Color
<p style="color:#b966ea">Text here</p>
This sample text font color is #b966ea
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.
#b966ea Background Color
<div style="background-color:#b966ea">
Div content here</div>
This div background color is #b966ea
#b966ea Border Color
<div style="border:3px solid #b966ea">
Div here</div>
This div border color is #b966ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,102,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b966ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b966ea; -webkit-box-shadow: 1px 1px 3px 2px #b966ea; box-shadow: 1px 1px 3px 2px #b966ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,102,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b966ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b966ea; -webkit-box-shadow: 1px 1px 3px 2px #b966ea; box-shadow: 1px 1px 3px 2px #b966ea;">
Div content here</div>
This div box has shadow with color #b966ea
Comments
No comments written yet.
Please login to write comment.