Color spaces of #ce75ed
RGB | 206 | 117 | 237 |
---|---|---|---|
HSL | 0.79 | 0.77 | 0.69 |
HSV | 285° | 51° | 93° |
CMYK | 0.13 | 0.51 | 0.00 0.07 |
XYZ | 47.1010 | 31.9588 | 83.8069 |
Yxy | 31.9588 | 0.2892 | 0.1962 |
Hunter Lab | 56.5321 | 49.7901 | -48.3229 |
CIE-Lab | 63.3088 | 53.8224 | -46.5497 |
#ce75ed color RGB value is (206,117,237).
#ce75ed hex color red value is 206, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ce75ed hue: 0.79 , saturation: 0.77 and the lightness value of ce75ed is 0.69.
The process color (four color CMYK) of #ce75ed color hex is 0.13, 0.51, 0.00, 0.07. Web safe color of #ce75ed is #cc66ff. Color #ce75ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01110101 | 11101101 |
Octal | 316 | 165 | 355 |
Decimal | 206 | 117 | 237 |
Hex | CE | 75 | ED |
Shades of #ce75ed
Tints of #ce75ed
RGB Percentages of Color #ce75ed
CMYK Percentages of Color #ce75ed
Complementary Color
#ce75ed | #94ed75 |
#ce75ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce75ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce75ed Color CSS Codes
.mybgcolor {background-color:#ce75ed; } .myforecolor {color:#ce75ed; } .mybordercolor {border:3px solid #ce75ed; }
#ce75ed Text Font Color
<p style="color:#ce75ed">Text here</p>
This sample text font color is #ce75ed
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.
#ce75ed Background Color
<div style="background-color:#ce75ed">
Div content here</div>
This div background color is #ce75ed
#ce75ed Border Color
<div style="border:3px solid #ce75ed">
Div here</div>
This div border color is #ce75ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,117,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce75ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce75ed; -webkit-box-shadow: 1px 1px 3px 2px #ce75ed; box-shadow: 1px 1px 3px 2px #ce75ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,117,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 #ce75ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce75ed; -webkit-box-shadow: 1px 1px 3px 2px #ce75ed; box-shadow: 1px 1px 3px 2px #ce75ed;">
Div content here</div>
This div box has shadow with color #ce75ed
Comments
No comments written yet.
Please login to write comment.