Color spaces of #b175ad
RGB | 177 | 117 | 173 |
---|---|---|---|
HSL | 0.84 | 0.28 | 0.58 |
HSV | 304° | 34° | 69° |
CMYK | 0.00 | 0.34 | 0.02 0.31 |
XYZ | 32.0356 | 25.0868 | 42.6889 |
Yxy | 25.0868 | 0.3210 | 0.2513 |
Hunter Lab | 50.0867 | 26.5173 | -15.4721 |
CIE-Lab | 57.1599 | 32.6200 | -20.2422 |
#b175ad color RGB value is (177,117,173).
#b175ad hex color red value is 177, green value is 117 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b175ad hue: 0.84 , saturation: 0.28 and the lightness value of b175ad is 0.58.
The process color (four color CMYK) of #b175ad color hex is 0.00, 0.34, 0.02, 0.31. Web safe color of #b175ad is #996699. Color #b175ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01110101 | 10101101 |
Octal | 261 | 165 | 255 |
Decimal | 177 | 117 | 173 |
Hex | B1 | 75 | AD |
Shades of #b175ad
Tints of #b175ad
RGB Percentages of Color #b175ad
CMYK Percentages of Color #b175ad
Complementary Color
#b175ad | #75b179 |
#b175ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b175ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b175ad Color CSS Codes
.mybgcolor {background-color:#b175ad; } .myforecolor {color:#b175ad; } .mybordercolor {border:3px solid #b175ad; }
#b175ad Text Font Color
<p style="color:#b175ad">Text here</p>
This sample text font color is #b175ad
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.
#b175ad Background Color
<div style="background-color:#b175ad">
Div content here</div>
This div background color is #b175ad
#b175ad Border Color
<div style="border:3px solid #b175ad">
Div here</div>
This div border color is #b175ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,117,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b175ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b175ad; -webkit-box-shadow: 1px 1px 3px 2px #b175ad; box-shadow: 1px 1px 3px 2px #b175ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,117,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 #b175ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b175ad; -webkit-box-shadow: 1px 1px 3px 2px #b175ad; box-shadow: 1px 1px 3px 2px #b175ad;">
Div content here</div>
This div box has shadow with color #b175ad
Comments
No comments written yet.
Please login to write comment.