Color spaces of #cec3fa
RGB | 206 | 195 | 250 |
---|---|---|---|
HSL | 0.70 | 0.85 | 0.87 |
HSV | 252° | 22° | 98° |
CMYK | 0.18 | 0.22 | 0.00 0.02 |
XYZ | 62.2240 | 59.0542 | 98.5615 |
Yxy | 59.0542 | 0.2830 | 0.2686 |
Hunter Lab | 76.8467 | 10.0525 | -22.2510 |
CIE-Lab | 81.3214 | 14.6647 | -25.6740 |
#cec3fa color RGB value is (206,195,250).
#cec3fa hex color red value is 206, green value is 195 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cec3fa hue: 0.70 , saturation: 0.85 and the lightness value of cec3fa is 0.87.
The process color (four color CMYK) of #cec3fa color hex is 0.18, 0.22, 0.00, 0.02. Web safe color of #cec3fa is #ccccff. Color #cec3fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11000011 | 11111010 |
Octal | 316 | 303 | 372 |
Decimal | 206 | 195 | 250 |
Hex | CE | C3 | FA |
Shades of #cec3fa
Tints of #cec3fa
RGB Percentages of Color #cec3fa
CMYK Percentages of Color #cec3fa
Complementary Color
#cec3fa | #effac3 |
#cec3fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cec3fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#cec3fa Color CSS Codes
.mybgcolor {background-color:#cec3fa; } .myforecolor {color:#cec3fa; } .mybordercolor {border:3px solid #cec3fa; }
#cec3fa Text Font Color
<p style="color:#cec3fa">Text here</p>
This sample text font color is #cec3fa
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.
#cec3fa Background Color
<div style="background-color:#cec3fa">
Div content here</div>
This div background color is #cec3fa
#cec3fa Border Color
<div style="border:3px solid #cec3fa">
Div here</div>
This div border color is #cec3fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,195,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cec3fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cec3fa; -webkit-box-shadow: 1px 1px 3px 2px #cec3fa; box-shadow: 1px 1px 3px 2px #cec3fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,195,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cec3fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cec3fa; -webkit-box-shadow: 1px 1px 3px 2px #cec3fa; box-shadow: 1px 1px 3px 2px #cec3fa;">
Div content here</div>
This div box has shadow with color #cec3fa
#cec3fa Color Palettes
Comments
No comments written yet.
Please login to write comment.