Color spaces of #ce6dfd
RGB | 206 | 109 | 253 |
---|---|---|---|
HSL | 0.78 | 0.97 | 0.71 |
HSV | 280° | 57° | 99° |
CMYK | 0.19 | 0.57 | 0.00 0.01 |
XYZ | 48.6519 | 31.1509 | 96.3770 |
Yxy | 31.1509 | 0.2761 | 0.1768 |
Hunter Lab | 55.8130 | 57.9248 | -63.3120 |
CIE-Lab | 62.6348 | 61.0235 | -56.4522 |
#ce6dfd color RGB value is (206,109,253).
#ce6dfd hex color red value is 206, green value is 109 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ce6dfd hue: 0.78 , saturation: 0.97 and the lightness value of ce6dfd is 0.71.
The process color (four color CMYK) of #ce6dfd color hex is 0.19, 0.57, 0.00, 0.01. Web safe color of #ce6dfd is #cc66ff. Color #ce6dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01101101 | 11111101 |
Octal | 316 | 155 | 375 |
Decimal | 206 | 109 | 253 |
Hex | CE | 6D | FD |
Shades of #ce6dfd
Tints of #ce6dfd
RGB Percentages of Color #ce6dfd
CMYK Percentages of Color #ce6dfd
Complementary Color
#ce6dfd | #9cfd6d |
#ce6dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce6dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce6dfd Color CSS Codes
.mybgcolor {background-color:#ce6dfd; } .myforecolor {color:#ce6dfd; } .mybordercolor {border:3px solid #ce6dfd; }
#ce6dfd Text Font Color
<p style="color:#ce6dfd">Text here</p>
This sample text font color is #ce6dfd
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.
#ce6dfd Background Color
<div style="background-color:#ce6dfd">
Div content here</div>
This div background color is #ce6dfd
#ce6dfd Border Color
<div style="border:3px solid #ce6dfd">
Div here</div>
This div border color is #ce6dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,109,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce6dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce6dfd; -webkit-box-shadow: 1px 1px 3px 2px #ce6dfd; box-shadow: 1px 1px 3px 2px #ce6dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,109,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce6dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce6dfd; -webkit-box-shadow: 1px 1px 3px 2px #ce6dfd; box-shadow: 1px 1px 3px 2px #ce6dfd;">
Div content here</div>
This div box has shadow with color #ce6dfd
Comments
No comments written yet.
Please login to write comment.