Color spaces of #b219ad
RGB | 178 | 25 | 173 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.40 |
HSV | 302° | 86° | 70° |
CMYK | 0.00 | 0.86 | 0.03 0.30 |
XYZ | 26.2506 | 13.1774 | 40.6951 |
Yxy | 13.1774 | 0.3276 | 0.1645 |
Hunter Lab | 36.3007 | 65.5549 | -41.0569 |
CIE-Lab | 43.0293 | 71.1776 | -42.2899 |
#b219ad color RGB value is (178,25,173).
#b219ad hex color red value is 178, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b219ad hue: 0.84 , saturation: 0.75 and the lightness value of b219ad is 0.40.
The process color (four color CMYK) of #b219ad color hex is 0.00, 0.86, 0.03, 0.30. Web safe color of #b219ad is #990099. Color #b219ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 00011001 | 10101101 |
Octal | 262 | 31 | 255 |
Decimal | 178 | 25 | 173 |
Hex | B2 | 19 | AD |
Shades of #b219ad
Tints of #b219ad
RGB Percentages of Color #b219ad
CMYK Percentages of Color #b219ad
Complementary Color
#b219ad | #19b21e |
#b219ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b219ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b219ad Color CSS Codes
.mybgcolor {background-color:#b219ad; } .myforecolor {color:#b219ad; } .mybordercolor {border:3px solid #b219ad; }
#b219ad Text Font Color
<p style="color:#b219ad">Text here</p>
This sample text font color is #b219ad
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.
#b219ad Background Color
<div style="background-color:#b219ad">
Div content here</div>
This div background color is #b219ad
#b219ad Border Color
<div style="border:3px solid #b219ad">
Div here</div>
This div border color is #b219ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,25,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b219ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b219ad; -webkit-box-shadow: 1px 1px 3px 2px #b219ad; box-shadow: 1px 1px 3px 2px #b219ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,25,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 #b219ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b219ad; -webkit-box-shadow: 1px 1px 3px 2px #b219ad; box-shadow: 1px 1px 3px 2px #b219ad;">
Div content here</div>
This div box has shadow with color #b219ad
Comments
No comments written yet.
Please login to write comment.