Color spaces of #b711aa
RGB | 183 | 17 | 170 |
---|---|---|---|
HSL | 0.85 | 0.83 | 0.39 |
HSV | 305° | 91° | 72° |
CMYK | 0.00 | 0.91 | 0.07 0.28 |
XYZ | 26.9846 | 13.3705 | 39.1887 |
Yxy | 13.3705 | 0.3392 | 0.1681 |
Hunter Lab | 36.5657 | 67.7387 | -37.9471 |
CIE-Lab | 43.3163 | 72.9478 | -39.9952 |
#b711aa color RGB value is (183,17,170).
#b711aa hex color red value is 183, green value is 17 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b711aa hue: 0.85 , saturation: 0.83 and the lightness value of b711aa is 0.39.
The process color (four color CMYK) of #b711aa color hex is 0.00, 0.91, 0.07, 0.28. Web safe color of #b711aa is #cc0099. Color #b711aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 00010001 | 10101010 |
Octal | 267 | 21 | 252 |
Decimal | 183 | 17 | 170 |
Hex | B7 | 11 | AA |
Shades of #b711aa
Tints of #b711aa
RGB Percentages of Color #b711aa
CMYK Percentages of Color #b711aa
Complementary Color
#b711aa | #11b71e |
#b711aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b711aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b711aa Color CSS Codes
.mybgcolor {background-color:#b711aa; } .myforecolor {color:#b711aa; } .mybordercolor {border:3px solid #b711aa; }
#b711aa Text Font Color
<p style="color:#b711aa">Text here</p>
This sample text font color is #b711aa
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.
#b711aa Background Color
<div style="background-color:#b711aa">
Div content here</div>
This div background color is #b711aa
#b711aa Border Color
<div style="border:3px solid #b711aa">
Div here</div>
This div border color is #b711aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,17,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b711aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b711aa; -webkit-box-shadow: 1px 1px 3px 2px #b711aa; box-shadow: 1px 1px 3px 2px #b711aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,17,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 #b711aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b711aa; -webkit-box-shadow: 1px 1px 3px 2px #b711aa; box-shadow: 1px 1px 3px 2px #b711aa;">
Div content here</div>
This div box has shadow with color #b711aa
Comments
No comments written yet.
Please login to write comment.