Color spaces of #b910ad
RGB | 185 | 16 | 173 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.39 |
HSV | 304° | 91° | 73° |
CMYK | 0.00 | 0.91 | 0.06 0.27 |
XYZ | 27.7357 | 13.7020 | 40.7181 |
Yxy | 13.7020 | 0.3376 | 0.1668 |
Hunter Lab | 37.0162 | 68.9690 | -39.3081 |
CIE-Lab | 43.8025 | 73.8732 | -40.9840 |
#b910ad color RGB value is (185,16,173).
#b910ad hex color red value is 185, green value is 16 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b910ad hue: 0.85 , saturation: 0.84 and the lightness value of b910ad is 0.39.
The process color (four color CMYK) of #b910ad color hex is 0.00, 0.91, 0.06, 0.27. Web safe color of #b910ad is #cc0099. Color #b910ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00010000 | 10101101 |
Octal | 271 | 20 | 255 |
Decimal | 185 | 16 | 173 |
Hex | B9 | 10 | AD |
Shades of #b910ad
Tints of #b910ad
RGB Percentages of Color #b910ad
CMYK Percentages of Color #b910ad
Complementary Color
#b910ad | #10b91c |
#b910ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b910ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b910ad Color CSS Codes
.mybgcolor {background-color:#b910ad; } .myforecolor {color:#b910ad; } .mybordercolor {border:3px solid #b910ad; }
#b910ad Text Font Color
<p style="color:#b910ad">Text here</p>
This sample text font color is #b910ad
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.
#b910ad Background Color
<div style="background-color:#b910ad">
Div content here</div>
This div background color is #b910ad
#b910ad Border Color
<div style="border:3px solid #b910ad">
Div here</div>
This div border color is #b910ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,16,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b910ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b910ad; -webkit-box-shadow: 1px 1px 3px 2px #b910ad; box-shadow: 1px 1px 3px 2px #b910ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,16,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 #b910ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b910ad; -webkit-box-shadow: 1px 1px 3px 2px #b910ad; box-shadow: 1px 1px 3px 2px #b910ad;">
Div content here</div>
This div box has shadow with color #b910ad
Comments
No comments written yet.
Please login to write comment.