Color spaces of #b58aff
RGB | 181 | 138 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.77 |
HSV | 262° | 46° | 100° |
CMYK | 0.29 | 0.46 | 0.00 0.00 |
XYZ | 46.1945 | 35.2207 | 98.9713 |
Yxy | 35.2207 | 0.2561 | 0.1953 |
Hunter Lab | 59.3470 | 35.0834 | -57.3333 |
CIE-Lab | 65.9201 | 40.0119 | -52.4956 |
#b58aff color RGB value is (181,138,255).
#b58aff hex color red value is 181, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b58aff hue: 0.73 , saturation: 1.00 and the lightness value of b58aff is 0.77.
The process color (four color CMYK) of #b58aff color hex is 0.29, 0.46, 0.00, 0.00. Web safe color of #b58aff is #cc99ff. Color #b58aff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10001010 | 11111111 |
Octal | 265 | 212 | 377 |
Decimal | 181 | 138 | 255 |
Hex | B5 | 8A | FF |
Shades of #b58aff
Tints of #b58aff
RGB Percentages of Color #b58aff
CMYK Percentages of Color #b58aff
Complementary Color
#b58aff | #d4ff8a |
#b58aff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b58aff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b58aff Color CSS Codes
.mybgcolor {background-color:#b58aff; } .myforecolor {color:#b58aff; } .mybordercolor {border:3px solid #b58aff; }
#b58aff Text Font Color
<p style="color:#b58aff">Text here</p>
This sample text font color is #b58aff
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.
#b58aff Background Color
<div style="background-color:#b58aff">
Div content here</div>
This div background color is #b58aff
#b58aff Border Color
<div style="border:3px solid #b58aff">
Div here</div>
This div border color is #b58aff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,138,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b58aff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b58aff; -webkit-box-shadow: 1px 1px 3px 2px #b58aff; box-shadow: 1px 1px 3px 2px #b58aff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,138,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b58aff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b58aff; -webkit-box-shadow: 1px 1px 3px 2px #b58aff; box-shadow: 1px 1px 3px 2px #b58aff;">
Div content here</div>
This div box has shadow with color #b58aff
Comments
No comments written yet.
Please login to write comment.