Color spaces of #bd669a
RGB | 189 | 102 | 154 |
---|---|---|---|
HSL | 0.90 | 0.40 | 0.57 |
HSV | 324° | 46° | 74° |
CMYK | 0.00 | 0.46 | 0.19 0.26 |
XYZ | 31.5704 | 22.6547 | 33.2807 |
Yxy | 22.6547 | 0.3608 | 0.2589 |
Hunter Lab | 47.5970 | 35.1019 | -8.1388 |
CIE-Lab | 54.7149 | 41.4664 | -12.8005 |
#bd669a color RGB value is (189,102,154).
#bd669a hex color red value is 189, green value is 102 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bd669a hue: 0.90 , saturation: 0.40 and the lightness value of bd669a is 0.57.
The process color (four color CMYK) of #bd669a color hex is 0.00, 0.46, 0.19, 0.26. Web safe color of #bd669a is #cc6699. Color #bd669a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 01100110 | 10011010 |
Octal | 275 | 146 | 232 |
Decimal | 189 | 102 | 154 |
Hex | BD | 66 | 9A |
Shades of #bd669a
Tints of #bd669a
RGB Percentages of Color #bd669a
CMYK Percentages of Color #bd669a
Complementary Color
#bd669a | #66bd89 |
#bd669a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd669a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd669a Color CSS Codes
.mybgcolor {background-color:#bd669a; } .myforecolor {color:#bd669a; } .mybordercolor {border:3px solid #bd669a; }
#bd669a Text Font Color
<p style="color:#bd669a">Text here</p>
This sample text font color is #bd669a
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.
#bd669a Background Color
<div style="background-color:#bd669a">
Div content here</div>
This div background color is #bd669a
#bd669a Border Color
<div style="border:3px solid #bd669a">
Div here</div>
This div border color is #bd669a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,102,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd669a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd669a; -webkit-box-shadow: 1px 1px 3px 2px #bd669a; box-shadow: 1px 1px 3px 2px #bd669a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,102,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd669a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd669a; -webkit-box-shadow: 1px 1px 3px 2px #bd669a; box-shadow: 1px 1px 3px 2px #bd669a;">
Div content here</div>
This div box has shadow with color #bd669a
Comments
No comments written yet.
Please login to write comment.