Color spaces of #bf84cc
RGB | 191 | 132 | 204 |
---|---|---|---|
HSL | 0.80 | 0.41 | 0.66 |
HSV | 289° | 35° | 80° |
CMYK | 0.06 | 0.35 | 0.00 0.20 |
XYZ | 40.6362 | 31.9385 | 61.1497 |
Yxy | 31.9385 | 0.3039 | 0.2388 |
Hunter Lab | 56.5142 | 29.4497 | -24.5933 |
CIE-Lab | 63.2920 | 34.8945 | -28.2988 |
#bf84cc color RGB value is (191,132,204).
#bf84cc hex color red value is 191, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bf84cc hue: 0.80 , saturation: 0.41 and the lightness value of bf84cc is 0.66.
The process color (four color CMYK) of #bf84cc color hex is 0.06, 0.35, 0.00, 0.20. Web safe color of #bf84cc is #cc99cc. Color #bf84cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10000100 | 11001100 |
Octal | 277 | 204 | 314 |
Decimal | 191 | 132 | 204 |
Hex | BF | 84 | CC |
Shades of #bf84cc
Tints of #bf84cc
RGB Percentages of Color #bf84cc
CMYK Percentages of Color #bf84cc
Complementary Color
#bf84cc | #91cc84 |
#bf84cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bf84cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bf84cc Color CSS Codes
.mybgcolor {background-color:#bf84cc; } .myforecolor {color:#bf84cc; } .mybordercolor {border:3px solid #bf84cc; }
#bf84cc Text Font Color
<p style="color:#bf84cc">Text here</p>
This sample text font color is #bf84cc
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.
#bf84cc Background Color
<div style="background-color:#bf84cc">
Div content here</div>
This div background color is #bf84cc
#bf84cc Border Color
<div style="border:3px solid #bf84cc">
Div here</div>
This div border color is #bf84cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,132,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bf84cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bf84cc; -webkit-box-shadow: 1px 1px 3px 2px #bf84cc; box-shadow: 1px 1px 3px 2px #bf84cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,132,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bf84cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bf84cc; -webkit-box-shadow: 1px 1px 3px 2px #bf84cc; box-shadow: 1px 1px 3px 2px #bf84cc;">
Div content here</div>
This div box has shadow with color #bf84cc
Comments
No comments written yet.
Please login to write comment.