Color spaces of #bd6191
RGB | 189 | 97 | 145 |
---|---|---|---|
HSL | 0.91 | 0.41 | 0.56 |
HSV | 329° | 49° | 74° |
CMYK | 0.00 | 0.49 | 0.23 0.26 |
XYZ | 30.3718 | 21.4125 | 29.3203 |
Yxy | 21.4125 | 0.3745 | 0.2640 |
Hunter Lab | 46.2736 | 36.1800 | -5.1763 |
CIE-Lab | 53.3980 | 42.7036 | -9.4997 |
#bd6191 color RGB value is (189,97,145).
#bd6191 hex color red value is 189, green value is 97 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bd6191 hue: 0.91 , saturation: 0.41 and the lightness value of bd6191 is 0.56.
The process color (four color CMYK) of #bd6191 color hex is 0.00, 0.49, 0.23, 0.26. Web safe color of #bd6191 is #cc6699. Color #bd6191 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100001 | 10010001 |
Octal | 275 | 141 | 221 |
Decimal | 189 | 97 | 145 |
Hex | BD | 61 | 91 |
Shades of #bd6191
Tints of #bd6191
RGB Percentages of Color #bd6191
CMYK Percentages of Color #bd6191
Complementary Color
#bd6191 | #61bd8d |
#bd6191 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd6191 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd6191 Color CSS Codes
.mybgcolor {background-color:#bd6191; } .myforecolor {color:#bd6191; } .mybordercolor {border:3px solid #bd6191; }
#bd6191 Text Font Color
<p style="color:#bd6191">Text here</p>
This sample text font color is #bd6191
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.
#bd6191 Background Color
<div style="background-color:#bd6191">
Div content here</div>
This div background color is #bd6191
#bd6191 Border Color
<div style="border:3px solid #bd6191">
Div here</div>
This div border color is #bd6191
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,97,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd6191; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd6191; -webkit-box-shadow: 1px 1px 3px 2px #bd6191; box-shadow: 1px 1px 3px 2px #bd6191; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,97,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd6191">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd6191; -webkit-box-shadow: 1px 1px 3px 2px #bd6191; box-shadow: 1px 1px 3px 2px #bd6191;">
Div content here</div>
This div box has shadow with color #bd6191
Comments
No comments written yet.
Please login to write comment.