Color spaces of #bd88ab
RGB | 189 | 136 | 171 |
---|---|---|---|
HSL | 0.89 | 0.29 | 0.64 |
HSV | 320° | 28° | 74° |
CMYK | 0.00 | 0.28 | 0.10 0.26 |
XYZ | 37.1411 | 31.3674 | 42.6250 |
Yxy | 31.3674 | 0.3342 | 0.2822 |
Hunter Lab | 56.0066 | 20.3617 | -5.9193 |
CIE-Lab | 62.8166 | 25.8195 | -10.4163 |
#bd88ab color RGB value is (189,136,171).
#bd88ab hex color red value is 189, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd88ab hue: 0.89 , saturation: 0.29 and the lightness value of bd88ab is 0.64.
The process color (four color CMYK) of #bd88ab color hex is 0.00, 0.28, 0.10, 0.26. Web safe color of #bd88ab is #cc9999. Color #bd88ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001000 | 10101011 |
Octal | 275 | 210 | 253 |
Decimal | 189 | 136 | 171 |
Hex | BD | 88 | AB |
Shades of #bd88ab
Tints of #bd88ab
RGB Percentages of Color #bd88ab
CMYK Percentages of Color #bd88ab
Complementary Color
#bd88ab | #88bd9a |
#bd88ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd88ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd88ab Color CSS Codes
.mybgcolor {background-color:#bd88ab; } .myforecolor {color:#bd88ab; } .mybordercolor {border:3px solid #bd88ab; }
#bd88ab Text Font Color
<p style="color:#bd88ab">Text here</p>
This sample text font color is #bd88ab
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.
#bd88ab Background Color
<div style="background-color:#bd88ab">
Div content here</div>
This div background color is #bd88ab
#bd88ab Border Color
<div style="border:3px solid #bd88ab">
Div here</div>
This div border color is #bd88ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,136,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd88ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd88ab; -webkit-box-shadow: 1px 1px 3px 2px #bd88ab; box-shadow: 1px 1px 3px 2px #bd88ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,136,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd88ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd88ab; -webkit-box-shadow: 1px 1px 3px 2px #bd88ab; box-shadow: 1px 1px 3px 2px #bd88ab;">
Div content here</div>
This div box has shadow with color #bd88ab
Comments
No comments written yet.
Please login to write comment.