Color spaces of #b97dcc
RGB | 185 | 125 | 204 |
---|---|---|---|
HSL | 0.79 | 0.44 | 0.65 |
HSV | 286° | 39° | 80° |
CMYK | 0.09 | 0.39 | 0.00 0.20 |
XYZ | 38.2403 | 29.3412 | 60.7747 |
Yxy | 29.3412 | 0.2979 | 0.2286 |
Hunter Lab | 54.1675 | 31.2214 | -28.6047 |
CIE-Lab | 61.0816 | 36.8690 | -31.7719 |
#b97dcc color RGB value is (185,125,204).
#b97dcc hex color red value is 185, green value is 125 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b97dcc hue: 0.79 , saturation: 0.44 and the lightness value of b97dcc is 0.65.
The process color (four color CMYK) of #b97dcc color hex is 0.09, 0.39, 0.00, 0.20. Web safe color of #b97dcc is #cc66cc. Color #b97dcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 01111101 | 11001100 |
Octal | 271 | 175 | 314 |
Decimal | 185 | 125 | 204 |
Hex | B9 | 7D | CC |
Shades of #b97dcc
Tints of #b97dcc
RGB Percentages of Color #b97dcc
CMYK Percentages of Color #b97dcc
Complementary Color
#b97dcc | #90cc7d |
#b97dcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b97dcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b97dcc Color CSS Codes
.mybgcolor {background-color:#b97dcc; } .myforecolor {color:#b97dcc; } .mybordercolor {border:3px solid #b97dcc; }
#b97dcc Text Font Color
<p style="color:#b97dcc">Text here</p>
This sample text font color is #b97dcc
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.
#b97dcc Background Color
<div style="background-color:#b97dcc">
Div content here</div>
This div background color is #b97dcc
#b97dcc Border Color
<div style="border:3px solid #b97dcc">
Div here</div>
This div border color is #b97dcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,125,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b97dcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b97dcc; -webkit-box-shadow: 1px 1px 3px 2px #b97dcc; box-shadow: 1px 1px 3px 2px #b97dcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,125,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b97dcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b97dcc; -webkit-box-shadow: 1px 1px 3px 2px #b97dcc; box-shadow: 1px 1px 3px 2px #b97dcc;">
Div content here</div>
This div box has shadow with color #b97dcc
Comments
No comments written yet.
Please login to write comment.