Color spaces of #bd22bd
RGB | 189 | 34 | 189 |
---|---|---|---|
HSL | 0.83 | 0.70 | 0.44 |
HSV | 300° | 82° | 74° |
CMYK | 0.00 | 0.82 | 0.00 0.26 |
XYZ | 30.7436 | 15.6370 | 49.5420 |
Yxy | 15.6370 | 0.3205 | 0.1630 |
Hunter Lab | 39.5436 | 69.5752 | -46.6005 |
CIE-Lab | 46.4946 | 73.8490 | -46.0784 |
#bd22bd color RGB value is (189,34,189).
#bd22bd hex color red value is 189, green value is 34 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bd22bd hue: 0.83 , saturation: 0.70 and the lightness value of bd22bd is 0.44.
The process color (four color CMYK) of #bd22bd color hex is 0.00, 0.82, 0.00, 0.26. Web safe color of #bd22bd is #cc33cc. Color #bd22bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 00100010 | 10111101 |
Octal | 275 | 42 | 275 |
Decimal | 189 | 34 | 189 |
Hex | BD | 22 | BD |
Shades of #bd22bd
Tints of #bd22bd
RGB Percentages of Color #bd22bd
CMYK Percentages of Color #bd22bd
Complementary Color
#bd22bd | #22bd22 |
#bd22bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd22bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd22bd Color CSS Codes
.mybgcolor {background-color:#bd22bd; } .myforecolor {color:#bd22bd; } .mybordercolor {border:3px solid #bd22bd; }
#bd22bd Text Font Color
<p style="color:#bd22bd">Text here</p>
This sample text font color is #bd22bd
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.
#bd22bd Background Color
<div style="background-color:#bd22bd">
Div content here</div>
This div background color is #bd22bd
#bd22bd Border Color
<div style="border:3px solid #bd22bd">
Div here</div>
This div border color is #bd22bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,34,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd22bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd22bd; -webkit-box-shadow: 1px 1px 3px 2px #bd22bd; box-shadow: 1px 1px 3px 2px #bd22bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,34,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd22bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd22bd; -webkit-box-shadow: 1px 1px 3px 2px #bd22bd; box-shadow: 1px 1px 3px 2px #bd22bd;">
Div content here</div>
This div box has shadow with color #bd22bd
Comments
No comments written yet.
Please login to write comment.