Color spaces of #b381aa
RGB | 179 | 129 | 170 |
---|---|---|---|
HSL | 0.86 | 0.25 | 0.60 |
HSV | 311° | 28° | 70° |
CMYK | 0.00 | 0.28 | 0.05 0.30 |
XYZ | 33.6964 | 28.1865 | 41.6948 |
Yxy | 28.1865 | 0.3253 | 0.2721 |
Hunter Lab | 53.0910 | 20.3833 | -9.3995 |
CIE-Lab | 60.0569 | 26.0452 | -14.1023 |
#b381aa color RGB value is (179,129,170).
#b381aa hex color red value is 179, green value is 129 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b381aa hue: 0.86 , saturation: 0.25 and the lightness value of b381aa is 0.60.
The process color (four color CMYK) of #b381aa color hex is 0.00, 0.28, 0.05, 0.30. Web safe color of #b381aa is #cc9999. Color #b381aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10000001 | 10101010 |
Octal | 263 | 201 | 252 |
Decimal | 179 | 129 | 170 |
Hex | B3 | 81 | AA |
Shades of #b381aa
Tints of #b381aa
RGB Percentages of Color #b381aa
CMYK Percentages of Color #b381aa
Complementary Color
#b381aa | #81b38a |
#b381aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b381aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b381aa Color CSS Codes
.mybgcolor {background-color:#b381aa; } .myforecolor {color:#b381aa; } .mybordercolor {border:3px solid #b381aa; }
#b381aa Text Font Color
<p style="color:#b381aa">Text here</p>
This sample text font color is #b381aa
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.
#b381aa Background Color
<div style="background-color:#b381aa">
Div content here</div>
This div background color is #b381aa
#b381aa Border Color
<div style="border:3px solid #b381aa">
Div here</div>
This div border color is #b381aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,129,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b381aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b381aa; -webkit-box-shadow: 1px 1px 3px 2px #b381aa; box-shadow: 1px 1px 3px 2px #b381aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,129,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 #b381aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b381aa; -webkit-box-shadow: 1px 1px 3px 2px #b381aa; box-shadow: 1px 1px 3px 2px #b381aa;">
Div content here</div>
This div box has shadow with color #b381aa
Comments
No comments written yet.
Please login to write comment.