Color spaces of #b68dff
RGB | 182 | 141 | 255 |
---|---|---|---|
HSL | 0.73 | 1.00 | 0.78 |
HSV | 262° | 45° | 100° |
CMYK | 0.29 | 0.45 | 0.00 0.00 |
XYZ | 46.8663 | 36.2148 | 99.1278 |
Yxy | 36.2148 | 0.2572 | 0.1988 |
Hunter Lab | 60.1787 | 33.7004 | -55.5387 |
CIE-Lab | 66.6837 | 38.6171 | -51.2811 |
#b68dff color RGB value is (182,141,255).
#b68dff hex color red value is 182, green value is 141 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b68dff hue: 0.73 , saturation: 1.00 and the lightness value of b68dff is 0.78.
The process color (four color CMYK) of #b68dff color hex is 0.29, 0.45, 0.00, 0.00. Web safe color of #b68dff is #cc99ff. Color #b68dff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 10001101 | 11111111 |
Octal | 266 | 215 | 377 |
Decimal | 182 | 141 | 255 |
Hex | B6 | 8D | FF |
Shades of #b68dff
Tints of #b68dff
RGB Percentages of Color #b68dff
CMYK Percentages of Color #b68dff
Complementary Color
#b68dff | #d6ff8d |
#b68dff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b68dff Color Preview on White Background
Lorem ipsum dolor sit amet.
#b68dff Color CSS Codes
.mybgcolor {background-color:#b68dff; } .myforecolor {color:#b68dff; } .mybordercolor {border:3px solid #b68dff; }
#b68dff Text Font Color
<p style="color:#b68dff">Text here</p>
This sample text font color is #b68dff
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.
#b68dff Background Color
<div style="background-color:#b68dff">
Div content here</div>
This div background color is #b68dff
#b68dff Border Color
<div style="border:3px solid #b68dff">
Div here</div>
This div border color is #b68dff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,141,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b68dff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b68dff; -webkit-box-shadow: 1px 1px 3px 2px #b68dff; box-shadow: 1px 1px 3px 2px #b68dff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,141,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b68dff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b68dff; -webkit-box-shadow: 1px 1px 3px 2px #b68dff; box-shadow: 1px 1px 3px 2px #b68dff;">
Div content here</div>
This div box has shadow with color #b68dff
Comments
No comments written yet.
Please login to write comment.