Color spaces of #b45bdd
RGB | 180 | 91 | 221 |
---|---|---|---|
HSL | 0.78 | 0.66 | 0.61 |
HSV | 281° | 59° | 87° |
CMYK | 0.19 | 0.59 | 0.00 0.13 |
XYZ | 35.6146 | 22.4059 | 70.8543 |
Yxy | 22.4059 | 0.2764 | 0.1739 |
Hunter Lab | 47.3349 | 51.4668 | -55.6152 |
CIE-Lab | 54.4550 | 56.7823 | -51.8391 |
#b45bdd color RGB value is (180,91,221).
#b45bdd hex color red value is 180, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b45bdd hue: 0.78 , saturation: 0.66 and the lightness value of b45bdd is 0.61.
The process color (four color CMYK) of #b45bdd color hex is 0.19, 0.59, 0.00, 0.13. Web safe color of #b45bdd is #cc66cc. Color #b45bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01011011 | 11011101 |
Octal | 264 | 133 | 335 |
Decimal | 180 | 91 | 221 |
Hex | B4 | 5B | DD |
Shades of #b45bdd
Tints of #b45bdd
RGB Percentages of Color #b45bdd
CMYK Percentages of Color #b45bdd
Complementary Color
#b45bdd | #84dd5b |
#b45bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b45bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b45bdd Color CSS Codes
.mybgcolor {background-color:#b45bdd; } .myforecolor {color:#b45bdd; } .mybordercolor {border:3px solid #b45bdd; }
#b45bdd Text Font Color
<p style="color:#b45bdd">Text here</p>
This sample text font color is #b45bdd
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.
#b45bdd Background Color
<div style="background-color:#b45bdd">
Div content here</div>
This div background color is #b45bdd
#b45bdd Border Color
<div style="border:3px solid #b45bdd">
Div here</div>
This div border color is #b45bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,91,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b45bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b45bdd; -webkit-box-shadow: 1px 1px 3px 2px #b45bdd; box-shadow: 1px 1px 3px 2px #b45bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,91,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b45bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b45bdd; -webkit-box-shadow: 1px 1px 3px 2px #b45bdd; box-shadow: 1px 1px 3px 2px #b45bdd;">
Div content here</div>
This div box has shadow with color #b45bdd
Comments
No comments written yet.
Please login to write comment.