Color spaces of #b66ffe
RGB | 182 | 111 | 254 |
---|---|---|---|
HSL | 0.75 | 0.99 | 0.72 |
HSV | 270° | 56° | 100° |
CMYK | 0.28 | 0.56 | 0.00 0.00 |
XYZ | 42.8652 | 28.4697 | 97.0019 |
Yxy | 28.4697 | 0.2546 | 0.1691 |
Hunter Lab | 53.3570 | 50.0261 | -70.4381 |
CIE-Lab | 60.3107 | 54.5098 | -60.8733 |
#b66ffe color RGB value is (182,111,254).
#b66ffe hex color red value is 182, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b66ffe hue: 0.75 , saturation: 0.99 and the lightness value of b66ffe is 0.72.
The process color (four color CMYK) of #b66ffe color hex is 0.28, 0.56, 0.00, 0.00. Web safe color of #b66ffe is #cc66ff. Color #b66ffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01101111 | 11111110 |
Octal | 266 | 157 | 376 |
Decimal | 182 | 111 | 254 |
Hex | B6 | 6F | FE |
Shades of #b66ffe
Tints of #b66ffe
RGB Percentages of Color #b66ffe
CMYK Percentages of Color #b66ffe
Complementary Color
#b66ffe | #b7fe6f |
#b66ffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b66ffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b66ffe Color CSS Codes
.mybgcolor {background-color:#b66ffe; } .myforecolor {color:#b66ffe; } .mybordercolor {border:3px solid #b66ffe; }
#b66ffe Text Font Color
<p style="color:#b66ffe">Text here</p>
This sample text font color is #b66ffe
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.
#b66ffe Background Color
<div style="background-color:#b66ffe">
Div content here</div>
This div background color is #b66ffe
#b66ffe Border Color
<div style="border:3px solid #b66ffe">
Div here</div>
This div border color is #b66ffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,111,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b66ffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b66ffe; -webkit-box-shadow: 1px 1px 3px 2px #b66ffe; box-shadow: 1px 1px 3px 2px #b66ffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,111,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b66ffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b66ffe; -webkit-box-shadow: 1px 1px 3px 2px #b66ffe; box-shadow: 1px 1px 3px 2px #b66ffe;">
Div content here</div>
This div box has shadow with color #b66ffe
Comments
No comments written yet.
Please login to write comment.