Color spaces of #b776fa
RGB | 183 | 118 | 250 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.72 |
HSV | 270° | 53° | 98° |
CMYK | 0.27 | 0.53 | 0.00 0.02 |
XYZ | 43.2622 | 29.9263 | 93.9387 |
Yxy | 29.9263 | 0.2589 | 0.1791 |
Hunter Lab | 54.7049 | 45.4292 | -63.5187 |
CIE-Lab | 61.5906 | 50.1733 | -56.6193 |
#b776fa color RGB value is (183,118,250).
#b776fa hex color red value is 183, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b776fa hue: 0.75 , saturation: 0.93 and the lightness value of b776fa is 0.72.
The process color (four color CMYK) of #b776fa color hex is 0.27, 0.53, 0.00, 0.02. Web safe color of #b776fa is #cc66ff. Color #b776fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01110110 | 11111010 |
Octal | 267 | 166 | 372 |
Decimal | 183 | 118 | 250 |
Hex | B7 | 76 | FA |
Shades of #b776fa
Tints of #b776fa
RGB Percentages of Color #b776fa
CMYK Percentages of Color #b776fa
Complementary Color
#b776fa | #b9fa76 |
#b776fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b776fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b776fa Color CSS Codes
.mybgcolor {background-color:#b776fa; } .myforecolor {color:#b776fa; } .mybordercolor {border:3px solid #b776fa; }
#b776fa Text Font Color
<p style="color:#b776fa">Text here</p>
This sample text font color is #b776fa
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.
#b776fa Background Color
<div style="background-color:#b776fa">
Div content here</div>
This div background color is #b776fa
#b776fa Border Color
<div style="border:3px solid #b776fa">
Div here</div>
This div border color is #b776fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,118,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b776fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b776fa; -webkit-box-shadow: 1px 1px 3px 2px #b776fa; box-shadow: 1px 1px 3px 2px #b776fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,118,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b776fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b776fa; -webkit-box-shadow: 1px 1px 3px 2px #b776fa; box-shadow: 1px 1px 3px 2px #b776fa;">
Div content here</div>
This div box has shadow with color #b776fa
Comments
No comments written yet.
Please login to write comment.