Color spaces of #b332fc
RGB | 179 | 50 | 252 |
---|---|---|---|
HSL | 0.77 | 0.97 | 0.59 |
HSV | 278° | 80° | 99° |
CMYK | 0.29 | 0.80 | 0.00 0.01 |
XYZ | 37.3017 | 18.8932 | 93.7762 |
Yxy | 18.8932 | 0.2487 | 0.1260 |
Hunter Lab | 43.4663 | 77.1182 | -97.4885 |
CIE-Lab | 50.5620 | 79.1669 | -75.5242 |
#b332fc color RGB value is (179,50,252).
#b332fc hex color red value is 179, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b332fc hue: 0.77 , saturation: 0.97 and the lightness value of b332fc is 0.59.
The process color (four color CMYK) of #b332fc color hex is 0.29, 0.80, 0.00, 0.01. Web safe color of #b332fc is #cc33ff. Color #b332fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00110010 | 11111100 |
Octal | 263 | 62 | 374 |
Decimal | 179 | 50 | 252 |
Hex | B3 | 32 | FC |
Shades of #b332fc
Tints of #b332fc
RGB Percentages of Color #b332fc
CMYK Percentages of Color #b332fc
Complementary Color
#b332fc | #7bfc32 |
#b332fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b332fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b332fc Color CSS Codes
.mybgcolor {background-color:#b332fc; } .myforecolor {color:#b332fc; } .mybordercolor {border:3px solid #b332fc; }
#b332fc Text Font Color
<p style="color:#b332fc">Text here</p>
This sample text font color is #b332fc
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.
#b332fc Background Color
<div style="background-color:#b332fc">
Div content here</div>
This div background color is #b332fc
#b332fc Border Color
<div style="border:3px solid #b332fc">
Div here</div>
This div border color is #b332fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,50,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b332fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b332fc; -webkit-box-shadow: 1px 1px 3px 2px #b332fc; box-shadow: 1px 1px 3px 2px #b332fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,50,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b332fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b332fc; -webkit-box-shadow: 1px 1px 3px 2px #b332fc; box-shadow: 1px 1px 3px 2px #b332fc;">
Div content here</div>
This div box has shadow with color #b332fc
Comments
No comments written yet.
Please login to write comment.