Color spaces of #b171dc
RGB | 177 | 113 | 220 |
---|---|---|---|
HSL | 0.77 | 0.60 | 0.65 |
HSV | 276° | 49° | 86° |
CMYK | 0.20 | 0.49 | 0.00 0.14 |
XYZ | 36.9549 | 26.3247 | 70.8436 |
Yxy | 26.3247 | 0.2755 | 0.1963 |
Hunter Lab | 51.3076 | 38.7784 | -45.9501 |
CIE-Lab | 58.3440 | 44.4860 | -45.1254 |
#b171dc color RGB value is (177,113,220).
#b171dc hex color red value is 177, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b171dc hue: 0.77 , saturation: 0.60 and the lightness value of b171dc is 0.65.
The process color (four color CMYK) of #b171dc color hex is 0.20, 0.49, 0.00, 0.14. Web safe color of #b171dc is #9966cc. Color #b171dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01110001 | 11011100 |
Octal | 261 | 161 | 334 |
Decimal | 177 | 113 | 220 |
Hex | B1 | 71 | DC |
Shades of #b171dc
Tints of #b171dc
RGB Percentages of Color #b171dc
CMYK Percentages of Color #b171dc
Complementary Color
#b171dc | #9cdc71 |
#b171dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b171dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b171dc Color CSS Codes
.mybgcolor {background-color:#b171dc; } .myforecolor {color:#b171dc; } .mybordercolor {border:3px solid #b171dc; }
#b171dc Text Font Color
<p style="color:#b171dc">Text here</p>
This sample text font color is #b171dc
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.
#b171dc Background Color
<div style="background-color:#b171dc">
Div content here</div>
This div background color is #b171dc
#b171dc Border Color
<div style="border:3px solid #b171dc">
Div here</div>
This div border color is #b171dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,113,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b171dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b171dc; -webkit-box-shadow: 1px 1px 3px 2px #b171dc; box-shadow: 1px 1px 3px 2px #b171dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,113,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b171dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b171dc; -webkit-box-shadow: 1px 1px 3px 2px #b171dc; box-shadow: 1px 1px 3px 2px #b171dc;">
Div content here</div>
This div box has shadow with color #b171dc
Comments
No comments written yet.
Please login to write comment.