Color spaces of #bd5dad
RGB | 189 | 93 | 173 |
---|---|---|---|
HSL | 0.86 | 0.42 | 0.55 |
HSV | 310° | 51° | 74° |
CMYK | 0.00 | 0.51 | 0.08 0.26 |
XYZ | 32.4434 | 21.6646 | 42.0069 |
Yxy | 21.6646 | 0.3375 | 0.2254 |
Hunter Lab | 46.5452 | 42.9655 | -20.9273 |
CIE-Lab | 53.6693 | 49.1359 | -25.4767 |
#bd5dad color RGB value is (189,93,173).
#bd5dad hex color red value is 189, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd5dad hue: 0.86 , saturation: 0.42 and the lightness value of bd5dad is 0.55.
The process color (four color CMYK) of #bd5dad color hex is 0.00, 0.51, 0.08, 0.26. Web safe color of #bd5dad is #cc6699. Color #bd5dad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01011101 | 10101101 |
Octal | 275 | 135 | 255 |
Decimal | 189 | 93 | 173 |
Hex | BD | 5D | AD |
Shades of #bd5dad
Tints of #bd5dad
RGB Percentages of Color #bd5dad
CMYK Percentages of Color #bd5dad
Complementary Color
#bd5dad | #5dbd6d |
#bd5dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd5dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd5dad Color CSS Codes
.mybgcolor {background-color:#bd5dad; } .myforecolor {color:#bd5dad; } .mybordercolor {border:3px solid #bd5dad; }
#bd5dad Text Font Color
<p style="color:#bd5dad">Text here</p>
This sample text font color is #bd5dad
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.
#bd5dad Background Color
<div style="background-color:#bd5dad">
Div content here</div>
This div background color is #bd5dad
#bd5dad Border Color
<div style="border:3px solid #bd5dad">
Div here</div>
This div border color is #bd5dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,93,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd5dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd5dad; -webkit-box-shadow: 1px 1px 3px 2px #bd5dad; box-shadow: 1px 1px 3px 2px #bd5dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,93,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 #bd5dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd5dad; -webkit-box-shadow: 1px 1px 3px 2px #bd5dad; box-shadow: 1px 1px 3px 2px #bd5dad;">
Div content here</div>
This div box has shadow with color #bd5dad
Comments
No comments written yet.
Please login to write comment.