Color spaces of #b55fda
RGB | 181 | 95 | 218 |
---|---|---|---|
HSL | 0.78 | 0.62 | 0.61 |
HSV | 282° | 56° | 85° |
CMYK | 0.17 | 0.56 | 0.00 0.15 |
XYZ | 35.8032 | 23.0701 | 68.8956 |
Yxy | 23.0701 | 0.2802 | 0.1806 |
Hunter Lab | 48.0313 | 49.0014 | -51.4229 |
CIE-Lab | 55.1445 | 54.4458 | -49.0385 |
#b55fda color RGB value is (181,95,218).
#b55fda hex color red value is 181, green value is 95 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b55fda hue: 0.78 , saturation: 0.62 and the lightness value of b55fda is 0.61.
The process color (four color CMYK) of #b55fda color hex is 0.17, 0.56, 0.00, 0.15. Web safe color of #b55fda is #cc66cc. Color #b55fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 01011111 | 11011010 |
Octal | 265 | 137 | 332 |
Decimal | 181 | 95 | 218 |
Hex | B5 | 5F | DA |
Shades of #b55fda
Tints of #b55fda
RGB Percentages of Color #b55fda
CMYK Percentages of Color #b55fda
Complementary Color
#b55fda | #84da5f |
#b55fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b55fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b55fda Color CSS Codes
.mybgcolor {background-color:#b55fda; } .myforecolor {color:#b55fda; } .mybordercolor {border:3px solid #b55fda; }
#b55fda Text Font Color
<p style="color:#b55fda">Text here</p>
This sample text font color is #b55fda
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.
#b55fda Background Color
<div style="background-color:#b55fda">
Div content here</div>
This div background color is #b55fda
#b55fda Border Color
<div style="border:3px solid #b55fda">
Div here</div>
This div border color is #b55fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,95,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b55fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b55fda; -webkit-box-shadow: 1px 1px 3px 2px #b55fda; box-shadow: 1px 1px 3px 2px #b55fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,95,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b55fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b55fda; -webkit-box-shadow: 1px 1px 3px 2px #b55fda; box-shadow: 1px 1px 3px 2px #b55fda;">
Div content here</div>
This div box has shadow with color #b55fda
Comments
No comments written yet.
Please login to write comment.