Color spaces of #bd2adc
RGB | 189 | 42 | 220 |
---|---|---|---|
HSL | 0.80 | 0.72 | 0.51 |
HSV | 290° | 81° | 86° |
CMYK | 0.14 | 0.81 | 0.00 0.14 |
XYZ | 34.7325 | 17.6421 | 69.2848 |
Yxy | 17.6421 | 0.2855 | 0.1450 |
Hunter Lab | 42.0025 | 74.1000 | -68.3995 |
CIE-Lab | 49.0591 | 77.0398 | -59.8532 |
#bd2adc color RGB value is (189,42,220).
#bd2adc hex color red value is 189, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bd2adc hue: 0.80 , saturation: 0.72 and the lightness value of bd2adc is 0.51.
The process color (four color CMYK) of #bd2adc color hex is 0.14, 0.81, 0.00, 0.14. Web safe color of #bd2adc is #cc33cc. Color #bd2adc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00101010 | 11011100 |
Octal | 275 | 52 | 334 |
Decimal | 189 | 42 | 220 |
Hex | BD | 2A | DC |
Shades of #bd2adc
Tints of #bd2adc
RGB Percentages of Color #bd2adc
CMYK Percentages of Color #bd2adc
Complementary Color
#bd2adc | #49dc2a |
#bd2adc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd2adc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd2adc Color CSS Codes
.mybgcolor {background-color:#bd2adc; } .myforecolor {color:#bd2adc; } .mybordercolor {border:3px solid #bd2adc; }
#bd2adc Text Font Color
<p style="color:#bd2adc">Text here</p>
This sample text font color is #bd2adc
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.
#bd2adc Background Color
<div style="background-color:#bd2adc">
Div content here</div>
This div background color is #bd2adc
#bd2adc Border Color
<div style="border:3px solid #bd2adc">
Div here</div>
This div border color is #bd2adc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,42,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd2adc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd2adc; -webkit-box-shadow: 1px 1px 3px 2px #bd2adc; box-shadow: 1px 1px 3px 2px #bd2adc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,42,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd2adc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd2adc; -webkit-box-shadow: 1px 1px 3px 2px #bd2adc; box-shadow: 1px 1px 3px 2px #bd2adc;">
Div content here</div>
This div box has shadow with color #bd2adc
Comments
No comments written yet.
Please login to write comment.