Color spaces of #ce16dd
RGB | 206 | 22 | 221 |
---|---|---|---|
HSL | 0.82 | 0.82 | 0.48 |
HSV | 295° | 90° | 87° |
CMYK | 0.07 | 0.90 | 0.00 0.13 |
XYZ | 38.7917 | 18.9161 | 70.0132 |
Yxy | 18.9161 | 0.3037 | 0.1481 |
Hunter Lab | 43.4926 | 83.0945 | -64.9985 |
CIE-Lab | 50.5889 | 83.8618 | -57.8164 |
#ce16dd color RGB value is (206,22,221).
#ce16dd hex color red value is 206, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce16dd hue: 0.82 , saturation: 0.82 and the lightness value of ce16dd is 0.48.
The process color (four color CMYK) of #ce16dd color hex is 0.07, 0.90, 0.00, 0.13. Web safe color of #ce16dd is #cc00cc. Color #ce16dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00010110 | 11011101 |
Octal | 316 | 26 | 335 |
Decimal | 206 | 22 | 221 |
Hex | CE | 16 | DD |
Shades of #ce16dd
Tints of #ce16dd
RGB Percentages of Color #ce16dd
CMYK Percentages of Color #ce16dd
Complementary Color
#ce16dd | #25dd16 |
#ce16dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce16dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce16dd Color CSS Codes
.mybgcolor {background-color:#ce16dd; } .myforecolor {color:#ce16dd; } .mybordercolor {border:3px solid #ce16dd; }
#ce16dd Text Font Color
<p style="color:#ce16dd">Text here</p>
This sample text font color is #ce16dd
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.
#ce16dd Background Color
<div style="background-color:#ce16dd">
Div content here</div>
This div background color is #ce16dd
#ce16dd Border Color
<div style="border:3px solid #ce16dd">
Div here</div>
This div border color is #ce16dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,22,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce16dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce16dd; -webkit-box-shadow: 1px 1px 3px 2px #ce16dd; box-shadow: 1px 1px 3px 2px #ce16dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,22,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 #ce16dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce16dd; -webkit-box-shadow: 1px 1px 3px 2px #ce16dd; box-shadow: 1px 1px 3px 2px #ce16dd;">
Div content here</div>
This div box has shadow with color #ce16dd
Comments
No comments written yet.
Please login to write comment.