Color spaces of #ce9edc
RGB | 206 | 158 | 220 |
---|---|---|---|
HSL | 0.80 | 0.47 | 0.74 |
HSV | 286° | 28° | 86° |
CMYK | 0.06 | 0.28 | 0.00 0.14 |
XYZ | 50.5987 | 42.7428 | 73.2935 |
Yxy | 42.7428 | 0.3036 | 0.2565 |
Hunter Lab | 65.3780 | 23.7370 | -20.7038 |
CIE-Lab | 71.3801 | 28.5938 | -24.6245 |
#ce9edc color RGB value is (206,158,220).
#ce9edc hex color red value is 206, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce9edc hue: 0.80 , saturation: 0.47 and the lightness value of ce9edc is 0.74.
The process color (four color CMYK) of #ce9edc color hex is 0.06, 0.28, 0.00, 0.14. Web safe color of #ce9edc is #cc99cc. Color #ce9edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10011110 | 11011100 |
Octal | 316 | 236 | 334 |
Decimal | 206 | 158 | 220 |
Hex | CE | 9E | DC |
Shades of #ce9edc
Tints of #ce9edc
RGB Percentages of Color #ce9edc
CMYK Percentages of Color #ce9edc
Complementary Color
#ce9edc | #acdc9e |
#ce9edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce9edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce9edc Color CSS Codes
.mybgcolor {background-color:#ce9edc; } .myforecolor {color:#ce9edc; } .mybordercolor {border:3px solid #ce9edc; }
#ce9edc Text Font Color
<p style="color:#ce9edc">Text here</p>
This sample text font color is #ce9edc
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.
#ce9edc Background Color
<div style="background-color:#ce9edc">
Div content here</div>
This div background color is #ce9edc
#ce9edc Border Color
<div style="border:3px solid #ce9edc">
Div here</div>
This div border color is #ce9edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,158,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce9edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce9edc; -webkit-box-shadow: 1px 1px 3px 2px #ce9edc; box-shadow: 1px 1px 3px 2px #ce9edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,158,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce9edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce9edc; -webkit-box-shadow: 1px 1px 3px 2px #ce9edc; box-shadow: 1px 1px 3px 2px #ce9edc;">
Div content here</div>
This div box has shadow with color #ce9edc
Comments
No comments written yet.
Please login to write comment.