Color spaces of #b91bcc
RGB | 185 | 27 | 204 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.45 |
HSV | 294° | 87° | 80° |
CMYK | 0.09 | 0.87 | 0.00 0.20 |
XYZ | 31.2986 | 15.4578 | 58.4608 |
Yxy | 15.4578 | 0.2975 | 0.1469 |
Hunter Lab | 39.3164 | 73.2947 | -60.6387 |
CIE-Lab | 46.2549 | 76.9350 | -55.2181 |
#b91bcc color RGB value is (185,27,204).
#b91bcc hex color red value is 185, green value is 27 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b91bcc hue: 0.82 , saturation: 0.77 and the lightness value of b91bcc is 0.45.
The process color (four color CMYK) of #b91bcc color hex is 0.09, 0.87, 0.00, 0.20. Web safe color of #b91bcc is #cc33cc. Color #b91bcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00011011 | 11001100 |
Octal | 271 | 33 | 314 |
Decimal | 185 | 27 | 204 |
Hex | B9 | 1B | CC |
Shades of #b91bcc
Tints of #b91bcc
RGB Percentages of Color #b91bcc
CMYK Percentages of Color #b91bcc
Complementary Color
#b91bcc | #2ecc1b |
#b91bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b91bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b91bcc Color CSS Codes
.mybgcolor {background-color:#b91bcc; } .myforecolor {color:#b91bcc; } .mybordercolor {border:3px solid #b91bcc; }
#b91bcc Text Font Color
<p style="color:#b91bcc">Text here</p>
This sample text font color is #b91bcc
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.
#b91bcc Background Color
<div style="background-color:#b91bcc">
Div content here</div>
This div background color is #b91bcc
#b91bcc Border Color
<div style="border:3px solid #b91bcc">
Div here</div>
This div border color is #b91bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,27,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b91bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b91bcc; -webkit-box-shadow: 1px 1px 3px 2px #b91bcc; box-shadow: 1px 1px 3px 2px #b91bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,27,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 #b91bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b91bcc; -webkit-box-shadow: 1px 1px 3px 2px #b91bcc; box-shadow: 1px 1px 3px 2px #b91bcc;">
Div content here</div>
This div box has shadow with color #b91bcc
Comments
No comments written yet.
Please login to write comment.