Color spaces of #b361ec
RGB | 179 | 97 | 236 |
---|---|---|---|
HSL | 0.76 | 0.79 | 0.65 |
HSV | 275° | 59° | 93° |
CMYK | 0.24 | 0.59 | 0.00 0.07 |
XYZ | 38.0054 | 24.1892 | 82.0228 |
Yxy | 24.1892 | 0.2635 | 0.1677 |
Hunter Lab | 49.1825 | 51.8651 | -64.4515 |
CIE-Lab | 56.2767 | 56.8222 | -57.3640 |
#b361ec color RGB value is (179,97,236).
#b361ec hex color red value is 179, green value is 97 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b361ec hue: 0.76 , saturation: 0.79 and the lightness value of b361ec is 0.65.
The process color (four color CMYK) of #b361ec color hex is 0.24, 0.59, 0.00, 0.07. Web safe color of #b361ec is #cc66ff. Color #b361ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01100001 | 11101100 |
Octal | 263 | 141 | 354 |
Decimal | 179 | 97 | 236 |
Hex | B3 | 61 | EC |
Shades of #b361ec
Tints of #b361ec
RGB Percentages of Color #b361ec
CMYK Percentages of Color #b361ec
Complementary Color
#b361ec | #9aec61 |
#b361ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b361ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#b361ec Color CSS Codes
.mybgcolor {background-color:#b361ec; } .myforecolor {color:#b361ec; } .mybordercolor {border:3px solid #b361ec; }
#b361ec Text Font Color
<p style="color:#b361ec">Text here</p>
This sample text font color is #b361ec
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.
#b361ec Background Color
<div style="background-color:#b361ec">
Div content here</div>
This div background color is #b361ec
#b361ec Border Color
<div style="border:3px solid #b361ec">
Div here</div>
This div border color is #b361ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,97,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b361ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b361ec; -webkit-box-shadow: 1px 1px 3px 2px #b361ec; box-shadow: 1px 1px 3px 2px #b361ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,97,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b361ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b361ec; -webkit-box-shadow: 1px 1px 3px 2px #b361ec; box-shadow: 1px 1px 3px 2px #b361ec;">
Div content here</div>
This div box has shadow with color #b361ec
Comments
No comments written yet.
Please login to write comment.