Color spaces of #ce90df
RGB | 206 | 144 | 223 |
---|---|---|---|
HSL | 0.80 | 0.55 | 0.72 |
HSV | 287° | 35° | 87° |
CMYK | 0.08 | 0.35 | 0.00 0.13 |
XYZ | 48.7461 | 38.3960 | 74.6540 |
Yxy | 38.3960 | 0.3013 | 0.2373 |
Hunter Lab | 61.9645 | 31.9841 | -28.0566 |
CIE-Lab | 68.3115 | 36.8131 | -30.9931 |
#ce90df color RGB value is (206,144,223).
#ce90df hex color red value is 206, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ce90df hue: 0.80 , saturation: 0.55 and the lightness value of ce90df is 0.72.
The process color (four color CMYK) of #ce90df color hex is 0.08, 0.35, 0.00, 0.13. Web safe color of #ce90df is #cc99cc. Color #ce90df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10010000 | 11011111 |
Octal | 316 | 220 | 337 |
Decimal | 206 | 144 | 223 |
Hex | CE | 90 | DF |
Shades of #ce90df
Tints of #ce90df
RGB Percentages of Color #ce90df
CMYK Percentages of Color #ce90df
Complementary Color
#ce90df | #a1df90 |
#ce90df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce90df Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce90df Color CSS Codes
.mybgcolor {background-color:#ce90df; } .myforecolor {color:#ce90df; } .mybordercolor {border:3px solid #ce90df; }
#ce90df Text Font Color
<p style="color:#ce90df">Text here</p>
This sample text font color is #ce90df
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.
#ce90df Background Color
<div style="background-color:#ce90df">
Div content here</div>
This div background color is #ce90df
#ce90df Border Color
<div style="border:3px solid #ce90df">
Div here</div>
This div border color is #ce90df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,144,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce90df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce90df; -webkit-box-shadow: 1px 1px 3px 2px #ce90df; box-shadow: 1px 1px 3px 2px #ce90df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,144,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce90df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce90df; -webkit-box-shadow: 1px 1px 3px 2px #ce90df; box-shadow: 1px 1px 3px 2px #ce90df;">
Div content here</div>
This div box has shadow with color #ce90df
Comments
No comments written yet.
Please login to write comment.