Color spaces of #b914ad
RGB | 185 | 20 | 173 |
---|---|---|---|
HSL | 0.85 | 0.80 | 0.40 |
HSV | 304° | 89° | 73° |
CMYK | 0.00 | 0.89 | 0.06 0.27 |
XYZ | 27.8006 | 13.8317 | 40.7397 |
Yxy | 13.8317 | 0.3375 | 0.1679 |
Hunter Lab | 37.1910 | 68.3461 | -38.9137 |
CIE-Lab | 43.9906 | 73.3209 | -40.6852 |
#b914ad color RGB value is (185,20,173).
#b914ad hex color red value is 185, green value is 20 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b914ad hue: 0.85 , saturation: 0.80 and the lightness value of b914ad is 0.40.
The process color (four color CMYK) of #b914ad color hex is 0.00, 0.89, 0.06, 0.27. Web safe color of #b914ad is #cc0099. Color #b914ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00010100 | 10101101 |
Octal | 271 | 24 | 255 |
Decimal | 185 | 20 | 173 |
Hex | B9 | 14 | AD |
Shades of #b914ad
Tints of #b914ad
RGB Percentages of Color #b914ad
CMYK Percentages of Color #b914ad
Complementary Color
#b914ad | #14b920 |
#b914ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b914ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b914ad Color CSS Codes
.mybgcolor {background-color:#b914ad; } .myforecolor {color:#b914ad; } .mybordercolor {border:3px solid #b914ad; }
#b914ad Text Font Color
<p style="color:#b914ad">Text here</p>
This sample text font color is #b914ad
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.
#b914ad Background Color
<div style="background-color:#b914ad">
Div content here</div>
This div background color is #b914ad
#b914ad Border Color
<div style="border:3px solid #b914ad">
Div here</div>
This div border color is #b914ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,20,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b914ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b914ad; -webkit-box-shadow: 1px 1px 3px 2px #b914ad; box-shadow: 1px 1px 3px 2px #b914ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,20,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 #b914ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b914ad; -webkit-box-shadow: 1px 1px 3px 2px #b914ad; box-shadow: 1px 1px 3px 2px #b914ad;">
Div content here</div>
This div box has shadow with color #b914ad
Comments
No comments written yet.
Please login to write comment.