Color spaces of #b184fd
RGB | 177 | 132 | 253 |
---|---|---|---|
HSL | 0.73 | 0.97 | 0.75 |
HSV | 262° | 48° | 99° |
CMYK | 0.30 | 0.48 | 0.00 0.01 |
XYZ | 44.1123 | 32.9415 | 96.9619 |
Yxy | 32.9415 | 0.2535 | 0.1893 |
Hunter Lab | 57.3947 | 36.7505 | -59.9875 |
CIE-Lab | 64.1135 | 41.8015 | -54.2904 |
#b184fd color RGB value is (177,132,253).
#b184fd hex color red value is 177, green value is 132 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b184fd hue: 0.73 , saturation: 0.97 and the lightness value of b184fd is 0.75.
The process color (four color CMYK) of #b184fd color hex is 0.30, 0.48, 0.00, 0.01. Web safe color of #b184fd is #9999ff. Color #b184fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 10000100 | 11111101 |
Octal | 261 | 204 | 375 |
Decimal | 177 | 132 | 253 |
Hex | B1 | 84 | FD |
Shades of #b184fd
Tints of #b184fd
RGB Percentages of Color #b184fd
CMYK Percentages of Color #b184fd
Complementary Color
#b184fd | #d0fd84 |
#b184fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b184fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b184fd Color CSS Codes
.mybgcolor {background-color:#b184fd; } .myforecolor {color:#b184fd; } .mybordercolor {border:3px solid #b184fd; }
#b184fd Text Font Color
<p style="color:#b184fd">Text here</p>
This sample text font color is #b184fd
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.
#b184fd Background Color
<div style="background-color:#b184fd">
Div content here</div>
This div background color is #b184fd
#b184fd Border Color
<div style="border:3px solid #b184fd">
Div here</div>
This div border color is #b184fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,132,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b184fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b184fd; -webkit-box-shadow: 1px 1px 3px 2px #b184fd; box-shadow: 1px 1px 3px 2px #b184fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,132,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 #b184fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b184fd; -webkit-box-shadow: 1px 1px 3px 2px #b184fd; box-shadow: 1px 1px 3px 2px #b184fd;">
Div content here</div>
This div box has shadow with color #b184fd
Comments
No comments written yet.
Please login to write comment.