Color spaces of #b187fd
RGB | 177 | 135 | 253 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.76 |
HSV | 261° | 47° | 99° |
CMYK | 0.30 | 0.47 | 0.00 0.01 |
XYZ | 44.5251 | 33.7669 | 97.0994 |
Yxy | 33.7669 | 0.2539 | 0.1925 |
Hunter Lab | 58.1093 | 35.0808 | -58.3958 |
CIE-Lab | 64.7771 | 40.1449 | -53.2371 |
#b187fd color RGB value is (177,135,253).
#b187fd hex color red value is 177, green value is 135 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b187fd hue: 0.73 , saturation: 0.97 and the lightness value of b187fd is 0.76.
The process color (four color CMYK) of #b187fd color hex is 0.30, 0.47, 0.00, 0.01. Web safe color of #b187fd is #9999ff. Color #b187fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000111 | 11111101 |
Octal | 261 | 207 | 375 |
Decimal | 177 | 135 | 253 |
Hex | B1 | 87 | FD |
Shades of #b187fd
Tints of #b187fd
RGB Percentages of Color #b187fd
CMYK Percentages of Color #b187fd
Complementary Color
#b187fd | #d3fd87 |
#b187fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b187fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b187fd Color CSS Codes
.mybgcolor {background-color:#b187fd; } .myforecolor {color:#b187fd; } .mybordercolor {border:3px solid #b187fd; }
#b187fd Text Font Color
<p style="color:#b187fd">Text here</p>
This sample text font color is #b187fd
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.
#b187fd Background Color
<div style="background-color:#b187fd">
Div content here</div>
This div background color is #b187fd
#b187fd Border Color
<div style="border:3px solid #b187fd">
Div here</div>
This div border color is #b187fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,135,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b187fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b187fd; -webkit-box-shadow: 1px 1px 3px 2px #b187fd; box-shadow: 1px 1px 3px 2px #b187fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,135,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b187fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b187fd; -webkit-box-shadow: 1px 1px 3px 2px #b187fd; box-shadow: 1px 1px 3px 2px #b187fd;">
Div content here</div>
This div box has shadow with color #b187fd
Comments
No comments written yet.
Please login to write comment.