Color spaces of #cb8cda
RGB | 203 | 140 | 218 |
---|---|---|---|
HSL | 0.80 | 0.51 | 0.70 |
HSV | 288° | 36° | 85° |
CMYK | 0.07 | 0.36 | 0.00 0.15 |
XYZ | 46.6616 | 36.5146 | 70.9184 |
Yxy | 36.5146 | 0.3028 | 0.2370 |
Hunter Lab | 60.4273 | 32.0888 | -27.2845 |
CIE-Lab | 66.9113 | 37.0604 | -30.4152 |
#cb8cda color RGB value is (203,140,218).
#cb8cda hex color red value is 203, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cb8cda hue: 0.80 , saturation: 0.51 and the lightness value of cb8cda is 0.70.
The process color (four color CMYK) of #cb8cda color hex is 0.07, 0.36, 0.00, 0.15. Web safe color of #cb8cda is #cc99cc. Color #cb8cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10001100 | 11011010 |
Octal | 313 | 214 | 332 |
Decimal | 203 | 140 | 218 |
Hex | CB | 8C | DA |
Shades of #cb8cda
Tints of #cb8cda
RGB Percentages of Color #cb8cda
CMYK Percentages of Color #cb8cda
Complementary Color
#cb8cda | #9bda8c |
#cb8cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb8cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb8cda Color CSS Codes
.mybgcolor {background-color:#cb8cda; } .myforecolor {color:#cb8cda; } .mybordercolor {border:3px solid #cb8cda; }
#cb8cda Text Font Color
<p style="color:#cb8cda">Text here</p>
This sample text font color is #cb8cda
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.
#cb8cda Background Color
<div style="background-color:#cb8cda">
Div content here</div>
This div background color is #cb8cda
#cb8cda Border Color
<div style="border:3px solid #cb8cda">
Div here</div>
This div border color is #cb8cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,140,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb8cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb8cda; -webkit-box-shadow: 1px 1px 3px 2px #cb8cda; box-shadow: 1px 1px 3px 2px #cb8cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,140,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 #cb8cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb8cda; -webkit-box-shadow: 1px 1px 3px 2px #cb8cda; box-shadow: 1px 1px 3px 2px #cb8cda;">
Div content here</div>
This div box has shadow with color #cb8cda
Comments
No comments written yet.
Please login to write comment.