Color spaces of #b45afe
RGB | 180 | 90 | 254 |
---|---|---|---|
HSL | 0.76 | 0.99 | 0.67 |
HSV | 273° | 65° | 100° |
CMYK | 0.29 | 0.65 | 0.00 0.00 |
XYZ | 40.3679 | 24.1714 | 96.3038 |
Yxy | 24.1714 | 0.2510 | 0.1503 |
Hunter Lab | 49.1644 | 60.5250 | -81.7228 |
CIE-Lab | 56.2590 | 64.3785 | -67.3963 |
#b45afe color RGB value is (180,90,254).
#b45afe hex color red value is 180, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b45afe hue: 0.76 , saturation: 0.99 and the lightness value of b45afe is 0.67.
The process color (four color CMYK) of #b45afe color hex is 0.29, 0.65, 0.00, 0.00. Web safe color of #b45afe is #cc66ff. Color #b45afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01011010 | 11111110 |
Octal | 264 | 132 | 376 |
Decimal | 180 | 90 | 254 |
Hex | B4 | 5A | FE |
Shades of #b45afe
Tints of #b45afe
RGB Percentages of Color #b45afe
CMYK Percentages of Color #b45afe
Complementary Color
#b45afe | #a4fe5a |
#b45afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b45afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b45afe Color CSS Codes
.mybgcolor {background-color:#b45afe; } .myforecolor {color:#b45afe; } .mybordercolor {border:3px solid #b45afe; }
#b45afe Text Font Color
<p style="color:#b45afe">Text here</p>
This sample text font color is #b45afe
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.
#b45afe Background Color
<div style="background-color:#b45afe">
Div content here</div>
This div background color is #b45afe
#b45afe Border Color
<div style="border:3px solid #b45afe">
Div here</div>
This div border color is #b45afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,90,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b45afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b45afe; -webkit-box-shadow: 1px 1px 3px 2px #b45afe; box-shadow: 1px 1px 3px 2px #b45afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,90,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 #b45afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b45afe; -webkit-box-shadow: 1px 1px 3px 2px #b45afe; box-shadow: 1px 1px 3px 2px #b45afe;">
Div content here</div>
This div box has shadow with color #b45afe
Comments
No comments written yet.
Please login to write comment.