Color spaces of #bd218a
RGB | 189 | 33 | 138 |
---|---|---|---|
HSL | 0.89 | 0.70 | 0.44 |
HSV | 320° | 83° | 74° |
CMYK | 0.00 | 0.83 | 0.27 0.26 |
XYZ | 26.1176 | 13.7415 | 25.3206 |
Yxy | 13.7415 | 0.4007 | 0.2108 |
Hunter Lab | 37.0695 | 60.8918 | -14.5498 |
CIE-Lab | 43.8599 | 67.0467 | -19.7827 |
#bd218a color RGB value is (189,33,138).
#bd218a hex color red value is 189, green value is 33 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd218a hue: 0.89 , saturation: 0.70 and the lightness value of bd218a is 0.44.
The process color (four color CMYK) of #bd218a color hex is 0.00, 0.83, 0.27, 0.26. Web safe color of #bd218a is #cc3399. Color #bd218a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00100001 | 10001010 |
Octal | 275 | 41 | 212 |
Decimal | 189 | 33 | 138 |
Hex | BD | 21 | 8A |
Shades of #bd218a
Tints of #bd218a
RGB Percentages of Color #bd218a
CMYK Percentages of Color #bd218a
Complementary Color
#bd218a | #21bd54 |
#bd218a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd218a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd218a Color CSS Codes
.mybgcolor {background-color:#bd218a; } .myforecolor {color:#bd218a; } .mybordercolor {border:3px solid #bd218a; }
#bd218a Text Font Color
<p style="color:#bd218a">Text here</p>
This sample text font color is #bd218a
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.
#bd218a Background Color
<div style="background-color:#bd218a">
Div content here</div>
This div background color is #bd218a
#bd218a Border Color
<div style="border:3px solid #bd218a">
Div here</div>
This div border color is #bd218a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,33,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd218a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd218a; -webkit-box-shadow: 1px 1px 3px 2px #bd218a; box-shadow: 1px 1px 3px 2px #bd218a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,33,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd218a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd218a; -webkit-box-shadow: 1px 1px 3px 2px #bd218a; box-shadow: 1px 1px 3px 2px #bd218a;">
Div content here</div>
This div box has shadow with color #bd218a
Comments
No comments written yet.
Please login to write comment.