Color spaces of #b93cbd
RGB | 185 | 60 | 189 |
---|---|---|---|
HSL | 0.83 | 0.52 | 0.49 |
HSV | 298° | 68° | 74° |
CMYK | 0.02 | 0.68 | 0.00 0.26 |
XYZ | 30.8088 | 17.2201 | 49.8441 |
Yxy | 17.2201 | 0.3148 | 0.1759 |
Hunter Lab | 41.4971 | 59.9043 | -42.1680 |
CIE-Lab | 48.5362 | 65.2916 | -42.8705 |
#b93cbd color RGB value is (185,60,189).
#b93cbd hex color red value is 185, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b93cbd hue: 0.83 , saturation: 0.52 and the lightness value of b93cbd is 0.49.
The process color (four color CMYK) of #b93cbd color hex is 0.02, 0.68, 0.00, 0.26. Web safe color of #b93cbd is #cc33cc. Color #b93cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111001 | 00111100 | 10111101 |
Octal | 271 | 74 | 275 |
Decimal | 185 | 60 | 189 |
Hex | B9 | 3C | BD |
Shades of #b93cbd
Tints of #b93cbd
RGB Percentages of Color #b93cbd
CMYK Percentages of Color #b93cbd
Complementary Color
#b93cbd | #40bd3c |
#b93cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b93cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b93cbd Color CSS Codes
.mybgcolor {background-color:#b93cbd; } .myforecolor {color:#b93cbd; } .mybordercolor {border:3px solid #b93cbd; }
#b93cbd Text Font Color
<p style="color:#b93cbd">Text here</p>
This sample text font color is #b93cbd
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.
#b93cbd Background Color
<div style="background-color:#b93cbd">
Div content here</div>
This div background color is #b93cbd
#b93cbd Border Color
<div style="border:3px solid #b93cbd">
Div here</div>
This div border color is #b93cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(185,60,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b93cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b93cbd; -webkit-box-shadow: 1px 1px 3px 2px #b93cbd; box-shadow: 1px 1px 3px 2px #b93cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(185,60,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b93cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b93cbd; -webkit-box-shadow: 1px 1px 3px 2px #b93cbd; box-shadow: 1px 1px 3px 2px #b93cbd;">
Div content here</div>
This div box has shadow with color #b93cbd
Comments
No comments written yet.
Please login to write comment.