Color spaces of #ce6ffc
RGB | 206 | 111 | 252 |
---|---|---|---|
HSL | 0.78 | 0.96 | 0.71 |
HSV | 280° | 56° | 99° |
CMYK | 0.18 | 0.56 | 0.00 0.01 |
XYZ | 48.7087 | 31.5190 | 95.6120 |
Yxy | 31.5190 | 0.2770 | 0.1792 |
Hunter Lab | 56.1418 | 56.6188 | -61.6743 |
CIE-Lab | 62.9433 | 59.8493 | -55.4108 |
#ce6ffc color RGB value is (206,111,252).
#ce6ffc hex color red value is 206, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce6ffc hue: 0.78 , saturation: 0.96 and the lightness value of ce6ffc is 0.71.
The process color (four color CMYK) of #ce6ffc color hex is 0.18, 0.56, 0.00, 0.01. Web safe color of #ce6ffc is #cc66ff. Color #ce6ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01101111 | 11111100 |
Octal | 316 | 157 | 374 |
Decimal | 206 | 111 | 252 |
Hex | CE | 6F | FC |
Shades of #ce6ffc
Tints of #ce6ffc
RGB Percentages of Color #ce6ffc
CMYK Percentages of Color #ce6ffc
Complementary Color
#ce6ffc | #9dfc6f |
#ce6ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce6ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce6ffc Color CSS Codes
.mybgcolor {background-color:#ce6ffc; } .myforecolor {color:#ce6ffc; } .mybordercolor {border:3px solid #ce6ffc; }
#ce6ffc Text Font Color
<p style="color:#ce6ffc">Text here</p>
This sample text font color is #ce6ffc
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.
#ce6ffc Background Color
<div style="background-color:#ce6ffc">
Div content here</div>
This div background color is #ce6ffc
#ce6ffc Border Color
<div style="border:3px solid #ce6ffc">
Div here</div>
This div border color is #ce6ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,111,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce6ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce6ffc; -webkit-box-shadow: 1px 1px 3px 2px #ce6ffc; box-shadow: 1px 1px 3px 2px #ce6ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,111,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce6ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce6ffc; -webkit-box-shadow: 1px 1px 3px 2px #ce6ffc; box-shadow: 1px 1px 3px 2px #ce6ffc;">
Div content here</div>
This div box has shadow with color #ce6ffc
Comments
No comments written yet.
Please login to write comment.