Color spaces of #b802fe
RGB | 184 | 2 | 254 |
---|---|---|---|
HSL | 0.79 | 0.99 | 0.50 |
HSV | 283° | 99° | 100° |
CMYK | 0.28 | 0.99 | 0.00 0.00 |
XYZ | 37.6783 | 17.3895 | 95.1366 |
Yxy | 17.3895 | 0.2508 | 0.1158 |
Hunter Lab | 41.7007 | 88.3058 | -106.0745 |
CIE-Lab | 48.7471 | 88.2177 | -79.5691 |
#b802fe color RGB value is (184,2,254).
#b802fe hex color red value is 184, green value is 2 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b802fe hue: 0.79 , saturation: 0.99 and the lightness value of b802fe is 0.50.
The process color (four color CMYK) of #b802fe color hex is 0.28, 0.99, 0.00, 0.00. Web safe color of #b802fe is #cc00ff. Color #b802fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00000010 | 11111110 |
Octal | 270 | 2 | 376 |
Decimal | 184 | 2 | 254 |
Hex | B8 | 2 | FE |
Shades of #b802fe
Tints of #b802fe
RGB Percentages of Color #b802fe
CMYK Percentages of Color #b802fe
Complementary Color
#b802fe | #48fe02 |
#b802fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b802fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b802fe Color CSS Codes
.mybgcolor {background-color:#b802fe; } .myforecolor {color:#b802fe; } .mybordercolor {border:3px solid #b802fe; }
#b802fe Text Font Color
<p style="color:#b802fe">Text here</p>
This sample text font color is #b802fe
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.
#b802fe Background Color
<div style="background-color:#b802fe">
Div content here</div>
This div background color is #b802fe
#b802fe Border Color
<div style="border:3px solid #b802fe">
Div here</div>
This div border color is #b802fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,2,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b802fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b802fe; -webkit-box-shadow: 1px 1px 3px 2px #b802fe; box-shadow: 1px 1px 3px 2px #b802fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,2,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 #b802fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b802fe; -webkit-box-shadow: 1px 1px 3px 2px #b802fe; box-shadow: 1px 1px 3px 2px #b802fe;">
Div content here</div>
This div box has shadow with color #b802fe
Comments
No comments written yet.
Please login to write comment.