Color spaces of #b536ae
RGB | 181 | 54 | 174 |
---|---|---|---|
HSL | 0.84 | 0.54 | 0.46 |
HSV | 303° | 70° | 71° |
CMYK | 0.00 | 0.70 | 0.04 0.29 |
XYZ | 28.0152 | 15.5181 | 41.5631 |
Yxy | 15.5181 | 0.3292 | 0.1824 |
Hunter Lab | 39.3930 | 58.0064 | -34.9811 |
CIE-Lab | 46.3358 | 64.0641 | -37.6062 |
#b536ae color RGB value is (181,54,174).
#b536ae hex color red value is 181, green value is 54 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b536ae hue: 0.84 , saturation: 0.54 and the lightness value of b536ae is 0.46.
The process color (four color CMYK) of #b536ae color hex is 0.00, 0.70, 0.04, 0.29. Web safe color of #b536ae is #cc3399. Color #b536ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 00110110 | 10101110 |
Octal | 265 | 66 | 256 |
Decimal | 181 | 54 | 174 |
Hex | B5 | 36 | AE |
Shades of #b536ae
Tints of #b536ae
RGB Percentages of Color #b536ae
CMYK Percentages of Color #b536ae
Complementary Color
#b536ae | #36b53d |
#b536ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b536ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#b536ae Color CSS Codes
.mybgcolor {background-color:#b536ae; } .myforecolor {color:#b536ae; } .mybordercolor {border:3px solid #b536ae; }
#b536ae Text Font Color
<p style="color:#b536ae">Text here</p>
This sample text font color is #b536ae
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.
#b536ae Background Color
<div style="background-color:#b536ae">
Div content here</div>
This div background color is #b536ae
#b536ae Border Color
<div style="border:3px solid #b536ae">
Div here</div>
This div border color is #b536ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,54,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b536ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b536ae; -webkit-box-shadow: 1px 1px 3px 2px #b536ae; box-shadow: 1px 1px 3px 2px #b536ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,54,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b536ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b536ae; -webkit-box-shadow: 1px 1px 3px 2px #b536ae; box-shadow: 1px 1px 3px 2px #b536ae;">
Div content here</div>
This div box has shadow with color #b536ae
Comments
No comments written yet.
Please login to write comment.