Color spaces of #b89edc
RGB | 184 | 158 | 220 |
---|---|---|---|
HSL | 0.74 | 0.47 | 0.74 |
HSV | 265° | 28° | 86° |
CMYK | 0.16 | 0.28 | 0.00 0.14 |
XYZ | 44.9123 | 39.8114 | 73.0274 |
Yxy | 39.8114 | 0.2847 | 0.2524 |
Hunter Lab | 63.0963 | 16.6389 | -24.4546 |
CIE-Lab | 69.3350 | 21.6213 | -27.9381 |
#b89edc color RGB value is (184,158,220).
#b89edc hex color red value is 184, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b89edc hue: 0.74 , saturation: 0.47 and the lightness value of b89edc is 0.74.
The process color (four color CMYK) of #b89edc color hex is 0.16, 0.28, 0.00, 0.14. Web safe color of #b89edc is #cc99cc. Color #b89edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011110 | 11011100 |
Octal | 270 | 236 | 334 |
Decimal | 184 | 158 | 220 |
Hex | B8 | 9E | DC |
Shades of #b89edc
Tints of #b89edc
RGB Percentages of Color #b89edc
CMYK Percentages of Color #b89edc
Complementary Color
#b89edc | #c2dc9e |
#b89edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b89edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b89edc Color CSS Codes
.mybgcolor {background-color:#b89edc; } .myforecolor {color:#b89edc; } .mybordercolor {border:3px solid #b89edc; }
#b89edc Text Font Color
<p style="color:#b89edc">Text here</p>
This sample text font color is #b89edc
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.
#b89edc Background Color
<div style="background-color:#b89edc">
Div content here</div>
This div background color is #b89edc
#b89edc Border Color
<div style="border:3px solid #b89edc">
Div here</div>
This div border color is #b89edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,158,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b89edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b89edc; -webkit-box-shadow: 1px 1px 3px 2px #b89edc; box-shadow: 1px 1px 3px 2px #b89edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,158,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 #b89edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b89edc; -webkit-box-shadow: 1px 1px 3px 2px #b89edc; box-shadow: 1px 1px 3px 2px #b89edc;">
Div content here</div>
This div box has shadow with color #b89edc
Comments
No comments written yet.
Please login to write comment.