Color spaces of #b98edc
RGB | 185 | 142 | 220 |
---|---|---|---|
HSL | 0.76 | 0.53 | 0.71 |
HSV | 273° | 35° | 86° |
CMYK | 0.16 | 0.35 | 0.00 0.14 |
XYZ | 42.5989 | 34.8276 | 72.1873 |
Yxy | 34.8276 | 0.2847 | 0.2328 |
Hunter Lab | 59.0149 | 25.5711 | -31.2133 |
CIE-Lab | 65.6142 | 30.8542 | -33.6793 |
#b98edc color RGB value is (185,142,220).
#b98edc hex color red value is 185, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b98edc hue: 0.76 , saturation: 0.53 and the lightness value of b98edc is 0.71.
The process color (four color CMYK) of #b98edc color hex is 0.16, 0.35, 0.00, 0.14. Web safe color of #b98edc is #cc99cc. Color #b98edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10001110 | 11011100 |
Octal | 271 | 216 | 334 |
Decimal | 185 | 142 | 220 |
Hex | B9 | 8E | DC |
Shades of #b98edc
Tints of #b98edc
RGB Percentages of Color #b98edc
CMYK Percentages of Color #b98edc
Complementary Color
#b98edc | #b1dc8e |
#b98edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b98edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b98edc Color CSS Codes
.mybgcolor {background-color:#b98edc; } .myforecolor {color:#b98edc; } .mybordercolor {border:3px solid #b98edc; }
#b98edc Text Font Color
<p style="color:#b98edc">Text here</p>
This sample text font color is #b98edc
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.
#b98edc Background Color
<div style="background-color:#b98edc">
Div content here</div>
This div background color is #b98edc
#b98edc Border Color
<div style="border:3px solid #b98edc">
Div here</div>
This div border color is #b98edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,142,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b98edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b98edc; -webkit-box-shadow: 1px 1px 3px 2px #b98edc; box-shadow: 1px 1px 3px 2px #b98edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,142,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b98edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b98edc; -webkit-box-shadow: 1px 1px 3px 2px #b98edc; box-shadow: 1px 1px 3px 2px #b98edc;">
Div content here</div>
This div box has shadow with color #b98edc
Comments
No comments written yet.
Please login to write comment.