Color spaces of #bf7ada
RGB | 191 | 122 | 218 |
---|---|---|---|
HSL | 0.79 | 0.56 | 0.67 |
HSV | 283° | 44° | 85° |
CMYK | 0.12 | 0.44 | 0.00 0.15 |
XYZ | 41.1003 | 30.0574 | 69.9651 |
Yxy | 30.0574 | 0.2912 | 0.2130 |
Hunter Lab | 54.8246 | 37.8727 | -37.2864 |
CIE-Lab | 61.7037 | 43.1692 | -38.6134 |
#bf7ada color RGB value is (191,122,218).
#bf7ada hex color red value is 191, green value is 122 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf7ada hue: 0.79 , saturation: 0.56 and the lightness value of bf7ada is 0.67.
The process color (four color CMYK) of #bf7ada color hex is 0.12, 0.44, 0.00, 0.15. Web safe color of #bf7ada is #cc66cc. Color #bf7ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 01111010 | 11011010 |
Octal | 277 | 172 | 332 |
Decimal | 191 | 122 | 218 |
Hex | BF | 7A | DA |
Shades of #bf7ada
Tints of #bf7ada
RGB Percentages of Color #bf7ada
CMYK Percentages of Color #bf7ada
Complementary Color
#bf7ada | #95da7a |
#bf7ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf7ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf7ada Color CSS Codes
.mybgcolor {background-color:#bf7ada; } .myforecolor {color:#bf7ada; } .mybordercolor {border:3px solid #bf7ada; }
#bf7ada Text Font Color
<p style="color:#bf7ada">Text here</p>
This sample text font color is #bf7ada
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.
#bf7ada Background Color
<div style="background-color:#bf7ada">
Div content here</div>
This div background color is #bf7ada
#bf7ada Border Color
<div style="border:3px solid #bf7ada">
Div here</div>
This div border color is #bf7ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,122,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf7ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf7ada; -webkit-box-shadow: 1px 1px 3px 2px #bf7ada; box-shadow: 1px 1px 3px 2px #bf7ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,122,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 #bf7ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf7ada; -webkit-box-shadow: 1px 1px 3px 2px #bf7ada; box-shadow: 1px 1px 3px 2px #bf7ada;">
Div content here</div>
This div box has shadow with color #bf7ada
Comments
No comments written yet.
Please login to write comment.