Color spaces of #b61dfe
RGB | 182 | 29 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.55 |
HSV | 281° | 89° | 100° |
CMYK | 0.28 | 0.89 | 0.00 0.00 |
XYZ | 37.6202 | 17.9796 | 95.2535 |
Yxy | 17.9796 | 0.2494 | 0.1192 |
Hunter Lab | 42.4024 | 84.1646 | -103.5086 |
CIE-Lab | 49.4714 | 84.9070 | -78.3987 |
#b61dfe color RGB value is (182,29,254).
#b61dfe hex color red value is 182, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b61dfe hue: 0.78 , saturation: 0.99 and the lightness value of b61dfe is 0.55.
The process color (four color CMYK) of #b61dfe color hex is 0.28, 0.89, 0.00, 0.00. Web safe color of #b61dfe is #cc33ff. Color #b61dfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00011101 | 11111110 |
Octal | 266 | 35 | 376 |
Decimal | 182 | 29 | 254 |
Hex | B6 | 1D | FE |
Shades of #b61dfe
Tints of #b61dfe
RGB Percentages of Color #b61dfe
CMYK Percentages of Color #b61dfe
Complementary Color
#b61dfe | #65fe1d |
#b61dfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b61dfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b61dfe Color CSS Codes
.mybgcolor {background-color:#b61dfe; } .myforecolor {color:#b61dfe; } .mybordercolor {border:3px solid #b61dfe; }
#b61dfe Text Font Color
<p style="color:#b61dfe">Text here</p>
This sample text font color is #b61dfe
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.
#b61dfe Background Color
<div style="background-color:#b61dfe">
Div content here</div>
This div background color is #b61dfe
#b61dfe Border Color
<div style="border:3px solid #b61dfe">
Div here</div>
This div border color is #b61dfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,29,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b61dfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b61dfe; -webkit-box-shadow: 1px 1px 3px 2px #b61dfe; box-shadow: 1px 1px 3px 2px #b61dfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,29,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 #b61dfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b61dfe; -webkit-box-shadow: 1px 1px 3px 2px #b61dfe; box-shadow: 1px 1px 3px 2px #b61dfe;">
Div content here</div>
This div box has shadow with color #b61dfe
Comments
No comments written yet.
Please login to write comment.