Color spaces of #b89dca
RGB | 184 | 157 | 202 |
---|---|---|---|
HSL | 0.77 | 0.30 | 0.70 |
HSV | 276° | 22° | 79° |
CMYK | 0.09 | 0.22 | 0.00 0.21 |
XYZ | 42.4848 | 38.5686 | 61.0824 |
Yxy | 38.5686 | 0.2989 | 0.2714 |
Hunter Lab | 62.1036 | 13.4297 | -14.8425 |
CIE-Lab | 68.4376 | 18.3425 | -19.3665 |
#b89dca color RGB value is (184,157,202).
#b89dca hex color red value is 184, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b89dca hue: 0.77 , saturation: 0.30 and the lightness value of b89dca is 0.70.
The process color (four color CMYK) of #b89dca color hex is 0.09, 0.22, 0.00, 0.21. Web safe color of #b89dca is #cc99cc. Color #b89dca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011101 | 11001010 |
Octal | 270 | 235 | 312 |
Decimal | 184 | 157 | 202 |
Hex | B8 | 9D | CA |
Shades of #b89dca
Tints of #b89dca
RGB Percentages of Color #b89dca
CMYK Percentages of Color #b89dca
Complementary Color
#b89dca | #afca9d |
#b89dca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b89dca Color Preview on White Background
Lorem ipsum dolor sit amet.
#b89dca Color CSS Codes
.mybgcolor {background-color:#b89dca; } .myforecolor {color:#b89dca; } .mybordercolor {border:3px solid #b89dca; }
#b89dca Text Font Color
<p style="color:#b89dca">Text here</p>
This sample text font color is #b89dca
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.
#b89dca Background Color
<div style="background-color:#b89dca">
Div content here</div>
This div background color is #b89dca
#b89dca Border Color
<div style="border:3px solid #b89dca">
Div here</div>
This div border color is #b89dca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,157,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b89dca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b89dca; -webkit-box-shadow: 1px 1px 3px 2px #b89dca; box-shadow: 1px 1px 3px 2px #b89dca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,157,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b89dca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b89dca; -webkit-box-shadow: 1px 1px 3px 2px #b89dca; box-shadow: 1px 1px 3px 2px #b89dca;">
Div content here</div>
This div box has shadow with color #b89dca
Comments
No comments written yet.
Please login to write comment.