Color spaces of #b33acb
RGB | 179 | 58 | 203 |
---|---|---|---|
HSL | 0.81 | 0.58 | 0.51 |
HSV | 290° | 71° | 80° |
CMYK | 0.12 | 0.71 | 0.00 0.20 |
XYZ | 30.8830 | 16.9216 | 58.1384 |
Yxy | 16.9216 | 0.2915 | 0.1597 |
Hunter Lab | 41.1359 | 62.0222 | -55.0010 |
CIE-Lab | 48.1611 | 67.1838 | -51.6323 |
#b33acb color RGB value is (179,58,203).
#b33acb hex color red value is 179, green value is 58 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b33acb hue: 0.81 , saturation: 0.58 and the lightness value of b33acb is 0.51.
The process color (four color CMYK) of #b33acb color hex is 0.12, 0.71, 0.00, 0.20. Web safe color of #b33acb is #cc33cc. Color #b33acb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00111010 | 11001011 |
Octal | 263 | 72 | 313 |
Decimal | 179 | 58 | 203 |
Hex | B3 | 3A | CB |
Shades of #b33acb
Tints of #b33acb
RGB Percentages of Color #b33acb
CMYK Percentages of Color #b33acb
Complementary Color
#b33acb | #52cb3a |
#b33acb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b33acb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b33acb Color CSS Codes
.mybgcolor {background-color:#b33acb; } .myforecolor {color:#b33acb; } .mybordercolor {border:3px solid #b33acb; }
#b33acb Text Font Color
<p style="color:#b33acb">Text here</p>
This sample text font color is #b33acb
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.
#b33acb Background Color
<div style="background-color:#b33acb">
Div content here</div>
This div background color is #b33acb
#b33acb Border Color
<div style="border:3px solid #b33acb">
Div here</div>
This div border color is #b33acb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,58,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b33acb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b33acb; -webkit-box-shadow: 1px 1px 3px 2px #b33acb; box-shadow: 1px 1px 3px 2px #b33acb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,58,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b33acb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b33acb; -webkit-box-shadow: 1px 1px 3px 2px #b33acb; box-shadow: 1px 1px 3px 2px #b33acb;">
Div content here</div>
This div box has shadow with color #b33acb
Comments
No comments written yet.
Please login to write comment.