Color spaces of #b40afc
RGB | 180 | 10 | 252 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.51 |
HSV | 282° | 96° | 99° |
CMYK | 0.29 | 0.96 | 0.00 0.01 |
XYZ | 36.5016 | 16.9487 | 93.4430 |
Yxy | 16.9487 | 0.2485 | 0.1154 |
Hunter Lab | 41.1688 | 86.2185 | -105.7555 |
CIE-Lab | 48.1953 | 86.7319 | -79.3790 |
#b40afc color RGB value is (180,10,252).
#b40afc hex color red value is 180, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b40afc hue: 0.78 , saturation: 0.98 and the lightness value of b40afc is 0.51.
The process color (four color CMYK) of #b40afc color hex is 0.29, 0.96, 0.00, 0.01. Web safe color of #b40afc is #cc00ff. Color #b40afc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 00001010 | 11111100 |
Octal | 264 | 12 | 374 |
Decimal | 180 | 10 | 252 |
Hex | B4 | A | FC |
Shades of #b40afc
Tints of #b40afc
RGB Percentages of Color #b40afc
CMYK Percentages of Color #b40afc
Complementary Color
#b40afc | #52fc0a |
#b40afc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b40afc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b40afc Color CSS Codes
.mybgcolor {background-color:#b40afc; } .myforecolor {color:#b40afc; } .mybordercolor {border:3px solid #b40afc; }
#b40afc Text Font Color
<p style="color:#b40afc">Text here</p>
This sample text font color is #b40afc
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.
#b40afc Background Color
<div style="background-color:#b40afc">
Div content here</div>
This div background color is #b40afc
#b40afc Border Color
<div style="border:3px solid #b40afc">
Div here</div>
This div border color is #b40afc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,10,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b40afc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b40afc; -webkit-box-shadow: 1px 1px 3px 2px #b40afc; box-shadow: 1px 1px 3px 2px #b40afc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,10,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 #b40afc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b40afc; -webkit-box-shadow: 1px 1px 3px 2px #b40afc; box-shadow: 1px 1px 3px 2px #b40afc;">
Div content here</div>
This div box has shadow with color #b40afc
Comments
No comments written yet.
Please login to write comment.