Color spaces of #b71afe
RGB | 183 | 26 | 254 |
---|---|---|---|
HSL | 0.78 | 0.99 | 0.55 |
HSV | 281° | 90° | 100° |
CMYK | 0.28 | 0.90 | 0.00 0.00 |
XYZ | 37.7872 | 17.9618 | 95.2413 |
Yxy | 17.9618 | 0.2503 | 0.1190 |
Hunter Lab | 42.3814 | 84.9831 | -103.5722 |
CIE-Lab | 49.4497 | 85.5426 | -78.4278 |
#b71afe color RGB value is (183,26,254).
#b71afe hex color red value is 183, green value is 26 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b71afe hue: 0.78 , saturation: 0.99 and the lightness value of b71afe is 0.55.
The process color (four color CMYK) of #b71afe color hex is 0.28, 0.90, 0.00, 0.00. Web safe color of #b71afe is #cc33ff. Color #b71afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00011010 | 11111110 |
Octal | 267 | 32 | 376 |
Decimal | 183 | 26 | 254 |
Hex | B7 | 1A | FE |
Shades of #b71afe
Tints of #b71afe
RGB Percentages of Color #b71afe
CMYK Percentages of Color #b71afe
Complementary Color
#b71afe | #61fe1a |
#b71afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b71afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b71afe Color CSS Codes
.mybgcolor {background-color:#b71afe; } .myforecolor {color:#b71afe; } .mybordercolor {border:3px solid #b71afe; }
#b71afe Text Font Color
<p style="color:#b71afe">Text here</p>
This sample text font color is #b71afe
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.
#b71afe Background Color
<div style="background-color:#b71afe">
Div content here</div>
This div background color is #b71afe
#b71afe Border Color
<div style="border:3px solid #b71afe">
Div here</div>
This div border color is #b71afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,26,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b71afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b71afe; -webkit-box-shadow: 1px 1px 3px 2px #b71afe; box-shadow: 1px 1px 3px 2px #b71afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,26,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 #b71afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b71afe; -webkit-box-shadow: 1px 1px 3px 2px #b71afe; box-shadow: 1px 1px 3px 2px #b71afe;">
Div content here</div>
This div box has shadow with color #b71afe
Comments
No comments written yet.
Please login to write comment.