Color spaces of #b722fd
RGB | 183 | 34 | 253 |
---|---|---|---|
HSL | 0.78 | 0.98 | 0.56 |
HSV | 281° | 87° | 99° |
CMYK | 0.28 | 0.87 | 0.00 0.01 |
XYZ | 37.8301 | 18.3032 | 94.4675 |
Yxy | 18.3032 | 0.2512 | 0.1215 |
Hunter Lab | 42.7822 | 82.9693 | -100.9707 |
CIE-Lab | 49.8618 | 83.9055 | -77.1979 |
#b722fd color RGB value is (183,34,253).
#b722fd hex color red value is 183, green value is 34 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b722fd hue: 0.78 , saturation: 0.98 and the lightness value of b722fd is 0.56.
The process color (four color CMYK) of #b722fd color hex is 0.28, 0.87, 0.00, 0.01. Web safe color of #b722fd is #cc33ff. Color #b722fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00100010 | 11111101 |
Octal | 267 | 42 | 375 |
Decimal | 183 | 34 | 253 |
Hex | B7 | 22 | FD |
Shades of #b722fd
Tints of #b722fd
RGB Percentages of Color #b722fd
CMYK Percentages of Color #b722fd
Complementary Color
#b722fd | #68fd22 |
#b722fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b722fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b722fd Color CSS Codes
.mybgcolor {background-color:#b722fd; } .myforecolor {color:#b722fd; } .mybordercolor {border:3px solid #b722fd; }
#b722fd Text Font Color
<p style="color:#b722fd">Text here</p>
This sample text font color is #b722fd
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.
#b722fd Background Color
<div style="background-color:#b722fd">
Div content here</div>
This div background color is #b722fd
#b722fd Border Color
<div style="border:3px solid #b722fd">
Div here</div>
This div border color is #b722fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,34,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b722fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b722fd; -webkit-box-shadow: 1px 1px 3px 2px #b722fd; box-shadow: 1px 1px 3px 2px #b722fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,34,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b722fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b722fd; -webkit-box-shadow: 1px 1px 3px 2px #b722fd; box-shadow: 1px 1px 3px 2px #b722fd;">
Div content here</div>
This div box has shadow with color #b722fd
Comments
No comments written yet.
Please login to write comment.