Color spaces of #b24bfb
RGB | 178 | 75 | 251 |
---|---|---|---|
HSL | 0.76 | 0.96 | 0.64 |
HSV | 275° | 70° | 98° |
CMYK | 0.29 | 0.70 | 0.00 0.02 |
XYZ | 38.2888 | 21.4622 | 93.3914 |
Yxy | 21.4622 | 0.2500 | 0.1401 |
Hunter Lab | 46.3273 | 66.4547 | -87.0938 |
CIE-Lab | 53.4517 | 69.9125 | -70.2814 |
#b24bfb color RGB value is (178,75,251).
#b24bfb hex color red value is 178, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b24bfb hue: 0.76 , saturation: 0.96 and the lightness value of b24bfb is 0.64.
The process color (four color CMYK) of #b24bfb color hex is 0.29, 0.70, 0.00, 0.02. Web safe color of #b24bfb is #9933ff. Color #b24bfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 01001011 | 11111011 |
Octal | 262 | 113 | 373 |
Decimal | 178 | 75 | 251 |
Hex | B2 | 4B | FB |
Shades of #b24bfb
Tints of #b24bfb
RGB Percentages of Color #b24bfb
CMYK Percentages of Color #b24bfb
Complementary Color
#b24bfb | #94fb4b |
#b24bfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b24bfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b24bfb Color CSS Codes
.mybgcolor {background-color:#b24bfb; } .myforecolor {color:#b24bfb; } .mybordercolor {border:3px solid #b24bfb; }
#b24bfb Text Font Color
<p style="color:#b24bfb">Text here</p>
This sample text font color is #b24bfb
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.
#b24bfb Background Color
<div style="background-color:#b24bfb">
Div content here</div>
This div background color is #b24bfb
#b24bfb Border Color
<div style="border:3px solid #b24bfb">
Div here</div>
This div border color is #b24bfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,75,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b24bfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b24bfb; -webkit-box-shadow: 1px 1px 3px 2px #b24bfb; box-shadow: 1px 1px 3px 2px #b24bfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,75,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b24bfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b24bfb; -webkit-box-shadow: 1px 1px 3px 2px #b24bfb; box-shadow: 1px 1px 3px 2px #b24bfb;">
Div content here</div>
This div box has shadow with color #b24bfb
Comments
No comments written yet.
Please login to write comment.