Color spaces of #b824aa
RGB | 184 | 36 | 170 |
---|---|---|---|
HSL | 0.85 | 0.67 | 0.43 |
HSV | 306° | 80° | 72° |
CMYK | 0.00 | 0.80 | 0.08 0.28 |
XYZ | 27.6537 | 14.3544 | 39.3434 |
Yxy | 14.3544 | 0.3399 | 0.1764 |
Hunter Lab | 37.8872 | 63.9838 | -35.0478 |
CIE-Lab | 44.7370 | 69.5182 | -37.7327 |
#b824aa color RGB value is (184,36,170).
#b824aa hex color red value is 184, green value is 36 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b824aa hue: 0.85 , saturation: 0.67 and the lightness value of b824aa is 0.43.
The process color (four color CMYK) of #b824aa color hex is 0.00, 0.80, 0.08, 0.28. Web safe color of #b824aa is #cc3399. Color #b824aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 00100100 | 10101010 |
Octal | 270 | 44 | 252 |
Decimal | 184 | 36 | 170 |
Hex | B8 | 24 | AA |
Shades of #b824aa
Tints of #b824aa
RGB Percentages of Color #b824aa
CMYK Percentages of Color #b824aa
Complementary Color
#b824aa | #24b832 |
#b824aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b824aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b824aa Color CSS Codes
.mybgcolor {background-color:#b824aa; } .myforecolor {color:#b824aa; } .mybordercolor {border:3px solid #b824aa; }
#b824aa Text Font Color
<p style="color:#b824aa">Text here</p>
This sample text font color is #b824aa
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.
#b824aa Background Color
<div style="background-color:#b824aa">
Div content here</div>
This div background color is #b824aa
#b824aa Border Color
<div style="border:3px solid #b824aa">
Div here</div>
This div border color is #b824aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,36,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b824aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b824aa; -webkit-box-shadow: 1px 1px 3px 2px #b824aa; box-shadow: 1px 1px 3px 2px #b824aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,36,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 #b824aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b824aa; -webkit-box-shadow: 1px 1px 3px 2px #b824aa; box-shadow: 1px 1px 3px 2px #b824aa;">
Div content here</div>
This div box has shadow with color #b824aa
Comments
No comments written yet.
Please login to write comment.