Color spaces of #bf5dda
RGB | 191 | 93 | 218 |
---|---|---|---|
HSL | 0.80 | 0.63 | 0.61 |
HSV | 287° | 57° | 85° |
CMYK | 0.12 | 0.57 | 0.00 0.15 |
XYZ | 38.0551 | 23.9670 | 68.9500 |
Yxy | 23.9670 | 0.2906 | 0.1830 |
Hunter Lab | 48.9561 | 53.0804 | -49.2350 |
CIE-Lab | 56.0547 | 57.9396 | -47.5143 |
#bf5dda color RGB value is (191,93,218).
#bf5dda hex color red value is 191, green value is 93 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf5dda hue: 0.80 , saturation: 0.63 and the lightness value of bf5dda is 0.61.
The process color (four color CMYK) of #bf5dda color hex is 0.12, 0.57, 0.00, 0.15. Web safe color of #bf5dda is #cc66cc. Color #bf5dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01011101 | 11011010 |
Octal | 277 | 135 | 332 |
Decimal | 191 | 93 | 218 |
Hex | BF | 5D | DA |
Shades of #bf5dda
Tints of #bf5dda
RGB Percentages of Color #bf5dda
CMYK Percentages of Color #bf5dda
Complementary Color
#bf5dda | #78da5d |
#bf5dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf5dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf5dda Color CSS Codes
.mybgcolor {background-color:#bf5dda; } .myforecolor {color:#bf5dda; } .mybordercolor {border:3px solid #bf5dda; }
#bf5dda Text Font Color
<p style="color:#bf5dda">Text here</p>
This sample text font color is #bf5dda
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.
#bf5dda Background Color
<div style="background-color:#bf5dda">
Div content here</div>
This div background color is #bf5dda
#bf5dda Border Color
<div style="border:3px solid #bf5dda">
Div here</div>
This div border color is #bf5dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,93,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf5dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf5dda; -webkit-box-shadow: 1px 1px 3px 2px #bf5dda; box-shadow: 1px 1px 3px 2px #bf5dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,93,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf5dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf5dda; -webkit-box-shadow: 1px 1px 3px 2px #bf5dda; box-shadow: 1px 1px 3px 2px #bf5dda;">
Div content here</div>
This div box has shadow with color #bf5dda
Comments
No comments written yet.
Please login to write comment.