Color spaces of #b920fa
RGB | 185 | 32 | 250 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.55 |
HSV | 282° | 87° | 98° |
CMYK | 0.26 | 0.87 | 0.00 0.02 |
XYZ | 37.7794 | 18.2494 | 91.9738 |
Yxy | 18.2494 | 0.2553 | 0.1233 |
Hunter Lab | 42.7193 | 83.1001 | -97.7466 |
CIE-Lab | 49.7972 | 84.0196 | -75.6158 |
#b920fa color RGB value is (185,32,250).
#b920fa hex color red value is 185, green value is 32 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b920fa hue: 0.78 , saturation: 0.96 and the lightness value of b920fa is 0.55.
The process color (four color CMYK) of #b920fa color hex is 0.26, 0.87, 0.00, 0.02. Web safe color of #b920fa is #cc33ff. Color #b920fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00100000 | 11111010 |
Octal | 271 | 40 | 372 |
Decimal | 185 | 32 | 250 |
Hex | B9 | 20 | FA |
Shades of #b920fa
Tints of #b920fa
RGB Percentages of Color #b920fa
CMYK Percentages of Color #b920fa
Complementary Color
#b920fa | #61fa20 |
#b920fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b920fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b920fa Color CSS Codes
.mybgcolor {background-color:#b920fa; } .myforecolor {color:#b920fa; } .mybordercolor {border:3px solid #b920fa; }
#b920fa Text Font Color
<p style="color:#b920fa">Text here</p>
This sample text font color is #b920fa
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.
#b920fa Background Color
<div style="background-color:#b920fa">
Div content here</div>
This div background color is #b920fa
#b920fa Border Color
<div style="border:3px solid #b920fa">
Div here</div>
This div border color is #b920fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,32,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b920fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b920fa; -webkit-box-shadow: 1px 1px 3px 2px #b920fa; box-shadow: 1px 1px 3px 2px #b920fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,32,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 #b920fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b920fa; -webkit-box-shadow: 1px 1px 3px 2px #b920fa; box-shadow: 1px 1px 3px 2px #b920fa;">
Div content here</div>
This div box has shadow with color #b920fa
Comments
No comments written yet.
Please login to write comment.