Color spaces of #b081de
RGB | 176 | 129 | 222 |
---|---|---|---|
HSL | 0.75 | 0.58 | 0.69 |
HSV | 270° | 42° | 87° |
CMYK | 0.21 | 0.42 | 0.00 0.13 |
XYZ | 38.9396 | 30.2045 | 72.8850 |
Yxy | 30.2045 | 0.2742 | 0.2127 |
Hunter Lab | 54.9586 | 30.2943 | -40.1582 |
CIE-Lab | 61.8303 | 35.8783 | -40.7634 |
#b081de color RGB value is (176,129,222).
#b081de hex color red value is 176, green value is 129 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b081de hue: 0.75 , saturation: 0.58 and the lightness value of b081de is 0.69.
The process color (four color CMYK) of #b081de color hex is 0.21, 0.42, 0.00, 0.13. Web safe color of #b081de is #9999cc. Color #b081de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000001 | 11011110 |
Octal | 260 | 201 | 336 |
Decimal | 176 | 129 | 222 |
Hex | B0 | 81 | DE |
Shades of #b081de
Tints of #b081de
RGB Percentages of Color #b081de
CMYK Percentages of Color #b081de
Complementary Color
#b081de | #afde81 |
#b081de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b081de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b081de Color CSS Codes
.mybgcolor {background-color:#b081de; } .myforecolor {color:#b081de; } .mybordercolor {border:3px solid #b081de; }
#b081de Text Font Color
<p style="color:#b081de">Text here</p>
This sample text font color is #b081de
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.
#b081de Background Color
<div style="background-color:#b081de">
Div content here</div>
This div background color is #b081de
#b081de Border Color
<div style="border:3px solid #b081de">
Div here</div>
This div border color is #b081de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,129,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b081de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b081de; -webkit-box-shadow: 1px 1px 3px 2px #b081de; box-shadow: 1px 1px 3px 2px #b081de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,129,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b081de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b081de; -webkit-box-shadow: 1px 1px 3px 2px #b081de; box-shadow: 1px 1px 3px 2px #b081de;">
Div content here</div>
This div box has shadow with color #b081de
Comments
No comments written yet.
Please login to write comment.