Color spaces of #ce59de
RGB | 206 | 89 | 222 |
---|---|---|---|
HSL | 0.81 | 0.67 | 0.61 |
HSV | 293° | 60° | 87° |
CMYK | 0.07 | 0.60 | 0.00 0.13 |
XYZ | 42.2108 | 25.5405 | 71.8123 |
Yxy | 25.5405 | 0.3024 | 0.1830 |
Hunter Lab | 50.5376 | 60.6487 | -48.8728 |
CIE-Lab | 57.5983 | 64.2400 | -47.1973 |
#ce59de color RGB value is (206,89,222).
#ce59de hex color red value is 206, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce59de hue: 0.81 , saturation: 0.67 and the lightness value of ce59de is 0.61.
The process color (four color CMYK) of #ce59de color hex is 0.07, 0.60, 0.00, 0.13. Web safe color of #ce59de is #cc66cc. Color #ce59de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011001 | 11011110 |
Octal | 316 | 131 | 336 |
Decimal | 206 | 89 | 222 |
Hex | CE | 59 | DE |
Shades of #ce59de
Tints of #ce59de
RGB Percentages of Color #ce59de
CMYK Percentages of Color #ce59de
Complementary Color
#ce59de | #69de59 |
#ce59de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce59de Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce59de Color CSS Codes
.mybgcolor {background-color:#ce59de; } .myforecolor {color:#ce59de; } .mybordercolor {border:3px solid #ce59de; }
#ce59de Text Font Color
<p style="color:#ce59de">Text here</p>
This sample text font color is #ce59de
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.
#ce59de Background Color
<div style="background-color:#ce59de">
Div content here</div>
This div background color is #ce59de
#ce59de Border Color
<div style="border:3px solid #ce59de">
Div here</div>
This div border color is #ce59de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,89,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce59de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce59de; -webkit-box-shadow: 1px 1px 3px 2px #ce59de; box-shadow: 1px 1px 3px 2px #ce59de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,89,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce59de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce59de; -webkit-box-shadow: 1px 1px 3px 2px #ce59de; box-shadow: 1px 1px 3px 2px #ce59de;">
Div content here</div>
This div box has shadow with color #ce59de
Comments
No comments written yet.
Please login to write comment.