Color spaces of #b361aa
RGB | 179 | 97 | 170 |
---|---|---|---|
HSL | 0.85 | 0.35 | 0.54 |
HSV | 307° | 46° | 70° |
CMYK | 0.00 | 0.46 | 0.05 0.30 |
XYZ | 30.1208 | 21.0354 | 40.5029 |
Yxy | 21.0354 | 0.3286 | 0.2295 |
Hunter Lab | 45.8644 | 36.9648 | -20.2540 |
CIE-Lab | 52.9882 | 43.5258 | -24.8923 |
#b361aa color RGB value is (179,97,170).
#b361aa hex color red value is 179, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b361aa hue: 0.85 , saturation: 0.35 and the lightness value of b361aa is 0.54.
The process color (four color CMYK) of #b361aa color hex is 0.00, 0.46, 0.05, 0.30. Web safe color of #b361aa is #cc6699. Color #b361aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01100001 | 10101010 |
Octal | 263 | 141 | 252 |
Decimal | 179 | 97 | 170 |
Hex | B3 | 61 | AA |
Shades of #b361aa
Tints of #b361aa
RGB Percentages of Color #b361aa
CMYK Percentages of Color #b361aa
Complementary Color
#b361aa | #61b36a |
#b361aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b361aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b361aa Color CSS Codes
.mybgcolor {background-color:#b361aa; } .myforecolor {color:#b361aa; } .mybordercolor {border:3px solid #b361aa; }
#b361aa Text Font Color
<p style="color:#b361aa">Text here</p>
This sample text font color is #b361aa
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.
#b361aa Background Color
<div style="background-color:#b361aa">
Div content here</div>
This div background color is #b361aa
#b361aa Border Color
<div style="border:3px solid #b361aa">
Div here</div>
This div border color is #b361aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,97,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b361aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b361aa; -webkit-box-shadow: 1px 1px 3px 2px #b361aa; box-shadow: 1px 1px 3px 2px #b361aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,97,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 #b361aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b361aa; -webkit-box-shadow: 1px 1px 3px 2px #b361aa; box-shadow: 1px 1px 3px 2px #b361aa;">
Div content here</div>
This div box has shadow with color #b361aa
Comments
No comments written yet.
Please login to write comment.