Color spaces of #b80fea
RGB | 184 | 15 | 234 |
---|---|---|---|
HSL | 0.80 | 0.88 | 0.49 |
HSV | 286° | 94° | 92° |
CMYK | 0.21 | 0.94 | 0.00 0.08 |
XYZ | 34.7893 | 16.4725 | 79.1878 |
Yxy | 16.4725 | 0.2667 | 0.1263 |
Hunter Lab | 40.5863 | 81.9784 | -87.2700 |
CIE-Lab | 47.5884 | 83.5738 | -70.2227 |
#b80fea color RGB value is (184,15,234).
#b80fea hex color red value is 184, green value is 15 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b80fea hue: 0.80 , saturation: 0.88 and the lightness value of b80fea is 0.49.
The process color (four color CMYK) of #b80fea color hex is 0.21, 0.94, 0.00, 0.08. Web safe color of #b80fea is #cc00ff. Color #b80fea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00001111 | 11101010 |
Octal | 270 | 17 | 352 |
Decimal | 184 | 15 | 234 |
Hex | B8 | F | EA |
Shades of #b80fea
Tints of #b80fea
RGB Percentages of Color #b80fea
CMYK Percentages of Color #b80fea
Complementary Color
#b80fea | #41ea0f |
#b80fea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b80fea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b80fea Color CSS Codes
.mybgcolor {background-color:#b80fea; } .myforecolor {color:#b80fea; } .mybordercolor {border:3px solid #b80fea; }
#b80fea Text Font Color
<p style="color:#b80fea">Text here</p>
This sample text font color is #b80fea
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.
#b80fea Background Color
<div style="background-color:#b80fea">
Div content here</div>
This div background color is #b80fea
#b80fea Border Color
<div style="border:3px solid #b80fea">
Div here</div>
This div border color is #b80fea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,15,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b80fea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b80fea; -webkit-box-shadow: 1px 1px 3px 2px #b80fea; box-shadow: 1px 1px 3px 2px #b80fea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,15,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b80fea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b80fea; -webkit-box-shadow: 1px 1px 3px 2px #b80fea; box-shadow: 1px 1px 3px 2px #b80fea;">
Div content here</div>
This div box has shadow with color #b80fea
Comments
No comments written yet.
Please login to write comment.