Color spaces of #ce9eec
RGB | 206 | 158 | 236 |
---|---|---|---|
HSL | 0.77 | 0.67 | 0.77 |
HSV | 277° | 33° | 93° |
CMYK | 0.13 | 0.33 | 0.00 0.07 |
XYZ | 52.8208 | 43.6317 | 84.9947 |
Yxy | 43.6317 | 0.2911 | 0.2405 |
Hunter Lab | 66.0543 | 27.1438 | -30.0528 |
CIE-Lab | 71.9816 | 31.8480 | -32.4585 |
#ce9eec color RGB value is (206,158,236).
#ce9eec hex color red value is 206, green value is 158 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce9eec hue: 0.77 , saturation: 0.67 and the lightness value of ce9eec is 0.77.
The process color (four color CMYK) of #ce9eec color hex is 0.13, 0.33, 0.00, 0.07. Web safe color of #ce9eec is #cc99ff. Color #ce9eec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10011110 | 11101100 |
Octal | 316 | 236 | 354 |
Decimal | 206 | 158 | 236 |
Hex | CE | 9E | EC |
Shades of #ce9eec
Tints of #ce9eec
RGB Percentages of Color #ce9eec
CMYK Percentages of Color #ce9eec
Complementary Color
#ce9eec | #bcec9e |
#ce9eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce9eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce9eec Color CSS Codes
.mybgcolor {background-color:#ce9eec; } .myforecolor {color:#ce9eec; } .mybordercolor {border:3px solid #ce9eec; }
#ce9eec Text Font Color
<p style="color:#ce9eec">Text here</p>
This sample text font color is #ce9eec
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.
#ce9eec Background Color
<div style="background-color:#ce9eec">
Div content here</div>
This div background color is #ce9eec
#ce9eec Border Color
<div style="border:3px solid #ce9eec">
Div here</div>
This div border color is #ce9eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,158,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce9eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce9eec; -webkit-box-shadow: 1px 1px 3px 2px #ce9eec; box-shadow: 1px 1px 3px 2px #ce9eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,158,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce9eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce9eec; -webkit-box-shadow: 1px 1px 3px 2px #ce9eec; box-shadow: 1px 1px 3px 2px #ce9eec;">
Div content here</div>
This div box has shadow with color #ce9eec
Comments
No comments written yet.
Please login to write comment.