Color spaces of #b94bad
RGB | 185 | 75 | 173 |
---|---|---|---|
HSL | 0.85 | 0.44 | 0.51 |
HSV | 307° | 59° | 73° |
CMYK | 0.00 | 0.59 | 0.06 0.27 |
XYZ | 30.0665 | 18.3636 | 41.4950 |
Yxy | 18.3636 | 0.3344 | 0.2042 |
Hunter Lab | 42.8528 | 50.2474 | -27.4145 |
CIE-Lab | 49.9342 | 56.4848 | -31.3228 |
#b94bad color RGB value is (185,75,173).
#b94bad hex color red value is 185, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b94bad hue: 0.85 , saturation: 0.44 and the lightness value of b94bad is 0.51.
The process color (four color CMYK) of #b94bad color hex is 0.00, 0.59, 0.06, 0.27. Web safe color of #b94bad is #cc3399. Color #b94bad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01001011 | 10101101 |
Octal | 271 | 113 | 255 |
Decimal | 185 | 75 | 173 |
Hex | B9 | 4B | AD |
Shades of #b94bad
Tints of #b94bad
RGB Percentages of Color #b94bad
CMYK Percentages of Color #b94bad
Complementary Color
#b94bad | #4bb957 |
#b94bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b94bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b94bad Color CSS Codes
.mybgcolor {background-color:#b94bad; } .myforecolor {color:#b94bad; } .mybordercolor {border:3px solid #b94bad; }
#b94bad Text Font Color
<p style="color:#b94bad">Text here</p>
This sample text font color is #b94bad
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.
#b94bad Background Color
<div style="background-color:#b94bad">
Div content here</div>
This div background color is #b94bad
#b94bad Border Color
<div style="border:3px solid #b94bad">
Div here</div>
This div border color is #b94bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,75,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b94bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b94bad; -webkit-box-shadow: 1px 1px 3px 2px #b94bad; box-shadow: 1px 1px 3px 2px #b94bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,75,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 #b94bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b94bad; -webkit-box-shadow: 1px 1px 3px 2px #b94bad; box-shadow: 1px 1px 3px 2px #b94bad;">
Div content here</div>
This div box has shadow with color #b94bad
Comments
No comments written yet.
Please login to write comment.