Color spaces of #b314ed
RGB | 179 | 20 | 237 |
---|---|---|---|
HSL | 0.79 | 0.86 | 0.50 |
HSV | 284° | 92° | 93° |
CMYK | 0.24 | 0.92 | 0.00 0.07 |
XYZ | 34.1266 | 16.1984 | 81.4487 |
Yxy | 16.1984 | 0.2590 | 0.1229 |
Hunter Lab | 40.2472 | 80.9218 | -91.8127 |
CIE-Lab | 47.2337 | 82.8170 | -72.5299 |
#b314ed color RGB value is (179,20,237).
#b314ed hex color red value is 179, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b314ed hue: 0.79 , saturation: 0.86 and the lightness value of b314ed is 0.50.
The process color (four color CMYK) of #b314ed color hex is 0.24, 0.92, 0.00, 0.07. Web safe color of #b314ed is #cc00ff. Color #b314ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00010100 | 11101101 |
Octal | 263 | 24 | 355 |
Decimal | 179 | 20 | 237 |
Hex | B3 | 14 | ED |
Shades of #b314ed
Tints of #b314ed
RGB Percentages of Color #b314ed
CMYK Percentages of Color #b314ed
Complementary Color
#b314ed | #4eed14 |
#b314ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b314ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#b314ed Color CSS Codes
.mybgcolor {background-color:#b314ed; } .myforecolor {color:#b314ed; } .mybordercolor {border:3px solid #b314ed; }
#b314ed Text Font Color
<p style="color:#b314ed">Text here</p>
This sample text font color is #b314ed
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.
#b314ed Background Color
<div style="background-color:#b314ed">
Div content here</div>
This div background color is #b314ed
#b314ed Border Color
<div style="border:3px solid #b314ed">
Div here</div>
This div border color is #b314ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,20,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b314ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b314ed; -webkit-box-shadow: 1px 1px 3px 2px #b314ed; box-shadow: 1px 1px 3px 2px #b314ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,20,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b314ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b314ed; -webkit-box-shadow: 1px 1px 3px 2px #b314ed; box-shadow: 1px 1px 3px 2px #b314ed;">
Div content here</div>
This div box has shadow with color #b314ed
Comments
No comments written yet.
Please login to write comment.