Color spaces of #ce11da
RGB | 206 | 17 | 218 |
---|---|---|---|
HSL | 0.82 | 0.86 | 0.46 |
HSV | 296° | 92° | 85° |
CMYK | 0.06 | 0.92 | 0.00 0.15 |
XYZ | 38.3089 | 18.5847 | 67.8978 |
Yxy | 18.5847 | 0.3070 | 0.1489 |
Hunter Lab | 43.1100 | 83.1783 | -63.2042 |
CIE-Lab | 50.1977 | 84.0027 | -56.7344 |
#ce11da color RGB value is (206,17,218).
#ce11da hex color red value is 206, green value is 17 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce11da hue: 0.82 , saturation: 0.86 and the lightness value of ce11da is 0.46.
The process color (four color CMYK) of #ce11da color hex is 0.06, 0.92, 0.00, 0.15. Web safe color of #ce11da is #cc00cc. Color #ce11da contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00010001 | 11011010 |
Octal | 316 | 21 | 332 |
Decimal | 206 | 17 | 218 |
Hex | CE | 11 | DA |
Shades of #ce11da
Tints of #ce11da
RGB Percentages of Color #ce11da
CMYK Percentages of Color #ce11da
Complementary Color
#ce11da | #1dda11 |
#ce11da Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce11da Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce11da Color CSS Codes
.mybgcolor {background-color:#ce11da; } .myforecolor {color:#ce11da; } .mybordercolor {border:3px solid #ce11da; }
#ce11da Text Font Color
<p style="color:#ce11da">Text here</p>
This sample text font color is #ce11da
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.
#ce11da Background Color
<div style="background-color:#ce11da">
Div content here</div>
This div background color is #ce11da
#ce11da Border Color
<div style="border:3px solid #ce11da">
Div here</div>
This div border color is #ce11da
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,17,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce11da; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce11da; -webkit-box-shadow: 1px 1px 3px 2px #ce11da; box-shadow: 1px 1px 3px 2px #ce11da; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,17,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 #ce11da">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce11da; -webkit-box-shadow: 1px 1px 3px 2px #ce11da; box-shadow: 1px 1px 3px 2px #ce11da;">
Div content here</div>
This div box has shadow with color #ce11da
Comments
No comments written yet.
Please login to write comment.