Color spaces of #bf32ad
RGB | 191 | 50 | 173 |
---|---|---|---|
HSL | 0.85 | 0.59 | 0.47 |
HSV | 308° | 74° | 75° |
CMYK | 0.00 | 0.74 | 0.09 0.25 |
XYZ | 30.1693 | 16.3747 | 41.1057 |
Yxy | 16.3747 | 0.3442 | 0.1868 |
Hunter Lab | 40.4657 | 62.2663 | -31.9018 |
CIE-Lab | 47.4623 | 67.5273 | -35.1298 |
#bf32ad color RGB value is (191,50,173).
#bf32ad hex color red value is 191, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bf32ad hue: 0.85 , saturation: 0.59 and the lightness value of bf32ad is 0.47.
The process color (four color CMYK) of #bf32ad color hex is 0.00, 0.74, 0.09, 0.25. Web safe color of #bf32ad is #cc3399. Color #bf32ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 00110010 | 10101101 |
Octal | 277 | 62 | 255 |
Decimal | 191 | 50 | 173 |
Hex | BF | 32 | AD |
Shades of #bf32ad
Tints of #bf32ad
RGB Percentages of Color #bf32ad
CMYK Percentages of Color #bf32ad
Complementary Color
#bf32ad | #32bf44 |
#bf32ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf32ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf32ad Color CSS Codes
.mybgcolor {background-color:#bf32ad; } .myforecolor {color:#bf32ad; } .mybordercolor {border:3px solid #bf32ad; }
#bf32ad Text Font Color
<p style="color:#bf32ad">Text here</p>
This sample text font color is #bf32ad
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.
#bf32ad Background Color
<div style="background-color:#bf32ad">
Div content here</div>
This div background color is #bf32ad
#bf32ad Border Color
<div style="border:3px solid #bf32ad">
Div here</div>
This div border color is #bf32ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,50,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf32ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf32ad; -webkit-box-shadow: 1px 1px 3px 2px #bf32ad; box-shadow: 1px 1px 3px 2px #bf32ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,50,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf32ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf32ad; -webkit-box-shadow: 1px 1px 3px 2px #bf32ad; box-shadow: 1px 1px 3px 2px #bf32ad;">
Div content here</div>
This div box has shadow with color #bf32ad
Comments
No comments written yet.
Please login to write comment.