Color spaces of #b34ead
RGB | 179 | 78 | 173 |
---|---|---|---|
HSL | 0.84 | 0.40 | 0.50 |
HSV | 304° | 56° | 70° |
CMYK | 0.00 | 0.56 | 0.03 0.30 |
XYZ | 28.8576 | 18.0496 | 41.4981 |
Yxy | 18.0496 | 0.3264 | 0.2042 |
Hunter Lab | 42.4848 | 46.8968 | -28.1736 |
CIE-Lab | 49.5562 | 53.4853 | -31.9781 |
#b34ead color RGB value is (179,78,173).
#b34ead hex color red value is 179, green value is 78 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b34ead hue: 0.84 , saturation: 0.40 and the lightness value of b34ead is 0.50.
The process color (four color CMYK) of #b34ead color hex is 0.00, 0.56, 0.03, 0.30. Web safe color of #b34ead is #cc6699. Color #b34ead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 01001110 | 10101101 |
Octal | 263 | 116 | 255 |
Decimal | 179 | 78 | 173 |
Hex | B3 | 4E | AD |
Shades of #b34ead
Tints of #b34ead
RGB Percentages of Color #b34ead
CMYK Percentages of Color #b34ead
Complementary Color
#b34ead | #4eb354 |
#b34ead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b34ead Color Preview on White Background
Lorem ipsum dolor sit amet.
#b34ead Color CSS Codes
.mybgcolor {background-color:#b34ead; } .myforecolor {color:#b34ead; } .mybordercolor {border:3px solid #b34ead; }
#b34ead Text Font Color
<p style="color:#b34ead">Text here</p>
This sample text font color is #b34ead
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.
#b34ead Background Color
<div style="background-color:#b34ead">
Div content here</div>
This div background color is #b34ead
#b34ead Border Color
<div style="border:3px solid #b34ead">
Div here</div>
This div border color is #b34ead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,78,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b34ead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b34ead; -webkit-box-shadow: 1px 1px 3px 2px #b34ead; box-shadow: 1px 1px 3px 2px #b34ead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,78,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b34ead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b34ead; -webkit-box-shadow: 1px 1px 3px 2px #b34ead; box-shadow: 1px 1px 3px 2px #b34ead;">
Div content here</div>
This div box has shadow with color #b34ead
Comments
No comments written yet.
Please login to write comment.