Color spaces of #b17dc4
RGB | 177 | 125 | 196 |
---|---|---|---|
HSL | 0.79 | 0.38 | 0.63 |
HSV | 284° | 36° | 77° |
CMYK | 0.10 | 0.36 | 0.00 0.23 |
XYZ | 35.4289 | 27.9999 | 55.7618 |
Yxy | 27.9999 | 0.2972 | 0.2349 |
Hunter Lab | 52.9149 | 26.9126 | -25.4394 |
CIE-Lab | 59.8886 | 32.7340 | -29.1706 |
#b17dc4 color RGB value is (177,125,196).
#b17dc4 hex color red value is 177, green value is 125 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b17dc4 hue: 0.79 , saturation: 0.38 and the lightness value of b17dc4 is 0.63.
The process color (four color CMYK) of #b17dc4 color hex is 0.10, 0.36, 0.00, 0.23. Web safe color of #b17dc4 is #9966cc. Color #b17dc4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01111101 | 11000100 |
Octal | 261 | 175 | 304 |
Decimal | 177 | 125 | 196 |
Hex | B1 | 7D | C4 |
Shades of #b17dc4
Tints of #b17dc4
RGB Percentages of Color #b17dc4
CMYK Percentages of Color #b17dc4
Complementary Color
#b17dc4 | #90c47d |
#b17dc4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b17dc4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b17dc4 Color CSS Codes
.mybgcolor {background-color:#b17dc4; } .myforecolor {color:#b17dc4; } .mybordercolor {border:3px solid #b17dc4; }
#b17dc4 Text Font Color
<p style="color:#b17dc4">Text here</p>
This sample text font color is #b17dc4
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.
#b17dc4 Background Color
<div style="background-color:#b17dc4">
Div content here</div>
This div background color is #b17dc4
#b17dc4 Border Color
<div style="border:3px solid #b17dc4">
Div here</div>
This div border color is #b17dc4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,125,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b17dc4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b17dc4; -webkit-box-shadow: 1px 1px 3px 2px #b17dc4; box-shadow: 1px 1px 3px 2px #b17dc4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,125,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b17dc4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b17dc4; -webkit-box-shadow: 1px 1px 3px 2px #b17dc4; box-shadow: 1px 1px 3px 2px #b17dc4;">
Div content here</div>
This div box has shadow with color #b17dc4
Comments
No comments written yet.
Please login to write comment.