Color spaces of #b873de
RGB | 184 | 115 | 222 |
---|---|---|---|
HSL | 0.77 | 0.62 | 0.66 |
HSV | 279° | 48° | 87° |
CMYK | 0.17 | 0.48 | 0.00 0.13 |
XYZ | 39.0827 | 27.7257 | 72.3990 |
Yxy | 27.7257 | 0.2808 | 0.1992 |
Hunter Lab | 52.6552 | 40.3429 | -44.6630 |
CIE-Lab | 59.6401 | 45.7730 | -44.1498 |
#b873de color RGB value is (184,115,222).
#b873de hex color red value is 184, green value is 115 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b873de hue: 0.77 , saturation: 0.62 and the lightness value of b873de is 0.66.
The process color (four color CMYK) of #b873de color hex is 0.17, 0.48, 0.00, 0.13. Web safe color of #b873de is #cc66cc. Color #b873de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 01110011 | 11011110 |
Octal | 270 | 163 | 336 |
Decimal | 184 | 115 | 222 |
Hex | B8 | 73 | DE |
Shades of #b873de
Tints of #b873de
RGB Percentages of Color #b873de
CMYK Percentages of Color #b873de
Complementary Color
#b873de | #99de73 |
#b873de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b873de Color Preview on White Background
Lorem ipsum dolor sit amet.
#b873de Color CSS Codes
.mybgcolor {background-color:#b873de; } .myforecolor {color:#b873de; } .mybordercolor {border:3px solid #b873de; }
#b873de Text Font Color
<p style="color:#b873de">Text here</p>
This sample text font color is #b873de
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.
#b873de Background Color
<div style="background-color:#b873de">
Div content here</div>
This div background color is #b873de
#b873de Border Color
<div style="border:3px solid #b873de">
Div here</div>
This div border color is #b873de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,115,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b873de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b873de; -webkit-box-shadow: 1px 1px 3px 2px #b873de; box-shadow: 1px 1px 3px 2px #b873de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,115,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b873de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b873de; -webkit-box-shadow: 1px 1px 3px 2px #b873de; box-shadow: 1px 1px 3px 2px #b873de;">
Div content here</div>
This div box has shadow with color #b873de
Comments
No comments written yet.
Please login to write comment.