Color spaces of #b34bde
RGB | 179 | 75 | 222 |
---|---|---|---|
HSL | 0.78 | 0.69 | 0.58 |
HSV | 282° | 66° | 87° |
CMYK | 0.19 | 0.66 | 0.00 0.13 |
XYZ | 34.2913 | 19.8898 | 71.1390 |
Yxy | 19.8898 | 0.2736 | 0.1587 |
Hunter Lab | 44.5980 | 59.2018 | -63.3559 |
CIE-Lab | 51.7124 | 64.0831 | -56.7997 |
#b34bde color RGB value is (179,75,222).
#b34bde hex color red value is 179, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b34bde hue: 0.78 , saturation: 0.69 and the lightness value of b34bde is 0.58.
The process color (four color CMYK) of #b34bde color hex is 0.19, 0.66, 0.00, 0.13. Web safe color of #b34bde is #cc33cc. Color #b34bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01001011 | 11011110 |
Octal | 263 | 113 | 336 |
Decimal | 179 | 75 | 222 |
Hex | B3 | 4B | DE |
Shades of #b34bde
Tints of #b34bde
RGB Percentages of Color #b34bde
CMYK Percentages of Color #b34bde
Complementary Color
#b34bde | #76de4b |
#b34bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b34bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#b34bde Color CSS Codes
.mybgcolor {background-color:#b34bde; } .myforecolor {color:#b34bde; } .mybordercolor {border:3px solid #b34bde; }
#b34bde Text Font Color
<p style="color:#b34bde">Text here</p>
This sample text font color is #b34bde
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.
#b34bde Background Color
<div style="background-color:#b34bde">
Div content here</div>
This div background color is #b34bde
#b34bde Border Color
<div style="border:3px solid #b34bde">
Div here</div>
This div border color is #b34bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,75,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b34bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b34bde; -webkit-box-shadow: 1px 1px 3px 2px #b34bde; box-shadow: 1px 1px 3px 2px #b34bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,75,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b34bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b34bde; -webkit-box-shadow: 1px 1px 3px 2px #b34bde; box-shadow: 1px 1px 3px 2px #b34bde;">
Div content here</div>
This div box has shadow with color #b34bde
Comments
No comments written yet.
Please login to write comment.