Color spaces of #b62cdd
RGB | 182 | 44 | 221 |
---|---|---|---|
HSL | 0.80 | 0.72 | 0.52 |
HSV | 287° | 80° | 87° |
CMYK | 0.18 | 0.80 | 0.00 0.13 |
XYZ | 33.2432 | 16.9669 | 69.9294 |
Yxy | 16.9669 | 0.2767 | 0.1412 |
Hunter Lab | 41.1909 | 71.9747 | -71.8224 |
CIE-Lab | 48.2183 | 75.4798 | -61.8347 |
#b62cdd color RGB value is (182,44,221).
#b62cdd hex color red value is 182, green value is 44 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b62cdd hue: 0.80 , saturation: 0.72 and the lightness value of b62cdd is 0.52.
The process color (four color CMYK) of #b62cdd color hex is 0.18, 0.80, 0.00, 0.13. Web safe color of #b62cdd is #cc33cc. Color #b62cdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 00101100 | 11011101 |
Octal | 266 | 54 | 335 |
Decimal | 182 | 44 | 221 |
Hex | B6 | 2C | DD |
Shades of #b62cdd
Tints of #b62cdd
RGB Percentages of Color #b62cdd
CMYK Percentages of Color #b62cdd
Complementary Color
#b62cdd | #53dd2c |
#b62cdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b62cdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b62cdd Color CSS Codes
.mybgcolor {background-color:#b62cdd; } .myforecolor {color:#b62cdd; } .mybordercolor {border:3px solid #b62cdd; }
#b62cdd Text Font Color
<p style="color:#b62cdd">Text here</p>
This sample text font color is #b62cdd
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.
#b62cdd Background Color
<div style="background-color:#b62cdd">
Div content here</div>
This div background color is #b62cdd
#b62cdd Border Color
<div style="border:3px solid #b62cdd">
Div here</div>
This div border color is #b62cdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,44,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b62cdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b62cdd; -webkit-box-shadow: 1px 1px 3px 2px #b62cdd; box-shadow: 1px 1px 3px 2px #b62cdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,44,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b62cdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b62cdd; -webkit-box-shadow: 1px 1px 3px 2px #b62cdd; box-shadow: 1px 1px 3px 2px #b62cdd;">
Div content here</div>
This div box has shadow with color #b62cdd
Comments
No comments written yet.
Please login to write comment.