Color spaces of #ce9cfe
RGB | 206 | 156 | 254 |
---|---|---|---|
HSL | 0.75 | 0.98 | 0.80 |
HSV | 271° | 39° | 100° |
CMYK | 0.19 | 0.39 | 0.00 0.00 |
XYZ | 55.2315 | 44.0545 | 99.3583 |
Yxy | 44.0545 | 0.2780 | 0.2218 |
Hunter Lab | 66.3736 | 32.3816 | -42.2930 |
CIE-Lab | 72.2649 | 36.7880 | -41.8085 |
#ce9cfe color RGB value is (206,156,254).
#ce9cfe hex color red value is 206, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce9cfe hue: 0.75 , saturation: 0.98 and the lightness value of ce9cfe is 0.80.
The process color (four color CMYK) of #ce9cfe color hex is 0.19, 0.39, 0.00, 0.00. Web safe color of #ce9cfe is #cc99ff. Color #ce9cfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10011100 | 11111110 |
Octal | 316 | 234 | 376 |
Decimal | 206 | 156 | 254 |
Hex | CE | 9C | FE |
Shades of #ce9cfe
Tints of #ce9cfe
RGB Percentages of Color #ce9cfe
CMYK Percentages of Color #ce9cfe
Complementary Color
#ce9cfe | #ccfe9c |
#ce9cfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce9cfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce9cfe Color CSS Codes
.mybgcolor {background-color:#ce9cfe; } .myforecolor {color:#ce9cfe; } .mybordercolor {border:3px solid #ce9cfe; }
#ce9cfe Text Font Color
<p style="color:#ce9cfe">Text here</p>
This sample text font color is #ce9cfe
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.
#ce9cfe Background Color
<div style="background-color:#ce9cfe">
Div content here</div>
This div background color is #ce9cfe
#ce9cfe Border Color
<div style="border:3px solid #ce9cfe">
Div here</div>
This div border color is #ce9cfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,156,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce9cfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce9cfe; -webkit-box-shadow: 1px 1px 3px 2px #ce9cfe; box-shadow: 1px 1px 3px 2px #ce9cfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,156,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce9cfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce9cfe; -webkit-box-shadow: 1px 1px 3px 2px #ce9cfe; box-shadow: 1px 1px 3px 2px #ce9cfe;">
Div content here</div>
This div box has shadow with color #ce9cfe
Comments
No comments written yet.
Please login to write comment.