Color spaces of #b396fa
RGB | 179 | 150 | 250 |
---|---|---|---|
HSL | 0.72 | 0.91 | 0.78 |
HSV | 257° | 40° | 98° |
CMYK | 0.28 | 0.40 | 0.00 0.02 |
XYZ | 46.7521 | 38.2985 | 95.3707 |
Yxy | 38.2985 | 0.2591 | 0.2123 |
Hunter Lab | 61.8858 | 26.5491 | -48.0504 |
CIE-Lab | 68.2400 | 31.5877 | -46.1173 |
#b396fa color RGB value is (179,150,250).
#b396fa hex color red value is 179, green value is 150 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b396fa hue: 0.72 , saturation: 0.91 and the lightness value of b396fa is 0.78.
The process color (four color CMYK) of #b396fa color hex is 0.28, 0.40, 0.00, 0.02. Web safe color of #b396fa is #cc99ff. Color #b396fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10010110 | 11111010 |
Octal | 263 | 226 | 372 |
Decimal | 179 | 150 | 250 |
Hex | B3 | 96 | FA |
Shades of #b396fa
Tints of #b396fa
RGB Percentages of Color #b396fa
CMYK Percentages of Color #b396fa
Complementary Color
#b396fa | #ddfa96 |
#b396fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b396fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b396fa Color CSS Codes
.mybgcolor {background-color:#b396fa; } .myforecolor {color:#b396fa; } .mybordercolor {border:3px solid #b396fa; }
#b396fa Text Font Color
<p style="color:#b396fa">Text here</p>
This sample text font color is #b396fa
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.
#b396fa Background Color
<div style="background-color:#b396fa">
Div content here</div>
This div background color is #b396fa
#b396fa Border Color
<div style="border:3px solid #b396fa">
Div here</div>
This div border color is #b396fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,150,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b396fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b396fa; -webkit-box-shadow: 1px 1px 3px 2px #b396fa; box-shadow: 1px 1px 3px 2px #b396fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,150,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 #b396fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b396fa; -webkit-box-shadow: 1px 1px 3px 2px #b396fa; box-shadow: 1px 1px 3px 2px #b396fa;">
Div content here</div>
This div box has shadow with color #b396fa
Comments
No comments written yet.
Please login to write comment.