Color spaces of #ce95ff
RGB | 206 | 149 | 255 |
---|---|---|---|
HSL | 0.76 | 1.00 | 0.79 |
HSV | 272° | 42° | 100° |
CMYK | 0.19 | 0.42 | 0.00 0.00 |
XYZ | 54.2510 | 41.8367 | 99.8237 |
Yxy | 41.8367 | 0.2769 | 0.2135 |
Hunter Lab | 64.6813 | 36.5234 | -46.2263 |
CIE-Lab | 70.7582 | 40.7987 | -44.7087 |
#ce95ff color RGB value is (206,149,255).
#ce95ff hex color red value is 206, green value is 149 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ce95ff hue: 0.76 , saturation: 1.00 and the lightness value of ce95ff is 0.79.
The process color (four color CMYK) of #ce95ff color hex is 0.19, 0.42, 0.00, 0.00. Web safe color of #ce95ff is #cc99ff. Color #ce95ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10010101 | 11111111 |
Octal | 316 | 225 | 377 |
Decimal | 206 | 149 | 255 |
Hex | CE | 95 | FF |
Shades of #ce95ff
Tints of #ce95ff
RGB Percentages of Color #ce95ff
CMYK Percentages of Color #ce95ff
Complementary Color
#ce95ff | #c6ff95 |
#ce95ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce95ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce95ff Color CSS Codes
.mybgcolor {background-color:#ce95ff; } .myforecolor {color:#ce95ff; } .mybordercolor {border:3px solid #ce95ff; }
#ce95ff Text Font Color
<p style="color:#ce95ff">Text here</p>
This sample text font color is #ce95ff
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.
#ce95ff Background Color
<div style="background-color:#ce95ff">
Div content here</div>
This div background color is #ce95ff
#ce95ff Border Color
<div style="border:3px solid #ce95ff">
Div here</div>
This div border color is #ce95ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,149,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce95ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce95ff; -webkit-box-shadow: 1px 1px 3px 2px #ce95ff; box-shadow: 1px 1px 3px 2px #ce95ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,149,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce95ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce95ff; -webkit-box-shadow: 1px 1px 3px 2px #ce95ff; box-shadow: 1px 1px 3px 2px #ce95ff;">
Div content here</div>
This div box has shadow with color #ce95ff
#ce95ff Color Palettes
Comments
No comments written yet.
Please login to write comment.