Color spaces of #b582de
RGB | 181 | 130 | 222 |
---|---|---|---|
HSL | 0.76 | 0.58 | 0.69 |
HSV | 273° | 41° | 87° |
CMYK | 0.18 | 0.41 | 0.00 0.13 |
XYZ | 40.2235 | 31.0629 | 72.9830 |
Yxy | 31.0629 | 0.2788 | 0.2153 |
Hunter Lab | 55.7341 | 31.2894 | -38.6255 |
CIE-Lab | 62.5607 | 36.7673 | -39.5824 |
#b582de color RGB value is (181,130,222).
#b582de hex color red value is 181, green value is 130 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b582de hue: 0.76 , saturation: 0.58 and the lightness value of b582de is 0.69.
The process color (four color CMYK) of #b582de color hex is 0.18, 0.41, 0.00, 0.13. Web safe color of #b582de is #cc99cc. Color #b582de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 10000010 | 11011110 |
Octal | 265 | 202 | 336 |
Decimal | 181 | 130 | 222 |
Hex | B5 | 82 | DE |
Shades of #b582de
Tints of #b582de
RGB Percentages of Color #b582de
CMYK Percentages of Color #b582de
Complementary Color
#b582de | #abde82 |
#b582de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b582de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b582de Color CSS Codes
.mybgcolor {background-color:#b582de; } .myforecolor {color:#b582de; } .mybordercolor {border:3px solid #b582de; }
#b582de Text Font Color
<p style="color:#b582de">Text here</p>
This sample text font color is #b582de
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.
#b582de Background Color
<div style="background-color:#b582de">
Div content here</div>
This div background color is #b582de
#b582de Border Color
<div style="border:3px solid #b582de">
Div here</div>
This div border color is #b582de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,130,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b582de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b582de; -webkit-box-shadow: 1px 1px 3px 2px #b582de; box-shadow: 1px 1px 3px 2px #b582de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,130,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b582de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b582de; -webkit-box-shadow: 1px 1px 3px 2px #b582de; box-shadow: 1px 1px 3px 2px #b582de;">
Div content here</div>
This div box has shadow with color #b582de
#b582de Color Palettes
Comments
No comments written yet.
Please login to write comment.