Color spaces of #b95edd
RGB | 185 | 94 | 221 |
---|---|---|---|
HSL | 0.79 | 0.65 | 0.62 |
HSV | 283° | 57° | 87° |
CMYK | 0.16 | 0.57 | 0.00 0.13 |
XYZ | 37.0614 | 23.5402 | 70.9970 |
Yxy | 23.5402 | 0.2816 | 0.1789 |
Hunter Lab | 48.5182 | 51.4430 | -52.7966 |
CIE-Lab | 55.6245 | 56.5583 | -49.9392 |
#b95edd color RGB value is (185,94,221).
#b95edd hex color red value is 185, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b95edd hue: 0.79 , saturation: 0.65 and the lightness value of b95edd is 0.62.
The process color (four color CMYK) of #b95edd color hex is 0.16, 0.57, 0.00, 0.13. Web safe color of #b95edd is #cc66cc. Color #b95edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01011110 | 11011101 |
Octal | 271 | 136 | 335 |
Decimal | 185 | 94 | 221 |
Hex | B9 | 5E | DD |
Shades of #b95edd
Tints of #b95edd
RGB Percentages of Color #b95edd
CMYK Percentages of Color #b95edd
Complementary Color
#b95edd | #82dd5e |
#b95edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b95edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b95edd Color CSS Codes
.mybgcolor {background-color:#b95edd; } .myforecolor {color:#b95edd; } .mybordercolor {border:3px solid #b95edd; }
#b95edd Text Font Color
<p style="color:#b95edd">Text here</p>
This sample text font color is #b95edd
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.
#b95edd Background Color
<div style="background-color:#b95edd">
Div content here</div>
This div background color is #b95edd
#b95edd Border Color
<div style="border:3px solid #b95edd">
Div here</div>
This div border color is #b95edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,94,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b95edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b95edd; -webkit-box-shadow: 1px 1px 3px 2px #b95edd; box-shadow: 1px 1px 3px 2px #b95edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,94,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 #b95edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b95edd; -webkit-box-shadow: 1px 1px 3px 2px #b95edd; box-shadow: 1px 1px 3px 2px #b95edd;">
Div content here</div>
This div box has shadow with color #b95edd
Comments
No comments written yet.
Please login to write comment.