Color spaces of #b99ced
RGB | 185 | 156 | 237 |
---|---|---|---|
HSL | 0.73 | 0.69 | 0.77 |
HSV | 261° | 34° | 93° |
CMYK | 0.22 | 0.34 | 0.00 0.07 |
XYZ | 47.1821 | 40.2056 | 85.3945 |
Yxy | 40.2056 | 0.2731 | 0.2327 |
Hunter Lab | 63.4079 | 21.8589 | -35.4632 |
CIE-Lab | 69.6157 | 26.8644 | -36.8259 |
#b99ced color RGB value is (185,156,237).
#b99ced hex color red value is 185, green value is 156 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b99ced hue: 0.73 , saturation: 0.69 and the lightness value of b99ced is 0.77.
The process color (four color CMYK) of #b99ced color hex is 0.22, 0.34, 0.00, 0.07. Web safe color of #b99ced is #cc99ff. Color #b99ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10011100 | 11101101 |
Octal | 271 | 234 | 355 |
Decimal | 185 | 156 | 237 |
Hex | B9 | 9C | ED |
Shades of #b99ced
Tints of #b99ced
RGB Percentages of Color #b99ced
CMYK Percentages of Color #b99ced
Complementary Color
#b99ced | #d0ed9c |
#b99ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b99ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#b99ced Color CSS Codes
.mybgcolor {background-color:#b99ced; } .myforecolor {color:#b99ced; } .mybordercolor {border:3px solid #b99ced; }
#b99ced Text Font Color
<p style="color:#b99ced">Text here</p>
This sample text font color is #b99ced
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.
#b99ced Background Color
<div style="background-color:#b99ced">
Div content here</div>
This div background color is #b99ced
#b99ced Border Color
<div style="border:3px solid #b99ced">
Div here</div>
This div border color is #b99ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,156,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b99ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b99ced; -webkit-box-shadow: 1px 1px 3px 2px #b99ced; box-shadow: 1px 1px 3px 2px #b99ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,156,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b99ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b99ced; -webkit-box-shadow: 1px 1px 3px 2px #b99ced; box-shadow: 1px 1px 3px 2px #b99ced;">
Div content here</div>
This div box has shadow with color #b99ced
Comments
No comments written yet.
Please login to write comment.