Color spaces of #b07eda
RGB | 176 | 126 | 218 |
---|---|---|---|
HSL | 0.76 | 0.55 | 0.67 |
HSV | 273° | 42° | 85° |
CMYK | 0.19 | 0.42 | 0.00 0.15 |
XYZ | 38.0202 | 29.2138 | 69.9646 |
Yxy | 29.2138 | 0.2771 | 0.2129 |
Hunter Lab | 54.0498 | 30.9750 | -38.9129 |
CIE-Lab | 60.9699 | 36.6411 | -39.8782 |
#b07eda color RGB value is (176,126,218).
#b07eda hex color red value is 176, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b07eda hue: 0.76 , saturation: 0.55 and the lightness value of b07eda is 0.67.
The process color (four color CMYK) of #b07eda color hex is 0.19, 0.42, 0.00, 0.15. Web safe color of #b07eda is #9966cc. Color #b07eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 01111110 | 11011010 |
Octal | 260 | 176 | 332 |
Decimal | 176 | 126 | 218 |
Hex | B0 | 7E | DA |
Shades of #b07eda
Tints of #b07eda
RGB Percentages of Color #b07eda
CMYK Percentages of Color #b07eda
Complementary Color
#b07eda | #a8da7e |
#b07eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b07eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b07eda Color CSS Codes
.mybgcolor {background-color:#b07eda; } .myforecolor {color:#b07eda; } .mybordercolor {border:3px solid #b07eda; }
#b07eda Text Font Color
<p style="color:#b07eda">Text here</p>
This sample text font color is #b07eda
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.
#b07eda Background Color
<div style="background-color:#b07eda">
Div content here</div>
This div background color is #b07eda
#b07eda Border Color
<div style="border:3px solid #b07eda">
Div here</div>
This div border color is #b07eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,126,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b07eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b07eda; -webkit-box-shadow: 1px 1px 3px 2px #b07eda; box-shadow: 1px 1px 3px 2px #b07eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,126,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b07eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b07eda; -webkit-box-shadow: 1px 1px 3px 2px #b07eda; box-shadow: 1px 1px 3px 2px #b07eda;">
Div content here</div>
This div box has shadow with color #b07eda
Comments
No comments written yet.
Please login to write comment.