Color spaces of #b985ce
RGB | 185 | 133 | 206 |
---|---|---|---|
HSL | 0.79 | 0.43 | 0.66 |
HSV | 283° | 35° | 81° |
CMYK | 0.10 | 0.35 | 0.00 0.19 |
XYZ | 39.5357 | 31.5456 | 62.3977 |
Yxy | 31.5456 | 0.2962 | 0.2363 |
Hunter Lab | 56.1655 | 27.3592 | -26.5531 |
CIE-Lab | 62.9655 | 32.8703 | -29.9767 |
#b985ce color RGB value is (185,133,206).
#b985ce hex color red value is 185, green value is 133 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b985ce hue: 0.79 , saturation: 0.43 and the lightness value of b985ce is 0.66.
The process color (four color CMYK) of #b985ce color hex is 0.10, 0.35, 0.00, 0.19. Web safe color of #b985ce is #cc99cc. Color #b985ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 10000101 | 11001110 |
Octal | 271 | 205 | 316 |
Decimal | 185 | 133 | 206 |
Hex | B9 | 85 | CE |
Shades of #b985ce
Tints of #b985ce
RGB Percentages of Color #b985ce
CMYK Percentages of Color #b985ce
Complementary Color
#b985ce | #9ace85 |
#b985ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b985ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#b985ce Color CSS Codes
.mybgcolor {background-color:#b985ce; } .myforecolor {color:#b985ce; } .mybordercolor {border:3px solid #b985ce; }
#b985ce Text Font Color
<p style="color:#b985ce">Text here</p>
This sample text font color is #b985ce
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.
#b985ce Background Color
<div style="background-color:#b985ce">
Div content here</div>
This div background color is #b985ce
#b985ce Border Color
<div style="border:3px solid #b985ce">
Div here</div>
This div border color is #b985ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,133,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b985ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b985ce; -webkit-box-shadow: 1px 1px 3px 2px #b985ce; box-shadow: 1px 1px 3px 2px #b985ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,133,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b985ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b985ce; -webkit-box-shadow: 1px 1px 3px 2px #b985ce; box-shadow: 1px 1px 3px 2px #b985ce;">
Div content here</div>
This div box has shadow with color #b985ce
Comments
No comments written yet.
Please login to write comment.