Color spaces of #b440fe
RGB | 180 | 64 | 254 |
---|---|---|---|
HSL | 0.77 | 0.99 | 0.62 |
HSV | 277° | 75° | 100° |
CMYK | 0.29 | 0.75 | 0.00 0.00 |
XYZ | 38.5452 | 20.5258 | 95.6963 |
Yxy | 20.5258 | 0.2491 | 0.1326 |
Hunter Lab | 45.3054 | 72.5808 | -93.5215 |
CIE-Lab | 52.4266 | 75.1536 | -73.5994 |
#b440fe color RGB value is (180,64,254).
#b440fe hex color red value is 180, green value is 64 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b440fe hue: 0.77 , saturation: 0.99 and the lightness value of b440fe is 0.62.
The process color (four color CMYK) of #b440fe color hex is 0.29, 0.75, 0.00, 0.00. Web safe color of #b440fe is #cc33ff. Color #b440fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01000000 | 11111110 |
Octal | 264 | 100 | 376 |
Decimal | 180 | 64 | 254 |
Hex | B4 | 40 | FE |
Shades of #b440fe
Tints of #b440fe
RGB Percentages of Color #b440fe
CMYK Percentages of Color #b440fe
Complementary Color
#b440fe | #8afe40 |
#b440fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b440fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b440fe Color CSS Codes
.mybgcolor {background-color:#b440fe; } .myforecolor {color:#b440fe; } .mybordercolor {border:3px solid #b440fe; }
#b440fe Text Font Color
<p style="color:#b440fe">Text here</p>
This sample text font color is #b440fe
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.
#b440fe Background Color
<div style="background-color:#b440fe">
Div content here</div>
This div background color is #b440fe
#b440fe Border Color
<div style="border:3px solid #b440fe">
Div here</div>
This div border color is #b440fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,64,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b440fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b440fe; -webkit-box-shadow: 1px 1px 3px 2px #b440fe; box-shadow: 1px 1px 3px 2px #b440fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,64,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b440fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b440fe; -webkit-box-shadow: 1px 1px 3px 2px #b440fe; box-shadow: 1px 1px 3px 2px #b440fe;">
Div content here</div>
This div box has shadow with color #b440fe
Comments
No comments written yet.
Please login to write comment.