Color spaces of #b20dfc
RGB | 178 | 13 | 252 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.52 |
HSV | 281° | 95° | 99° |
CMYK | 0.29 | 0.95 | 0.00 0.01 |
XYZ | 36.0747 | 16.7811 | 93.4332 |
Yxy | 16.7811 | 0.2466 | 0.1147 |
Hunter Lab | 40.9647 | 85.5038 | -106.5545 |
CIE-Lab | 47.9830 | 86.2246 | -79.7384 |
#b20dfc color RGB value is (178,13,252).
#b20dfc hex color red value is 178, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b20dfc hue: 0.78 , saturation: 0.98 and the lightness value of b20dfc is 0.52.
The process color (four color CMYK) of #b20dfc color hex is 0.29, 0.95, 0.00, 0.01. Web safe color of #b20dfc is #9900ff. Color #b20dfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00001101 | 11111100 |
Octal | 262 | 15 | 374 |
Decimal | 178 | 13 | 252 |
Hex | B2 | D | FC |
Shades of #b20dfc
Tints of #b20dfc
RGB Percentages of Color #b20dfc
CMYK Percentages of Color #b20dfc
Complementary Color
#b20dfc | #57fc0d |
#b20dfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b20dfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b20dfc Color CSS Codes
.mybgcolor {background-color:#b20dfc; } .myforecolor {color:#b20dfc; } .mybordercolor {border:3px solid #b20dfc; }
#b20dfc Text Font Color
<p style="color:#b20dfc">Text here</p>
This sample text font color is #b20dfc
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.
#b20dfc Background Color
<div style="background-color:#b20dfc">
Div content here</div>
This div background color is #b20dfc
#b20dfc Border Color
<div style="border:3px solid #b20dfc">
Div here</div>
This div border color is #b20dfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,13,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b20dfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b20dfc; -webkit-box-shadow: 1px 1px 3px 2px #b20dfc; box-shadow: 1px 1px 3px 2px #b20dfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,13,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b20dfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b20dfc; -webkit-box-shadow: 1px 1px 3px 2px #b20dfc; box-shadow: 1px 1px 3px 2px #b20dfc;">
Div content here</div>
This div box has shadow with color #b20dfc
Comments
No comments written yet.
Please login to write comment.