Color spaces of #b69aea
RGB | 182 | 154 | 234 |
---|---|---|---|
HSL | 0.73 | 0.66 | 0.76 |
HSV | 261° | 34° | 92° |
CMYK | 0.22 | 0.34 | 0.00 0.08 |
XYZ | 45.6983 | 38.9968 | 82.9605 |
Yxy | 38.9968 | 0.2726 | 0.2326 |
Hunter Lab | 62.4474 | 21.3413 | -35.0527 |
CIE-Lab | 68.7489 | 26.4061 | -36.5511 |
#b69aea color RGB value is (182,154,234).
#b69aea hex color red value is 182, green value is 154 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b69aea hue: 0.73 , saturation: 0.66 and the lightness value of b69aea is 0.76.
The process color (four color CMYK) of #b69aea color hex is 0.22, 0.34, 0.00, 0.08. Web safe color of #b69aea is #cc99ff. Color #b69aea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10011010 | 11101010 |
Octal | 266 | 232 | 352 |
Decimal | 182 | 154 | 234 |
Hex | B6 | 9A | EA |
Shades of #b69aea
Tints of #b69aea
RGB Percentages of Color #b69aea
CMYK Percentages of Color #b69aea
Complementary Color
#b69aea | #ceea9a |
#b69aea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b69aea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b69aea Color CSS Codes
.mybgcolor {background-color:#b69aea; } .myforecolor {color:#b69aea; } .mybordercolor {border:3px solid #b69aea; }
#b69aea Text Font Color
<p style="color:#b69aea">Text here</p>
This sample text font color is #b69aea
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.
#b69aea Background Color
<div style="background-color:#b69aea">
Div content here</div>
This div background color is #b69aea
#b69aea Border Color
<div style="border:3px solid #b69aea">
Div here</div>
This div border color is #b69aea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,154,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b69aea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b69aea; -webkit-box-shadow: 1px 1px 3px 2px #b69aea; box-shadow: 1px 1px 3px 2px #b69aea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,154,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b69aea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b69aea; -webkit-box-shadow: 1px 1px 3px 2px #b69aea; box-shadow: 1px 1px 3px 2px #b69aea;">
Div content here</div>
This div box has shadow with color #b69aea
Comments
No comments written yet.
Please login to write comment.