Color spaces of #cb09dd
RGB | 203 | 9 | 221 |
---|---|---|---|
HSL | 0.82 | 0.92 | 0.45 |
HSV | 295° | 96° | 87° |
CMYK | 0.08 | 0.96 | 0.00 0.13 |
XYZ | 37.7774 | 18.1123 | 69.9116 |
Yxy | 18.1123 | 0.3003 | 0.1440 |
Hunter Lab | 42.5585 | 83.9693 | -67.6056 |
CIE-Lab | 49.6320 | 84.7251 | -59.3826 |
#cb09dd color RGB value is (203,9,221).
#cb09dd hex color red value is 203, green value is 9 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb09dd hue: 0.82 , saturation: 0.92 and the lightness value of cb09dd is 0.45.
The process color (four color CMYK) of #cb09dd color hex is 0.08, 0.96, 0.00, 0.13. Web safe color of #cb09dd is #cc00cc. Color #cb09dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00001001 | 11011101 |
Octal | 313 | 11 | 335 |
Decimal | 203 | 9 | 221 |
Hex | CB | 9 | DD |
Shades of #cb09dd
Tints of #cb09dd
RGB Percentages of Color #cb09dd
CMYK Percentages of Color #cb09dd
Complementary Color
#cb09dd | #1bdd09 |
#cb09dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb09dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb09dd Color CSS Codes
.mybgcolor {background-color:#cb09dd; } .myforecolor {color:#cb09dd; } .mybordercolor {border:3px solid #cb09dd; }
#cb09dd Text Font Color
<p style="color:#cb09dd">Text here</p>
This sample text font color is #cb09dd
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.
#cb09dd Background Color
<div style="background-color:#cb09dd">
Div content here</div>
This div background color is #cb09dd
#cb09dd Border Color
<div style="border:3px solid #cb09dd">
Div here</div>
This div border color is #cb09dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,9,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb09dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb09dd; -webkit-box-shadow: 1px 1px 3px 2px #cb09dd; box-shadow: 1px 1px 3px 2px #cb09dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,9,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb09dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb09dd; -webkit-box-shadow: 1px 1px 3px 2px #cb09dd; box-shadow: 1px 1px 3px 2px #cb09dd;">
Div content here</div>
This div box has shadow with color #cb09dd
Comments
No comments written yet.
Please login to write comment.