Color spaces of #bd4cbf
RGB | 189 | 76 | 191 |
---|---|---|---|
HSL | 0.83 | 0.47 | 0.52 |
HSV | 299° | 60° | 75° |
CMYK | 0.01 | 0.60 | 0.00 0.25 |
XYZ | 32.9747 | 19.7493 | 51.3643 |
Yxy | 19.7493 | 0.3168 | 0.1897 |
Hunter Lab | 44.4402 | 54.6770 | -37.4197 |
CIE-Lab | 51.5526 | 60.1569 | -39.2211 |
#bd4cbf color RGB value is (189,76,191).
#bd4cbf hex color red value is 189, green value is 76 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bd4cbf hue: 0.83 , saturation: 0.47 and the lightness value of bd4cbf is 0.52.
The process color (four color CMYK) of #bd4cbf color hex is 0.01, 0.60, 0.00, 0.25. Web safe color of #bd4cbf is #cc33cc. Color #bd4cbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01001100 | 10111111 |
Octal | 275 | 114 | 277 |
Decimal | 189 | 76 | 191 |
Hex | BD | 4C | BF |
Shades of #bd4cbf
Tints of #bd4cbf
RGB Percentages of Color #bd4cbf
CMYK Percentages of Color #bd4cbf
Complementary Color
#bd4cbf | #4ebf4c |
#bd4cbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd4cbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd4cbf Color CSS Codes
.mybgcolor {background-color:#bd4cbf; } .myforecolor {color:#bd4cbf; } .mybordercolor {border:3px solid #bd4cbf; }
#bd4cbf Text Font Color
<p style="color:#bd4cbf">Text here</p>
This sample text font color is #bd4cbf
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.
#bd4cbf Background Color
<div style="background-color:#bd4cbf">
Div content here</div>
This div background color is #bd4cbf
#bd4cbf Border Color
<div style="border:3px solid #bd4cbf">
Div here</div>
This div border color is #bd4cbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,76,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd4cbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd4cbf; -webkit-box-shadow: 1px 1px 3px 2px #bd4cbf; box-shadow: 1px 1px 3px 2px #bd4cbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,76,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd4cbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd4cbf; -webkit-box-shadow: 1px 1px 3px 2px #bd4cbf; box-shadow: 1px 1px 3px 2px #bd4cbf;">
Div content here</div>
This div box has shadow with color #bd4cbf
Comments
No comments written yet.
Please login to write comment.