Color spaces of #ce2def
RGB | 206 | 45 | 239 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.56 |
HSV | 290° | 81° | 94° |
CMYK | 0.14 | 0.81 | 0.00 0.06 |
XYZ | 41.9720 | 21.2306 | 83.5471 |
Yxy | 21.2306 | 0.2860 | 0.1447 |
Hunter Lab | 46.0767 | 81.9644 | -75.2521 |
CIE-Lab | 53.2010 | 82.4734 | -63.7875 |
#ce2def color RGB value is (206,45,239).
#ce2def hex color red value is 206, green value is 45 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ce2def hue: 0.80 , saturation: 0.86 and the lightness value of ce2def is 0.56.
The process color (four color CMYK) of #ce2def color hex is 0.14, 0.81, 0.00, 0.06. Web safe color of #ce2def is #cc33ff. Color #ce2def contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00101101 | 11101111 |
Octal | 316 | 55 | 357 |
Decimal | 206 | 45 | 239 |
Hex | CE | 2D | EF |
Shades of #ce2def
Tints of #ce2def
RGB Percentages of Color #ce2def
CMYK Percentages of Color #ce2def
Complementary Color
#ce2def | #4eef2d |
#ce2def Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce2def Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce2def Color CSS Codes
.mybgcolor {background-color:#ce2def; } .myforecolor {color:#ce2def; } .mybordercolor {border:3px solid #ce2def; }
#ce2def Text Font Color
<p style="color:#ce2def">Text here</p>
This sample text font color is #ce2def
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.
#ce2def Background Color
<div style="background-color:#ce2def">
Div content here</div>
This div background color is #ce2def
#ce2def Border Color
<div style="border:3px solid #ce2def">
Div here</div>
This div border color is #ce2def
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,45,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce2def; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce2def; -webkit-box-shadow: 1px 1px 3px 2px #ce2def; box-shadow: 1px 1px 3px 2px #ce2def; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,45,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce2def">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce2def; -webkit-box-shadow: 1px 1px 3px 2px #ce2def; box-shadow: 1px 1px 3px 2px #ce2def;">
Div content here</div>
This div box has shadow with color #ce2def
Comments
No comments written yet.
Please login to write comment.