Color spaces of #c0bdda
RGB | 192 | 189 | 218 |
---|---|---|---|
HSL | 0.68 | 0.28 | 0.80 |
HSV | 246° | 13° | 85° |
CMYK | 0.12 | 0.13 | 0.00 0.15 |
XYZ | 52.5907 | 52.6636 | 73.7229 |
Yxy | 52.6636 | 0.2938 | 0.2942 |
Hunter Lab | 72.5697 | 2.3606 | -9.4334 |
CIE-Lab | 77.6760 | 6.7057 | -14.1111 |
#c0bdda color RGB value is (192,189,218).
#c0bdda hex color red value is 192, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c0bdda hue: 0.68 , saturation: 0.28 and the lightness value of c0bdda is 0.80.
The process color (four color CMYK) of #c0bdda color hex is 0.12, 0.13, 0.00, 0.15. Web safe color of #c0bdda is #cccccc. Color #c0bdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10111101 | 11011010 |
Octal | 300 | 275 | 332 |
Decimal | 192 | 189 | 218 |
Hex | C0 | BD | DA |
Shades of #c0bdda
Tints of #c0bdda
RGB Percentages of Color #c0bdda
CMYK Percentages of Color #c0bdda
Complementary Color
#c0bdda | #d7dabd |
#c0bdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0bdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0bdda Color CSS Codes
.mybgcolor {background-color:#c0bdda; } .myforecolor {color:#c0bdda; } .mybordercolor {border:3px solid #c0bdda; }
#c0bdda Text Font Color
<p style="color:#c0bdda">Text here</p>
This sample text font color is #c0bdda
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.
#c0bdda Background Color
<div style="background-color:#c0bdda">
Div content here</div>
This div background color is #c0bdda
#c0bdda Border Color
<div style="border:3px solid #c0bdda">
Div here</div>
This div border color is #c0bdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,189,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0bdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0bdda; -webkit-box-shadow: 1px 1px 3px 2px #c0bdda; box-shadow: 1px 1px 3px 2px #c0bdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,189,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 #c0bdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0bdda; -webkit-box-shadow: 1px 1px 3px 2px #c0bdda; box-shadow: 1px 1px 3px 2px #c0bdda;">
Div content here</div>
This div box has shadow with color #c0bdda
Comments
No comments written yet.
Please login to write comment.