Color spaces of #cb1dda
RGB | 203 | 29 | 218 |
---|---|---|---|
HSL | 0.82 | 0.77 | 0.48 |
HSV | 295° | 87° | 85° |
CMYK | 0.07 | 0.87 | 0.00 0.15 |
XYZ | 37.7229 | 18.6372 | 67.9388 |
Yxy | 18.6372 | 0.3035 | 0.1499 |
Hunter Lab | 43.1708 | 80.4253 | -63.0863 |
CIE-Lab | 50.2600 | 81.8414 | -56.6614 |
#cb1dda color RGB value is (203,29,218).
#cb1dda hex color red value is 203, green value is 29 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cb1dda hue: 0.82 , saturation: 0.77 and the lightness value of cb1dda is 0.48.
The process color (four color CMYK) of #cb1dda color hex is 0.07, 0.87, 0.00, 0.15. Web safe color of #cb1dda is #cc33cc. Color #cb1dda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00011101 | 11011010 |
Octal | 313 | 35 | 332 |
Decimal | 203 | 29 | 218 |
Hex | CB | 1D | DA |
Shades of #cb1dda
Tints of #cb1dda
RGB Percentages of Color #cb1dda
CMYK Percentages of Color #cb1dda
Complementary Color
#cb1dda | #2cda1d |
#cb1dda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb1dda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb1dda Color CSS Codes
.mybgcolor {background-color:#cb1dda; } .myforecolor {color:#cb1dda; } .mybordercolor {border:3px solid #cb1dda; }
#cb1dda Text Font Color
<p style="color:#cb1dda">Text here</p>
This sample text font color is #cb1dda
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.
#cb1dda Background Color
<div style="background-color:#cb1dda">
Div content here</div>
This div background color is #cb1dda
#cb1dda Border Color
<div style="border:3px solid #cb1dda">
Div here</div>
This div border color is #cb1dda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,29,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb1dda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb1dda; -webkit-box-shadow: 1px 1px 3px 2px #cb1dda; box-shadow: 1px 1px 3px 2px #cb1dda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,29,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 #cb1dda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb1dda; -webkit-box-shadow: 1px 1px 3px 2px #cb1dda; box-shadow: 1px 1px 3px 2px #cb1dda;">
Div content here</div>
This div box has shadow with color #cb1dda
Comments
No comments written yet.
Please login to write comment.