Color spaces of #b086ea
RGB | 176 | 134 | 234 |
---|---|---|---|
HSL | 0.74 | 0.70 | 0.72 |
HSV | 265° | 43° | 92° |
CMYK | 0.25 | 0.43 | 0.00 0.08 |
XYZ | 41.2809 | 32.2208 | 81.8854 |
Yxy | 32.2208 | 0.2657 | 0.2074 |
Hunter Lab | 56.7634 | 30.4774 | -45.7959 |
CIE-Lab | 63.5250 | 35.8720 | -44.7654 |
#b086ea color RGB value is (176,134,234).
#b086ea hex color red value is 176, green value is 134 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b086ea hue: 0.74 , saturation: 0.70 and the lightness value of b086ea is 0.72.
The process color (four color CMYK) of #b086ea color hex is 0.25, 0.43, 0.00, 0.08. Web safe color of #b086ea is #9999ff. Color #b086ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110000 | 10000110 | 11101010 |
Octal | 260 | 206 | 352 |
Decimal | 176 | 134 | 234 |
Hex | B0 | 86 | EA |
Shades of #b086ea
Tints of #b086ea
RGB Percentages of Color #b086ea
CMYK Percentages of Color #b086ea
Complementary Color
#b086ea | #c0ea86 |
#b086ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b086ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#b086ea Color CSS Codes
.mybgcolor {background-color:#b086ea; } .myforecolor {color:#b086ea; } .mybordercolor {border:3px solid #b086ea; }
#b086ea Text Font Color
<p style="color:#b086ea">Text here</p>
This sample text font color is #b086ea
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.
#b086ea Background Color
<div style="background-color:#b086ea">
Div content here</div>
This div background color is #b086ea
#b086ea Border Color
<div style="border:3px solid #b086ea">
Div here</div>
This div border color is #b086ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(176,134,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b086ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b086ea; -webkit-box-shadow: 1px 1px 3px 2px #b086ea; box-shadow: 1px 1px 3px 2px #b086ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(176,134,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 #b086ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b086ea; -webkit-box-shadow: 1px 1px 3px 2px #b086ea; box-shadow: 1px 1px 3px 2px #b086ea;">
Div content here</div>
This div box has shadow with color #b086ea
Comments
No comments written yet.
Please login to write comment.