Color spaces of #ce49ec
RGB | 206 | 73 | 236 |
---|---|---|---|
HSL | 0.80 | 0.81 | 0.61 |
HSV | 289° | 69° | 93° |
CMYK | 0.13 | 0.69 | 0.00 0.07 |
XYZ | 42.9765 | 23.9430 | 81.7132 |
Yxy | 23.9430 | 0.2891 | 0.1611 |
Hunter Lab | 48.9316 | 71.1459 | -64.7591 |
CIE-Lab | 56.0307 | 73.2899 | -57.5590 |
#ce49ec color RGB value is (206,73,236).
#ce49ec hex color red value is 206, green value is 73 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ce49ec hue: 0.80 , saturation: 0.81 and the lightness value of ce49ec is 0.61.
The process color (four color CMYK) of #ce49ec color hex is 0.13, 0.69, 0.00, 0.07. Web safe color of #ce49ec is #cc33ff. Color #ce49ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01001001 | 11101100 |
Octal | 316 | 111 | 354 |
Decimal | 206 | 73 | 236 |
Hex | CE | 49 | EC |
Shades of #ce49ec
Tints of #ce49ec
RGB Percentages of Color #ce49ec
CMYK Percentages of Color #ce49ec
Complementary Color
#ce49ec | #67ec49 |
#ce49ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce49ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce49ec Color CSS Codes
.mybgcolor {background-color:#ce49ec; } .myforecolor {color:#ce49ec; } .mybordercolor {border:3px solid #ce49ec; }
#ce49ec Text Font Color
<p style="color:#ce49ec">Text here</p>
This sample text font color is #ce49ec
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.
#ce49ec Background Color
<div style="background-color:#ce49ec">
Div content here</div>
This div background color is #ce49ec
#ce49ec Border Color
<div style="border:3px solid #ce49ec">
Div here</div>
This div border color is #ce49ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,73,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce49ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce49ec; -webkit-box-shadow: 1px 1px 3px 2px #ce49ec; box-shadow: 1px 1px 3px 2px #ce49ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,73,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce49ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce49ec; -webkit-box-shadow: 1px 1px 3px 2px #ce49ec; box-shadow: 1px 1px 3px 2px #ce49ec;">
Div content here</div>
This div box has shadow with color #ce49ec
Comments
No comments written yet.
Please login to write comment.