Color spaces of #bb93ad
RGB | 187 | 147 | 173 |
---|---|---|---|
HSL | 0.89 | 0.23 | 0.65 |
HSV | 321° | 21° | 73° |
CMYK | 0.00 | 0.21 | 0.07 0.27 |
XYZ | 38.4701 | 34.4494 | 44.1570 |
Yxy | 34.4494 | 0.3286 | 0.2942 |
Hunter Lab | 58.6936 | 14.2821 | -3.5202 |
CIE-Lab | 65.3177 | 19.3477 | -7.8361 |
#bb93ad color RGB value is (187,147,173).
#bb93ad hex color red value is 187, green value is 147 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb93ad hue: 0.89 , saturation: 0.23 and the lightness value of bb93ad is 0.65.
The process color (four color CMYK) of #bb93ad color hex is 0.00, 0.21, 0.07, 0.27. Web safe color of #bb93ad is #cc9999. Color #bb93ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010011 | 10101101 |
Octal | 273 | 223 | 255 |
Decimal | 187 | 147 | 173 |
Hex | BB | 93 | AD |
Shades of #bb93ad
Tints of #bb93ad
RGB Percentages of Color #bb93ad
CMYK Percentages of Color #bb93ad
Complementary Color
#bb93ad | #93bba1 |
#bb93ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb93ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb93ad Color CSS Codes
.mybgcolor {background-color:#bb93ad; } .myforecolor {color:#bb93ad; } .mybordercolor {border:3px solid #bb93ad; }
#bb93ad Text Font Color
<p style="color:#bb93ad">Text here</p>
This sample text font color is #bb93ad
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.
#bb93ad Background Color
<div style="background-color:#bb93ad">
Div content here</div>
This div background color is #bb93ad
#bb93ad Border Color
<div style="border:3px solid #bb93ad">
Div here</div>
This div border color is #bb93ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,147,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb93ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb93ad; -webkit-box-shadow: 1px 1px 3px 2px #bb93ad; box-shadow: 1px 1px 3px 2px #bb93ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,147,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb93ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb93ad; -webkit-box-shadow: 1px 1px 3px 2px #bb93ad; box-shadow: 1px 1px 3px 2px #bb93ad;">
Div content here</div>
This div box has shadow with color #bb93ad
Comments
No comments written yet.
Please login to write comment.