Color spaces of #b185eb
RGB | 177 | 133 | 235 |
---|---|---|---|
HSL | 0.74 | 0.72 | 0.72 |
HSV | 266° | 43° | 92° |
CMYK | 0.25 | 0.43 | 0.00 0.08 |
XYZ | 41.5144 | 32.1203 | 82.6091 |
Yxy | 32.1203 | 0.2657 | 0.2056 |
Hunter Lab | 56.6748 | 31.5708 | -46.7487 |
CIE-Lab | 63.4422 | 36.9414 | -45.4424 |
#b185eb color RGB value is (177,133,235).
#b185eb hex color red value is 177, green value is 133 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b185eb hue: 0.74 , saturation: 0.72 and the lightness value of b185eb is 0.72.
The process color (four color CMYK) of #b185eb color hex is 0.25, 0.43, 0.00, 0.08. Web safe color of #b185eb is #9999ff. Color #b185eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000101 | 11101011 |
Octal | 261 | 205 | 353 |
Decimal | 177 | 133 | 235 |
Hex | B1 | 85 | EB |
Shades of #b185eb
Tints of #b185eb
RGB Percentages of Color #b185eb
CMYK Percentages of Color #b185eb
Complementary Color
#b185eb | #bfeb85 |
#b185eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b185eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b185eb Color CSS Codes
.mybgcolor {background-color:#b185eb; } .myforecolor {color:#b185eb; } .mybordercolor {border:3px solid #b185eb; }
#b185eb Text Font Color
<p style="color:#b185eb">Text here</p>
This sample text font color is #b185eb
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.
#b185eb Background Color
<div style="background-color:#b185eb">
Div content here</div>
This div background color is #b185eb
#b185eb Border Color
<div style="border:3px solid #b185eb">
Div here</div>
This div border color is #b185eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,133,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b185eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b185eb; -webkit-box-shadow: 1px 1px 3px 2px #b185eb; box-shadow: 1px 1px 3px 2px #b185eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,133,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b185eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b185eb; -webkit-box-shadow: 1px 1px 3px 2px #b185eb; box-shadow: 1px 1px 3px 2px #b185eb;">
Div content here</div>
This div box has shadow with color #b185eb
Comments
No comments written yet.
Please login to write comment.