Color spaces of #bd1cad
RGB | 189 | 28 | 173 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.43 |
HSV | 306° | 85° | 74° |
CMYK | 0.00 | 0.85 | 0.08 0.26 |
XYZ | 28.9443 | 14.6665 | 40.8405 |
Yxy | 14.6665 | 0.3427 | 0.1737 |
Hunter Lab | 38.2969 | 67.8886 | -36.4202 |
CIE-Lab | 45.1740 | 72.7104 | -38.7636 |
#bd1cad color RGB value is (189,28,173).
#bd1cad hex color red value is 189, green value is 28 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd1cad hue: 0.85 , saturation: 0.74 and the lightness value of bd1cad is 0.43.
The process color (four color CMYK) of #bd1cad color hex is 0.00, 0.85, 0.08, 0.26. Web safe color of #bd1cad is #cc3399. Color #bd1cad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00011100 | 10101101 |
Octal | 275 | 34 | 255 |
Decimal | 189 | 28 | 173 |
Hex | BD | 1C | AD |
Shades of #bd1cad
Tints of #bd1cad
RGB Percentages of Color #bd1cad
CMYK Percentages of Color #bd1cad
Complementary Color
#bd1cad | #1cbd2c |
#bd1cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd1cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd1cad Color CSS Codes
.mybgcolor {background-color:#bd1cad; } .myforecolor {color:#bd1cad; } .mybordercolor {border:3px solid #bd1cad; }
#bd1cad Text Font Color
<p style="color:#bd1cad">Text here</p>
This sample text font color is #bd1cad
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.
#bd1cad Background Color
<div style="background-color:#bd1cad">
Div content here</div>
This div background color is #bd1cad
#bd1cad Border Color
<div style="border:3px solid #bd1cad">
Div here</div>
This div border color is #bd1cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,28,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd1cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd1cad; -webkit-box-shadow: 1px 1px 3px 2px #bd1cad; box-shadow: 1px 1px 3px 2px #bd1cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,28,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 #bd1cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd1cad; -webkit-box-shadow: 1px 1px 3px 2px #bd1cad; box-shadow: 1px 1px 3px 2px #bd1cad;">
Div content here</div>
This div box has shadow with color #bd1cad
Comments
No comments written yet.
Please login to write comment.