Color spaces of #bb469a
RGB | 187 | 70 | 154 |
---|---|---|---|
HSL | 0.88 | 0.46 | 0.50 |
HSV | 317° | 63° | 73° |
CMYK | 0.00 | 0.63 | 0.18 0.27 |
XYZ | 28.5164 | 17.2782 | 32.4039 |
Yxy | 17.2782 | 0.3647 | 0.2210 |
Hunter Lab | 41.5671 | 49.7147 | -17.1230 |
CIE-Lab | 48.6087 | 56.2398 | -22.1348 |
#bb469a color RGB value is (187,70,154).
#bb469a hex color red value is 187, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bb469a hue: 0.88 , saturation: 0.46 and the lightness value of bb469a is 0.50.
The process color (four color CMYK) of #bb469a color hex is 0.00, 0.63, 0.18, 0.27. Web safe color of #bb469a is #cc3399. Color #bb469a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01000110 | 10011010 |
Octal | 273 | 106 | 232 |
Decimal | 187 | 70 | 154 |
Hex | BB | 46 | 9A |
Shades of #bb469a
Tints of #bb469a
RGB Percentages of Color #bb469a
CMYK Percentages of Color #bb469a
Complementary Color
#bb469a | #46bb67 |
#bb469a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb469a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb469a Color CSS Codes
.mybgcolor {background-color:#bb469a; } .myforecolor {color:#bb469a; } .mybordercolor {border:3px solid #bb469a; }
#bb469a Text Font Color
<p style="color:#bb469a">Text here</p>
This sample text font color is #bb469a
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.
#bb469a Background Color
<div style="background-color:#bb469a">
Div content here</div>
This div background color is #bb469a
#bb469a Border Color
<div style="border:3px solid #bb469a">
Div here</div>
This div border color is #bb469a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,70,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb469a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb469a; -webkit-box-shadow: 1px 1px 3px 2px #bb469a; box-shadow: 1px 1px 3px 2px #bb469a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,70,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb469a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb469a; -webkit-box-shadow: 1px 1px 3px 2px #bb469a; box-shadow: 1px 1px 3px 2px #bb469a;">
Div content here</div>
This div box has shadow with color #bb469a
Comments
No comments written yet.
Please login to write comment.