Color spaces of #bd20ad
RGB | 189 | 32 | 173 |
---|---|---|---|
HSL | 0.85 | 0.71 | 0.43 |
HSV | 306° | 83° | 74° |
CMYK | 0.00 | 0.83 | 0.08 0.26 |
XYZ | 29.0456 | 14.8690 | 40.8743 |
Yxy | 14.8690 | 0.3426 | 0.1754 |
Hunter Lab | 38.5603 | 66.9746 | -35.8557 |
CIE-Lab | 45.4542 | 71.8944 | -38.3202 |
#bd20ad color RGB value is (189,32,173).
#bd20ad hex color red value is 189, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd20ad hue: 0.85 , saturation: 0.71 and the lightness value of bd20ad is 0.43.
The process color (four color CMYK) of #bd20ad color hex is 0.00, 0.83, 0.08, 0.26. Web safe color of #bd20ad is #cc3399. Color #bd20ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00100000 | 10101101 |
Octal | 275 | 40 | 255 |
Decimal | 189 | 32 | 173 |
Hex | BD | 20 | AD |
Shades of #bd20ad
Tints of #bd20ad
RGB Percentages of Color #bd20ad
CMYK Percentages of Color #bd20ad
Complementary Color
#bd20ad | #20bd30 |
#bd20ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd20ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd20ad Color CSS Codes
.mybgcolor {background-color:#bd20ad; } .myforecolor {color:#bd20ad; } .mybordercolor {border:3px solid #bd20ad; }
#bd20ad Text Font Color
<p style="color:#bd20ad">Text here</p>
This sample text font color is #bd20ad
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.
#bd20ad Background Color
<div style="background-color:#bd20ad">
Div content here</div>
This div background color is #bd20ad
#bd20ad Border Color
<div style="border:3px solid #bd20ad">
Div here</div>
This div border color is #bd20ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,32,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd20ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd20ad; -webkit-box-shadow: 1px 1px 3px 2px #bd20ad; box-shadow: 1px 1px 3px 2px #bd20ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,32,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 #bd20ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd20ad; -webkit-box-shadow: 1px 1px 3px 2px #bd20ad; box-shadow: 1px 1px 3px 2px #bd20ad;">
Div content here</div>
This div box has shadow with color #bd20ad
Comments
No comments written yet.
Please login to write comment.