Color spaces of #b664dd
RGB | 182 | 100 | 221 |
---|---|---|---|
HSL | 0.78 | 0.64 | 0.63 |
HSV | 281° | 55° | 87° |
CMYK | 0.18 | 0.55 | 0.00 0.13 |
XYZ | 36.8997 | 24.2799 | 71.1483 |
Yxy | 24.2799 | 0.2789 | 0.1835 |
Hunter Lab | 49.2746 | 47.4405 | -51.1174 |
CIE-Lab | 56.3670 | 52.8259 | -48.7821 |
#b664dd color RGB value is (182,100,221).
#b664dd hex color red value is 182, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b664dd hue: 0.78 , saturation: 0.64 and the lightness value of b664dd is 0.63.
The process color (four color CMYK) of #b664dd color hex is 0.18, 0.55, 0.00, 0.13. Web safe color of #b664dd is #cc66cc. Color #b664dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01100100 | 11011101 |
Octal | 266 | 144 | 335 |
Decimal | 182 | 100 | 221 |
Hex | B6 | 64 | DD |
Shades of #b664dd
Tints of #b664dd
RGB Percentages of Color #b664dd
CMYK Percentages of Color #b664dd
Complementary Color
#b664dd | #8bdd64 |
#b664dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b664dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b664dd Color CSS Codes
.mybgcolor {background-color:#b664dd; } .myforecolor {color:#b664dd; } .mybordercolor {border:3px solid #b664dd; }
#b664dd Text Font Color
<p style="color:#b664dd">Text here</p>
This sample text font color is #b664dd
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.
#b664dd Background Color
<div style="background-color:#b664dd">
Div content here</div>
This div background color is #b664dd
#b664dd Border Color
<div style="border:3px solid #b664dd">
Div here</div>
This div border color is #b664dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,100,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b664dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b664dd; -webkit-box-shadow: 1px 1px 3px 2px #b664dd; box-shadow: 1px 1px 3px 2px #b664dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,100,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b664dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b664dd; -webkit-box-shadow: 1px 1px 3px 2px #b664dd; box-shadow: 1px 1px 3px 2px #b664dd;">
Div content here</div>
This div box has shadow with color #b664dd
Comments
No comments written yet.
Please login to write comment.