Color spaces of #b46ede
RGB | 180 | 110 | 222 |
---|---|---|---|
HSL | 0.77 | 0.63 | 0.65 |
HSV | 278° | 50° | 87° |
CMYK | 0.19 | 0.50 | 0.00 0.13 |
XYZ | 37.5831 | 26.1291 | 72.1698 |
Yxy | 26.1291 | 0.2766 | 0.1923 |
Hunter Lab | 51.1166 | 41.7866 | -47.9279 |
CIE-Lab | 58.1594 | 47.3379 | -46.5184 |
#b46ede color RGB value is (180,110,222).
#b46ede hex color red value is 180, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b46ede hue: 0.77 , saturation: 0.63 and the lightness value of b46ede is 0.65.
The process color (four color CMYK) of #b46ede color hex is 0.19, 0.50, 0.00, 0.13. Web safe color of #b46ede is #cc66cc. Color #b46ede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 01101110 | 11011110 |
Octal | 264 | 156 | 336 |
Decimal | 180 | 110 | 222 |
Hex | B4 | 6E | DE |
Shades of #b46ede
Tints of #b46ede
RGB Percentages of Color #b46ede
CMYK Percentages of Color #b46ede
Complementary Color
#b46ede | #98de6e |
#b46ede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b46ede Color Preview on White Background
Lorem ipsum dolor sit amet.
#b46ede Color CSS Codes
.mybgcolor {background-color:#b46ede; } .myforecolor {color:#b46ede; } .mybordercolor {border:3px solid #b46ede; }
#b46ede Text Font Color
<p style="color:#b46ede">Text here</p>
This sample text font color is #b46ede
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.
#b46ede Background Color
<div style="background-color:#b46ede">
Div content here</div>
This div background color is #b46ede
#b46ede Border Color
<div style="border:3px solid #b46ede">
Div here</div>
This div border color is #b46ede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,110,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b46ede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b46ede; -webkit-box-shadow: 1px 1px 3px 2px #b46ede; box-shadow: 1px 1px 3px 2px #b46ede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,110,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 #b46ede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b46ede; -webkit-box-shadow: 1px 1px 3px 2px #b46ede; box-shadow: 1px 1px 3px 2px #b46ede;">
Div content here</div>
This div box has shadow with color #b46ede
Comments
No comments written yet.
Please login to write comment.