Color spaces of #b181ad
RGB | 177 | 129 | 173 |
---|---|---|---|
HSL | 0.85 | 0.24 | 0.60 |
HSV | 305° | 27° | 69° |
CMYK | 0.00 | 0.27 | 0.02 0.31 |
XYZ | 33.5245 | 28.0648 | 43.1853 |
Yxy | 28.0648 | 0.3200 | 0.2679 |
Hunter Lab | 52.9762 | 20.2503 | -11.2488 |
CIE-Lab | 59.9472 | 25.9149 | -16.0016 |
#b181ad color RGB value is (177,129,173).
#b181ad hex color red value is 177, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b181ad hue: 0.85 , saturation: 0.24 and the lightness value of b181ad is 0.60.
The process color (four color CMYK) of #b181ad color hex is 0.00, 0.27, 0.02, 0.31. Web safe color of #b181ad is #999999. Color #b181ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000001 | 10101101 |
Octal | 261 | 201 | 255 |
Decimal | 177 | 129 | 173 |
Hex | B1 | 81 | AD |
Shades of #b181ad
Tints of #b181ad
RGB Percentages of Color #b181ad
CMYK Percentages of Color #b181ad
Complementary Color
#b181ad | #81b185 |
#b181ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b181ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b181ad Color CSS Codes
.mybgcolor {background-color:#b181ad; } .myforecolor {color:#b181ad; } .mybordercolor {border:3px solid #b181ad; }
#b181ad Text Font Color
<p style="color:#b181ad">Text here</p>
This sample text font color is #b181ad
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.
#b181ad Background Color
<div style="background-color:#b181ad">
Div content here</div>
This div background color is #b181ad
#b181ad Border Color
<div style="border:3px solid #b181ad">
Div here</div>
This div border color is #b181ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,129,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b181ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b181ad; -webkit-box-shadow: 1px 1px 3px 2px #b181ad; box-shadow: 1px 1px 3px 2px #b181ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,129,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 #b181ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b181ad; -webkit-box-shadow: 1px 1px 3px 2px #b181ad; box-shadow: 1px 1px 3px 2px #b181ad;">
Div content here</div>
This div box has shadow with color #b181ad
Comments
No comments written yet.
Please login to write comment.