Color spaces of #b533af
RGB | 181 | 51 | 175 |
---|---|---|---|
HSL | 0.84 | 0.56 | 0.45 |
HSV | 303° | 72° | 71° |
CMYK | 0.00 | 0.72 | 0.03 0.29 |
XYZ | 27.9777 | 15.2866 | 42.0334 |
Yxy | 15.2866 | 0.3280 | 0.1792 |
Hunter Lab | 39.0981 | 59.3089 | -36.3726 |
CIE-Lab | 46.0243 | 65.2583 | -38.6885 |
#b533af color RGB value is (181,51,175).
#b533af hex color red value is 181, green value is 51 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b533af hue: 0.84 , saturation: 0.56 and the lightness value of b533af is 0.45.
The process color (four color CMYK) of #b533af color hex is 0.00, 0.72, 0.03, 0.29. Web safe color of #b533af is #cc3399. Color #b533af contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00110011 | 10101111 |
Octal | 265 | 63 | 257 |
Decimal | 181 | 51 | 175 |
Hex | B5 | 33 | AF |
Shades of #b533af
Tints of #b533af
RGB Percentages of Color #b533af
CMYK Percentages of Color #b533af
Complementary Color
#b533af | #33b539 |
#b533af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b533af Color Preview on White Background
Lorem ipsum dolor sit amet.
#b533af Color CSS Codes
.mybgcolor {background-color:#b533af; } .myforecolor {color:#b533af; } .mybordercolor {border:3px solid #b533af; }
#b533af Text Font Color
<p style="color:#b533af">Text here</p>
This sample text font color is #b533af
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.
#b533af Background Color
<div style="background-color:#b533af">
Div content here</div>
This div background color is #b533af
#b533af Border Color
<div style="border:3px solid #b533af">
Div here</div>
This div border color is #b533af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,51,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b533af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b533af; -webkit-box-shadow: 1px 1px 3px 2px #b533af; box-shadow: 1px 1px 3px 2px #b533af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,51,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b533af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b533af; -webkit-box-shadow: 1px 1px 3px 2px #b533af; box-shadow: 1px 1px 3px 2px #b533af;">
Div content here</div>
This div box has shadow with color #b533af
Comments
No comments written yet.
Please login to write comment.