Color spaces of #b75aaa
RGB | 183 | 90 | 170 |
---|---|---|---|
HSL | 0.86 | 0.39 | 0.54 |
HSV | 308° | 51° | 72° |
CMYK | 0.00 | 0.51 | 0.07 0.28 |
XYZ | 30.4403 | 20.2819 | 40.3406 |
Yxy | 20.2819 | 0.3343 | 0.2227 |
Hunter Lab | 45.0354 | 41.8395 | -21.5844 |
CIE-Lab | 52.1544 | 48.3207 | -26.1374 |
#b75aaa color RGB value is (183,90,170).
#b75aaa hex color red value is 183, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b75aaa hue: 0.86 , saturation: 0.39 and the lightness value of b75aaa is 0.54.
The process color (four color CMYK) of #b75aaa color hex is 0.00, 0.51, 0.07, 0.28. Web safe color of #b75aaa is #cc6699. Color #b75aaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 01011010 | 10101010 |
Octal | 267 | 132 | 252 |
Decimal | 183 | 90 | 170 |
Hex | B7 | 5A | AA |
Shades of #b75aaa
Tints of #b75aaa
RGB Percentages of Color #b75aaa
CMYK Percentages of Color #b75aaa
Complementary Color
#b75aaa | #5ab767 |
#b75aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b75aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b75aaa Color CSS Codes
.mybgcolor {background-color:#b75aaa; } .myforecolor {color:#b75aaa; } .mybordercolor {border:3px solid #b75aaa; }
#b75aaa Text Font Color
<p style="color:#b75aaa">Text here</p>
This sample text font color is #b75aaa
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.
#b75aaa Background Color
<div style="background-color:#b75aaa">
Div content here</div>
This div background color is #b75aaa
#b75aaa Border Color
<div style="border:3px solid #b75aaa">
Div here</div>
This div border color is #b75aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,90,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b75aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b75aaa; -webkit-box-shadow: 1px 1px 3px 2px #b75aaa; box-shadow: 1px 1px 3px 2px #b75aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,90,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b75aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b75aaa; -webkit-box-shadow: 1px 1px 3px 2px #b75aaa; box-shadow: 1px 1px 3px 2px #b75aaa;">
Div content here</div>
This div box has shadow with color #b75aaa
Comments
No comments written yet.
Please login to write comment.