Color spaces of #b266dc
RGB | 178 | 102 | 220 |
---|---|---|---|
HSL | 0.77 | 0.63 | 0.63 |
HSV | 279° | 54° | 86° |
CMYK | 0.19 | 0.54 | 0.00 0.14 |
XYZ | 36.0297 | 24.1350 | 70.4697 |
Yxy | 24.1350 | 0.2758 | 0.1848 |
Hunter Lab | 49.1274 | 44.9378 | -50.6581 |
CIE-Lab | 56.2227 | 50.5582 | -48.4773 |
#b266dc color RGB value is (178,102,220).
#b266dc hex color red value is 178, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b266dc hue: 0.77 , saturation: 0.63 and the lightness value of b266dc is 0.63.
The process color (four color CMYK) of #b266dc color hex is 0.19, 0.54, 0.00, 0.14. Web safe color of #b266dc is #9966cc. Color #b266dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01100110 | 11011100 |
Octal | 262 | 146 | 334 |
Decimal | 178 | 102 | 220 |
Hex | B2 | 66 | DC |
Shades of #b266dc
Tints of #b266dc
RGB Percentages of Color #b266dc
CMYK Percentages of Color #b266dc
Complementary Color
#b266dc | #90dc66 |
#b266dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b266dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b266dc Color CSS Codes
.mybgcolor {background-color:#b266dc; } .myforecolor {color:#b266dc; } .mybordercolor {border:3px solid #b266dc; }
#b266dc Text Font Color
<p style="color:#b266dc">Text here</p>
This sample text font color is #b266dc
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.
#b266dc Background Color
<div style="background-color:#b266dc">
Div content here</div>
This div background color is #b266dc
#b266dc Border Color
<div style="border:3px solid #b266dc">
Div here</div>
This div border color is #b266dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,102,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b266dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b266dc; -webkit-box-shadow: 1px 1px 3px 2px #b266dc; box-shadow: 1px 1px 3px 2px #b266dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,102,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b266dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b266dc; -webkit-box-shadow: 1px 1px 3px 2px #b266dc; box-shadow: 1px 1px 3px 2px #b266dc;">
Div content here</div>
This div box has shadow with color #b266dc
Comments
No comments written yet.
Please login to write comment.