Color spaces of #b33acd
RGB | 179 | 58 | 205 |
---|---|---|---|
HSL | 0.80 | 0.60 | 0.52 |
HSV | 289° | 72° | 80° |
CMYK | 0.13 | 0.72 | 0.00 0.20 |
XYZ | 31.1229 | 17.0176 | 59.4020 |
Yxy | 17.0176 | 0.2894 | 0.1582 |
Hunter Lab | 41.2524 | 62.4778 | -56.4988 |
CIE-Lab | 48.2822 | 67.5495 | -52.5905 |
#b33acd color RGB value is (179,58,205).
#b33acd hex color red value is 179, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b33acd hue: 0.80 , saturation: 0.60 and the lightness value of b33acd is 0.52.
The process color (four color CMYK) of #b33acd color hex is 0.13, 0.72, 0.00, 0.20. Web safe color of #b33acd is #cc33cc. Color #b33acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00111010 | 11001101 |
Octal | 263 | 72 | 315 |
Decimal | 179 | 58 | 205 |
Hex | B3 | 3A | CD |
Shades of #b33acd
Tints of #b33acd
RGB Percentages of Color #b33acd
CMYK Percentages of Color #b33acd
Complementary Color
#b33acd | #54cd3a |
#b33acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b33acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b33acd Color CSS Codes
.mybgcolor {background-color:#b33acd; } .myforecolor {color:#b33acd; } .mybordercolor {border:3px solid #b33acd; }
#b33acd Text Font Color
<p style="color:#b33acd">Text here</p>
This sample text font color is #b33acd
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.
#b33acd Background Color
<div style="background-color:#b33acd">
Div content here</div>
This div background color is #b33acd
#b33acd Border Color
<div style="border:3px solid #b33acd">
Div here</div>
This div border color is #b33acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,58,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b33acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b33acd; -webkit-box-shadow: 1px 1px 3px 2px #b33acd; box-shadow: 1px 1px 3px 2px #b33acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,58,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b33acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b33acd; -webkit-box-shadow: 1px 1px 3px 2px #b33acd; box-shadow: 1px 1px 3px 2px #b33acd;">
Div content here</div>
This div box has shadow with color #b33acd
Comments
No comments written yet.
Please login to write comment.