Color spaces of #bf84ad
RGB | 191 | 132 | 173 |
---|---|---|---|
HSL | 0.88 | 0.32 | 0.63 |
HSV | 318° | 31° | 75° |
CMYK | 0.00 | 0.31 | 0.09 0.25 |
XYZ | 37.2799 | 30.5960 | 43.4759 |
Yxy | 30.5960 | 0.3348 | 0.2748 |
Hunter Lab | 55.3137 | 23.5053 | -7.8817 |
CIE-Lab | 62.1651 | 29.0823 | -12.5066 |
#bf84ad color RGB value is (191,132,173).
#bf84ad hex color red value is 191, green value is 132 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bf84ad hue: 0.88 , saturation: 0.32 and the lightness value of bf84ad is 0.63.
The process color (four color CMYK) of #bf84ad color hex is 0.00, 0.31, 0.09, 0.25. Web safe color of #bf84ad is #cc9999. Color #bf84ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10000100 | 10101101 |
Octal | 277 | 204 | 255 |
Decimal | 191 | 132 | 173 |
Hex | BF | 84 | AD |
Shades of #bf84ad
Tints of #bf84ad
RGB Percentages of Color #bf84ad
CMYK Percentages of Color #bf84ad
Complementary Color
#bf84ad | #84bf96 |
#bf84ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf84ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf84ad Color CSS Codes
.mybgcolor {background-color:#bf84ad; } .myforecolor {color:#bf84ad; } .mybordercolor {border:3px solid #bf84ad; }
#bf84ad Text Font Color
<p style="color:#bf84ad">Text here</p>
This sample text font color is #bf84ad
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.
#bf84ad Background Color
<div style="background-color:#bf84ad">
Div content here</div>
This div background color is #bf84ad
#bf84ad Border Color
<div style="border:3px solid #bf84ad">
Div here</div>
This div border color is #bf84ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,132,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf84ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf84ad; -webkit-box-shadow: 1px 1px 3px 2px #bf84ad; box-shadow: 1px 1px 3px 2px #bf84ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,132,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 #bf84ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf84ad; -webkit-box-shadow: 1px 1px 3px 2px #bf84ad; box-shadow: 1px 1px 3px 2px #bf84ad;">
Div content here</div>
This div box has shadow with color #bf84ad
Comments
No comments written yet.
Please login to write comment.