Color spaces of #b669fe
RGB | 182 | 105 | 254 |
---|---|---|---|
HSL | 0.75 | 0.99 | 0.70 |
HSV | 271° | 59° | 100° |
CMYK | 0.28 | 0.59 | 0.00 0.00 |
XYZ | 42.2324 | 27.2040 | 96.7909 |
Yxy | 27.2040 | 0.2541 | 0.1637 |
Hunter Lab | 52.1575 | 53.2576 | -73.5169 |
CIE-Lab | 59.1627 | 57.5621 | -62.7131 |
#b669fe color RGB value is (182,105,254).
#b669fe hex color red value is 182, green value is 105 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b669fe hue: 0.75 , saturation: 0.99 and the lightness value of b669fe is 0.70.
The process color (four color CMYK) of #b669fe color hex is 0.28, 0.59, 0.00, 0.00. Web safe color of #b669fe is #cc66ff. Color #b669fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 01101001 | 11111110 |
Octal | 266 | 151 | 376 |
Decimal | 182 | 105 | 254 |
Hex | B6 | 69 | FE |
Shades of #b669fe
Tints of #b669fe
RGB Percentages of Color #b669fe
CMYK Percentages of Color #b669fe
Complementary Color
#b669fe | #b1fe69 |
#b669fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b669fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#b669fe Color CSS Codes
.mybgcolor {background-color:#b669fe; } .myforecolor {color:#b669fe; } .mybordercolor {border:3px solid #b669fe; }
#b669fe Text Font Color
<p style="color:#b669fe">Text here</p>
This sample text font color is #b669fe
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.
#b669fe Background Color
<div style="background-color:#b669fe">
Div content here</div>
This div background color is #b669fe
#b669fe Border Color
<div style="border:3px solid #b669fe">
Div here</div>
This div border color is #b669fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,105,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b669fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b669fe; -webkit-box-shadow: 1px 1px 3px 2px #b669fe; box-shadow: 1px 1px 3px 2px #b669fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,105,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b669fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b669fe; -webkit-box-shadow: 1px 1px 3px 2px #b669fe; box-shadow: 1px 1px 3px 2px #b669fe;">
Div content here</div>
This div box has shadow with color #b669fe
Comments
No comments written yet.
Please login to write comment.