Color spaces of #bf37aa
RGB | 191 | 55 | 170 |
---|---|---|---|
HSL | 0.86 | 0.55 | 0.48 |
HSV | 309° | 71° | 75° |
CMYK | 0.00 | 0.71 | 0.11 0.25 |
XYZ | 30.1077 | 16.7110 | 39.6689 |
Yxy | 16.7110 | 0.3481 | 0.1932 |
Hunter Lab | 40.8791 | 59.9279 | -28.9194 |
CIE-Lab | 47.8938 | 65.4350 | -32.6816 |
#bf37aa color RGB value is (191,55,170).
#bf37aa hex color red value is 191, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf37aa hue: 0.86 , saturation: 0.55 and the lightness value of bf37aa is 0.48.
The process color (four color CMYK) of #bf37aa color hex is 0.00, 0.71, 0.11, 0.25. Web safe color of #bf37aa is #cc3399. Color #bf37aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00110111 | 10101010 |
Octal | 277 | 67 | 252 |
Decimal | 191 | 55 | 170 |
Hex | BF | 37 | AA |
Shades of #bf37aa
Tints of #bf37aa
RGB Percentages of Color #bf37aa
CMYK Percentages of Color #bf37aa
Complementary Color
#bf37aa | #37bf4c |
#bf37aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf37aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf37aa Color CSS Codes
.mybgcolor {background-color:#bf37aa; } .myforecolor {color:#bf37aa; } .mybordercolor {border:3px solid #bf37aa; }
#bf37aa Text Font Color
<p style="color:#bf37aa">Text here</p>
This sample text font color is #bf37aa
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.
#bf37aa Background Color
<div style="background-color:#bf37aa">
Div content here</div>
This div background color is #bf37aa
#bf37aa Border Color
<div style="border:3px solid #bf37aa">
Div here</div>
This div border color is #bf37aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,55,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf37aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf37aa; -webkit-box-shadow: 1px 1px 3px 2px #bf37aa; box-shadow: 1px 1px 3px 2px #bf37aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,55,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf37aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf37aa; -webkit-box-shadow: 1px 1px 3px 2px #bf37aa; box-shadow: 1px 1px 3px 2px #bf37aa;">
Div content here</div>
This div box has shadow with color #bf37aa
Comments
No comments written yet.
Please login to write comment.