Color spaces of #bda6ca
RGB | 189 | 166 | 202 |
---|---|---|---|
HSL | 0.77 | 0.25 | 0.72 |
HSV | 278° | 18° | 79° |
CMYK | 0.06 | 0.18 | 0.00 0.21 |
XYZ | 45.2832 | 42.3555 | 61.6659 |
Yxy | 42.3555 | 0.3033 | 0.2837 |
Hunter Lab | 65.0811 | 10.3077 | -10.6219 |
CIE-Lab | 71.1153 | 15.0165 | -15.2733 |
#bda6ca color RGB value is (189,166,202).
#bda6ca hex color red value is 189, green value is 166 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bda6ca hue: 0.77 , saturation: 0.25 and the lightness value of bda6ca is 0.72.
The process color (four color CMYK) of #bda6ca color hex is 0.06, 0.18, 0.00, 0.21. Web safe color of #bda6ca is #cc99cc. Color #bda6ca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100110 | 11001010 |
Octal | 275 | 246 | 312 |
Decimal | 189 | 166 | 202 |
Hex | BD | A6 | CA |
Shades of #bda6ca
Tints of #bda6ca
RGB Percentages of Color #bda6ca
CMYK Percentages of Color #bda6ca
Complementary Color
#bda6ca | #b3caa6 |
#bda6ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda6ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda6ca Color CSS Codes
.mybgcolor {background-color:#bda6ca; } .myforecolor {color:#bda6ca; } .mybordercolor {border:3px solid #bda6ca; }
#bda6ca Text Font Color
<p style="color:#bda6ca">Text here</p>
This sample text font color is #bda6ca
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.
#bda6ca Background Color
<div style="background-color:#bda6ca">
Div content here</div>
This div background color is #bda6ca
#bda6ca Border Color
<div style="border:3px solid #bda6ca">
Div here</div>
This div border color is #bda6ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,166,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda6ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda6ca; -webkit-box-shadow: 1px 1px 3px 2px #bda6ca; box-shadow: 1px 1px 3px 2px #bda6ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,166,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda6ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda6ca; -webkit-box-shadow: 1px 1px 3px 2px #bda6ca; box-shadow: 1px 1px 3px 2px #bda6ca;">
Div content here</div>
This div box has shadow with color #bda6ca
Comments
No comments written yet.
Please login to write comment.