Color spaces of #cbabda
RGB | 203 | 171 | 218 |
---|---|---|---|
HSL | 0.78 | 0.39 | 0.76 |
HSV | 281° | 22° | 85° |
CMYK | 0.07 | 0.22 | 0.00 0.15 |
XYZ | 51.8464 | 46.8843 | 72.6466 |
Yxy | 46.8843 | 0.3025 | 0.2736 |
Hunter Lab | 68.4721 | 15.3322 | -14.9742 |
CIE-Lab | 74.1157 | 20.1060 | -19.3907 |
#cbabda color RGB value is (203,171,218).
#cbabda hex color red value is 203, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cbabda hue: 0.78 , saturation: 0.39 and the lightness value of cbabda is 0.76.
The process color (four color CMYK) of #cbabda color hex is 0.07, 0.22, 0.00, 0.15. Web safe color of #cbabda is #cc99cc. Color #cbabda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101011 | 11011010 |
Octal | 313 | 253 | 332 |
Decimal | 203 | 171 | 218 |
Hex | CB | AB | DA |
Shades of #cbabda
Tints of #cbabda
RGB Percentages of Color #cbabda
CMYK Percentages of Color #cbabda
Complementary Color
#cbabda | #badaab |
#cbabda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbabda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbabda Color CSS Codes
.mybgcolor {background-color:#cbabda; } .myforecolor {color:#cbabda; } .mybordercolor {border:3px solid #cbabda; }
#cbabda Text Font Color
<p style="color:#cbabda">Text here</p>
This sample text font color is #cbabda
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.
#cbabda Background Color
<div style="background-color:#cbabda">
Div content here</div>
This div background color is #cbabda
#cbabda Border Color
<div style="border:3px solid #cbabda">
Div here</div>
This div border color is #cbabda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,171,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbabda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbabda; -webkit-box-shadow: 1px 1px 3px 2px #cbabda; box-shadow: 1px 1px 3px 2px #cbabda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,171,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbabda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbabda; -webkit-box-shadow: 1px 1px 3px 2px #cbabda; box-shadow: 1px 1px 3px 2px #cbabda;">
Div content here</div>
This div box has shadow with color #cbabda
Comments
No comments written yet.
Please login to write comment.