Color spaces of #b36efa
RGB | 179 | 110 | 250 |
---|---|---|---|
HSL | 0.75 | 0.93 | 0.71 |
HSV | 270° | 56° | 98° |
CMYK | 0.28 | 0.56 | 0.00 0.02 |
XYZ | 41.4217 | 27.6377 | 93.5939 |
Yxy | 27.6377 | 0.2547 | 0.1699 |
Hunter Lab | 52.5716 | 48.6418 | -68.7547 |
CIE-Lab | 59.5600 | 53.3923 | -59.8870 |
#b36efa color RGB value is (179,110,250).
#b36efa hex color red value is 179, green value is 110 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b36efa hue: 0.75 , saturation: 0.93 and the lightness value of b36efa is 0.71.
The process color (four color CMYK) of #b36efa color hex is 0.28, 0.56, 0.00, 0.02. Web safe color of #b36efa is #cc66ff. Color #b36efa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01101110 | 11111010 |
Octal | 263 | 156 | 372 |
Decimal | 179 | 110 | 250 |
Hex | B3 | 6E | FA |
Shades of #b36efa
Tints of #b36efa
RGB Percentages of Color #b36efa
CMYK Percentages of Color #b36efa
Complementary Color
#b36efa | #b5fa6e |
#b36efa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b36efa Color Preview on White Background
Lorem ipsum dolor sit amet.
#b36efa Color CSS Codes
.mybgcolor {background-color:#b36efa; } .myforecolor {color:#b36efa; } .mybordercolor {border:3px solid #b36efa; }
#b36efa Text Font Color
<p style="color:#b36efa">Text here</p>
This sample text font color is #b36efa
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.
#b36efa Background Color
<div style="background-color:#b36efa">
Div content here</div>
This div background color is #b36efa
#b36efa Border Color
<div style="border:3px solid #b36efa">
Div here</div>
This div border color is #b36efa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,110,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b36efa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b36efa; -webkit-box-shadow: 1px 1px 3px 2px #b36efa; box-shadow: 1px 1px 3px 2px #b36efa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,110,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b36efa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b36efa; -webkit-box-shadow: 1px 1px 3px 2px #b36efa; box-shadow: 1px 1px 3px 2px #b36efa;">
Div content here</div>
This div box has shadow with color #b36efa
Comments
No comments written yet.
Please login to write comment.