Color spaces of #ce59ed
RGB | 206 | 89 | 237 |
---|---|---|---|
HSL | 0.80 | 0.80 | 0.64 |
HSV | 287° | 62° | 93° |
CMYK | 0.13 | 0.62 | 0.00 0.07 |
XYZ | 44.3120 | 26.3810 | 82.8773 |
Yxy | 26.3810 | 0.2885 | 0.1718 |
Hunter Lab | 51.3624 | 64.1133 | -59.7153 |
CIE-Lab | 58.3969 | 67.0252 | -54.3383 |
#ce59ed color RGB value is (206,89,237).
#ce59ed hex color red value is 206, green value is 89 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce59ed hue: 0.80 , saturation: 0.80 and the lightness value of ce59ed is 0.64.
The process color (four color CMYK) of #ce59ed color hex is 0.13, 0.62, 0.00, 0.07. Web safe color of #ce59ed is #cc66ff. Color #ce59ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01011001 | 11101101 |
Octal | 316 | 131 | 355 |
Decimal | 206 | 89 | 237 |
Hex | CE | 59 | ED |
Shades of #ce59ed
Tints of #ce59ed
RGB Percentages of Color #ce59ed
CMYK Percentages of Color #ce59ed
Complementary Color
#ce59ed | #78ed59 |
#ce59ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce59ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce59ed Color CSS Codes
.mybgcolor {background-color:#ce59ed; } .myforecolor {color:#ce59ed; } .mybordercolor {border:3px solid #ce59ed; }
#ce59ed Text Font Color
<p style="color:#ce59ed">Text here</p>
This sample text font color is #ce59ed
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.
#ce59ed Background Color
<div style="background-color:#ce59ed">
Div content here</div>
This div background color is #ce59ed
#ce59ed Border Color
<div style="border:3px solid #ce59ed">
Div here</div>
This div border color is #ce59ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,89,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce59ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce59ed; -webkit-box-shadow: 1px 1px 3px 2px #ce59ed; box-shadow: 1px 1px 3px 2px #ce59ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,89,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 #ce59ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce59ed; -webkit-box-shadow: 1px 1px 3px 2px #ce59ed; box-shadow: 1px 1px 3px 2px #ce59ed;">
Div content here</div>
This div box has shadow with color #ce59ed
Comments
No comments written yet.
Please login to write comment.