Color spaces of #be56de
RGB | 190 | 86 | 222 |
---|---|---|---|
HSL | 0.79 | 0.67 | 0.60 |
HSV | 286° | 61° | 87° |
CMYK | 0.14 | 0.61 | 0.00 0.13 |
XYZ | 37.7478 | 22.8767 | 71.5333 |
Yxy | 22.8767 | 0.2856 | 0.1731 |
Hunter Lab | 47.8296 | 57.1730 | -55.1926 |
CIE-Lab | 54.9451 | 61.7279 | -51.5461 |
#be56de color RGB value is (190,86,222).
#be56de hex color red value is 190, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be56de hue: 0.79 , saturation: 0.67 and the lightness value of be56de is 0.60.
The process color (four color CMYK) of #be56de color hex is 0.14, 0.61, 0.00, 0.13. Web safe color of #be56de is #cc66cc. Color #be56de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 01010110 | 11011110 |
Octal | 276 | 126 | 336 |
Decimal | 190 | 86 | 222 |
Hex | BE | 56 | DE |
Shades of #be56de
Tints of #be56de
RGB Percentages of Color #be56de
CMYK Percentages of Color #be56de
Complementary Color
#be56de | #76de56 |
#be56de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#be56de Color Preview on White Background
Lorem ipsum dolor sit amet.
#be56de Color CSS Codes
.mybgcolor {background-color:#be56de; } .myforecolor {color:#be56de; } .mybordercolor {border:3px solid #be56de; }
#be56de Text Font Color
<p style="color:#be56de">Text here</p>
This sample text font color is #be56de
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.
#be56de Background Color
<div style="background-color:#be56de">
Div content here</div>
This div background color is #be56de
#be56de Border Color
<div style="border:3px solid #be56de">
Div here</div>
This div border color is #be56de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,86,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #be56de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #be56de; -webkit-box-shadow: 1px 1px 3px 2px #be56de; box-shadow: 1px 1px 3px 2px #be56de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,86,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 #be56de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #be56de; -webkit-box-shadow: 1px 1px 3px 2px #be56de; box-shadow: 1px 1px 3px 2px #be56de;">
Div content here</div>
This div box has shadow with color #be56de
Comments
No comments written yet.
Please login to write comment.