Color spaces of #b476ba
RGB | 180 | 118 | 186 |
---|---|---|---|
HSL | 0.82 | 0.33 | 0.60 |
HSV | 295° | 37° | 73° |
CMYK | 0.03 | 0.37 | 0.00 0.27 |
XYZ | 34.1638 | 26.2053 | 49.7119 |
Yxy | 26.2053 | 0.3104 | 0.2381 |
Hunter Lab | 51.1911 | 29.5424 | -21.7430 |
CIE-Lab | 58.2314 | 35.5422 | -26.0181 |
#b476ba color RGB value is (180,118,186).
#b476ba hex color red value is 180, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b476ba hue: 0.82 , saturation: 0.33 and the lightness value of b476ba is 0.60.
The process color (four color CMYK) of #b476ba color hex is 0.03, 0.37, 0.00, 0.27. Web safe color of #b476ba is #cc66cc. Color #b476ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01110110 | 10111010 |
Octal | 264 | 166 | 272 |
Decimal | 180 | 118 | 186 |
Hex | B4 | 76 | BA |
Shades of #b476ba
Tints of #b476ba
RGB Percentages of Color #b476ba
CMYK Percentages of Color #b476ba
Complementary Color
#b476ba | #7cba76 |
#b476ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b476ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#b476ba Color CSS Codes
.mybgcolor {background-color:#b476ba; } .myforecolor {color:#b476ba; } .mybordercolor {border:3px solid #b476ba; }
#b476ba Text Font Color
<p style="color:#b476ba">Text here</p>
This sample text font color is #b476ba
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.
#b476ba Background Color
<div style="background-color:#b476ba">
Div content here</div>
This div background color is #b476ba
#b476ba Border Color
<div style="border:3px solid #b476ba">
Div here</div>
This div border color is #b476ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,118,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b476ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b476ba; -webkit-box-shadow: 1px 1px 3px 2px #b476ba; box-shadow: 1px 1px 3px 2px #b476ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,118,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b476ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b476ba; -webkit-box-shadow: 1px 1px 3px 2px #b476ba; box-shadow: 1px 1px 3px 2px #b476ba;">
Div content here</div>
This div box has shadow with color #b476ba
Comments
No comments written yet.
Please login to write comment.