Color spaces of #bd41ab
RGB | 189 | 65 | 171 |
---|---|---|---|
HSL | 0.86 | 0.49 | 0.50 |
HSV | 309° | 66° | 74° |
CMYK | 0.00 | 0.66 | 0.10 0.26 |
XYZ | 30.2272 | 17.5397 | 40.3204 |
Yxy | 17.5397 | 0.3432 | 0.1991 |
Hunter Lab | 41.8804 | 55.5416 | -27.7652 |
CIE-Lab | 48.9330 | 61.4061 | -31.6677 |
#bd41ab color RGB value is (189,65,171).
#bd41ab hex color red value is 189, green value is 65 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd41ab hue: 0.86 , saturation: 0.49 and the lightness value of bd41ab is 0.50.
The process color (four color CMYK) of #bd41ab color hex is 0.00, 0.66, 0.10, 0.26. Web safe color of #bd41ab is #cc3399. Color #bd41ab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01000001 | 10101011 |
Octal | 275 | 101 | 253 |
Decimal | 189 | 65 | 171 |
Hex | BD | 41 | AB |
Shades of #bd41ab
Tints of #bd41ab
RGB Percentages of Color #bd41ab
CMYK Percentages of Color #bd41ab
Complementary Color
#bd41ab | #41bd53 |
#bd41ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd41ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd41ab Color CSS Codes
.mybgcolor {background-color:#bd41ab; } .myforecolor {color:#bd41ab; } .mybordercolor {border:3px solid #bd41ab; }
#bd41ab Text Font Color
<p style="color:#bd41ab">Text here</p>
This sample text font color is #bd41ab
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.
#bd41ab Background Color
<div style="background-color:#bd41ab">
Div content here</div>
This div background color is #bd41ab
#bd41ab Border Color
<div style="border:3px solid #bd41ab">
Div here</div>
This div border color is #bd41ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,65,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd41ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd41ab; -webkit-box-shadow: 1px 1px 3px 2px #bd41ab; box-shadow: 1px 1px 3px 2px #bd41ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,65,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 #bd41ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd41ab; -webkit-box-shadow: 1px 1px 3px 2px #bd41ab; box-shadow: 1px 1px 3px 2px #bd41ab;">
Div content here</div>
This div box has shadow with color #bd41ab
Comments
No comments written yet.
Please login to write comment.