Color spaces of #b17ebf
RGB | 177 | 126 | 191 |
---|---|---|---|
HSL | 0.80 | 0.34 | 0.62 |
HSV | 287° | 34° | 75° |
CMYK | 0.07 | 0.34 | 0.00 0.25 |
XYZ | 34.9963 | 28.0304 | 52.8561 |
Yxy | 28.0304 | 0.3020 | 0.2419 |
Hunter Lab | 52.9437 | 25.3386 | -22.1312 |
CIE-Lab | 59.9162 | 31.1447 | -26.2940 |
#b17ebf color RGB value is (177,126,191).
#b17ebf hex color red value is 177, green value is 126 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b17ebf hue: 0.80 , saturation: 0.34 and the lightness value of b17ebf is 0.62.
The process color (four color CMYK) of #b17ebf color hex is 0.07, 0.34, 0.00, 0.25. Web safe color of #b17ebf is #9966cc. Color #b17ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 01111110 | 10111111 |
Octal | 261 | 176 | 277 |
Decimal | 177 | 126 | 191 |
Hex | B1 | 7E | BF |
Shades of #b17ebf
Tints of #b17ebf
RGB Percentages of Color #b17ebf
CMYK Percentages of Color #b17ebf
Complementary Color
#b17ebf | #8cbf7e |
#b17ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b17ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b17ebf Color CSS Codes
.mybgcolor {background-color:#b17ebf; } .myforecolor {color:#b17ebf; } .mybordercolor {border:3px solid #b17ebf; }
#b17ebf Text Font Color
<p style="color:#b17ebf">Text here</p>
This sample text font color is #b17ebf
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.
#b17ebf Background Color
<div style="background-color:#b17ebf">
Div content here</div>
This div background color is #b17ebf
#b17ebf Border Color
<div style="border:3px solid #b17ebf">
Div here</div>
This div border color is #b17ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,126,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b17ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b17ebf; -webkit-box-shadow: 1px 1px 3px 2px #b17ebf; box-shadow: 1px 1px 3px 2px #b17ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,126,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b17ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b17ebf; -webkit-box-shadow: 1px 1px 3px 2px #b17ebf; box-shadow: 1px 1px 3px 2px #b17ebf;">
Div content here</div>
This div box has shadow with color #b17ebf
Comments
No comments written yet.
Please login to write comment.