Color spaces of #cba0da
RGB | 203 | 160 | 218 |
---|---|---|---|
HSL | 0.79 | 0.44 | 0.74 |
HSV | 284° | 27° | 85° |
CMYK | 0.07 | 0.27 | 0.00 0.15 |
XYZ | 49.8543 | 42.9001 | 71.9826 |
Yxy | 42.9001 | 0.3026 | 0.2604 |
Hunter Lab | 65.4982 | 21.2445 | -19.3111 |
CIE-Lab | 71.4871 | 26.1352 | -23.3886 |
#cba0da color RGB value is (203,160,218).
#cba0da hex color red value is 203, green value is 160 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cba0da hue: 0.79 , saturation: 0.44 and the lightness value of cba0da is 0.74.
The process color (four color CMYK) of #cba0da color hex is 0.07, 0.27, 0.00, 0.15. Web safe color of #cba0da is #cc99cc. Color #cba0da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10100000 | 11011010 |
Octal | 313 | 240 | 332 |
Decimal | 203 | 160 | 218 |
Hex | CB | A0 | DA |
Shades of #cba0da
Tints of #cba0da
RGB Percentages of Color #cba0da
CMYK Percentages of Color #cba0da
Complementary Color
#cba0da | #afdaa0 |
#cba0da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cba0da Color Preview on White Background
Lorem ipsum dolor sit amet.
#cba0da Color CSS Codes
.mybgcolor {background-color:#cba0da; } .myforecolor {color:#cba0da; } .mybordercolor {border:3px solid #cba0da; }
#cba0da Text Font Color
<p style="color:#cba0da">Text here</p>
This sample text font color is #cba0da
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.
#cba0da Background Color
<div style="background-color:#cba0da">
Div content here</div>
This div background color is #cba0da
#cba0da Border Color
<div style="border:3px solid #cba0da">
Div here</div>
This div border color is #cba0da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,160,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cba0da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cba0da; -webkit-box-shadow: 1px 1px 3px 2px #cba0da; box-shadow: 1px 1px 3px 2px #cba0da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,160,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 #cba0da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cba0da; -webkit-box-shadow: 1px 1px 3px 2px #cba0da; box-shadow: 1px 1px 3px 2px #cba0da;">
Div content here</div>
This div box has shadow with color #cba0da
Comments
No comments written yet.
Please login to write comment.