Color spaces of #cea0ed
RGB | 206 | 160 | 237 |
---|---|---|---|
HSL | 0.77 | 0.68 | 0.78 |
HSV | 276° | 32° | 93° |
CMYK | 0.13 | 0.32 | 0.00 0.07 |
XYZ | 53.3105 | 44.3778 | 85.8768 |
Yxy | 44.3778 | 0.2904 | 0.2418 |
Hunter Lab | 66.6167 | 26.2668 | -29.8002 |
CIE-Lab | 72.4803 | 30.9651 | -32.2336 |
#cea0ed color RGB value is (206,160,237).
#cea0ed hex color red value is 206, green value is 160 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cea0ed hue: 0.77 , saturation: 0.68 and the lightness value of cea0ed is 0.78.
The process color (four color CMYK) of #cea0ed color hex is 0.13, 0.32, 0.00, 0.07. Web safe color of #cea0ed is #cc99ff. Color #cea0ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10100000 | 11101101 |
Octal | 316 | 240 | 355 |
Decimal | 206 | 160 | 237 |
Hex | CE | A0 | ED |
Shades of #cea0ed
Tints of #cea0ed
RGB Percentages of Color #cea0ed
CMYK Percentages of Color #cea0ed
Complementary Color
#cea0ed | #bfeda0 |
#cea0ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cea0ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#cea0ed Color CSS Codes
.mybgcolor {background-color:#cea0ed; } .myforecolor {color:#cea0ed; } .mybordercolor {border:3px solid #cea0ed; }
#cea0ed Text Font Color
<p style="color:#cea0ed">Text here</p>
This sample text font color is #cea0ed
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.
#cea0ed Background Color
<div style="background-color:#cea0ed">
Div content here</div>
This div background color is #cea0ed
#cea0ed Border Color
<div style="border:3px solid #cea0ed">
Div here</div>
This div border color is #cea0ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,160,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cea0ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cea0ed; -webkit-box-shadow: 1px 1px 3px 2px #cea0ed; box-shadow: 1px 1px 3px 2px #cea0ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,160,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cea0ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cea0ed; -webkit-box-shadow: 1px 1px 3px 2px #cea0ed; box-shadow: 1px 1px 3px 2px #cea0ed;">
Div content here</div>
This div box has shadow with color #cea0ed
Comments
No comments written yet.
Please login to write comment.