Color spaces of #ce36dc
RGB | 206 | 54 | 220 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.54 |
HSV | 295° | 75° | 86° |
CMYK | 0.06 | 0.75 | 0.00 0.14 |
XYZ | 39.6910 | 20.9275 | 69.6576 |
Yxy | 20.9275 | 0.3047 | 0.1606 |
Hunter Lab | 45.7466 | 74.8150 | -58.2573 |
CIE-Lab | 52.8701 | 76.8734 | -53.5906 |
#ce36dc color RGB value is (206,54,220).
#ce36dc hex color red value is 206, green value is 54 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce36dc hue: 0.82 , saturation: 0.70 and the lightness value of ce36dc is 0.54.
The process color (four color CMYK) of #ce36dc color hex is 0.06, 0.75, 0.00, 0.14. Web safe color of #ce36dc is #cc33cc. Color #ce36dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00110110 | 11011100 |
Octal | 316 | 66 | 334 |
Decimal | 206 | 54 | 220 |
Hex | CE | 36 | DC |
Shades of #ce36dc
Tints of #ce36dc
RGB Percentages of Color #ce36dc
CMYK Percentages of Color #ce36dc
Complementary Color
#ce36dc | #44dc36 |
#ce36dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce36dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce36dc Color CSS Codes
.mybgcolor {background-color:#ce36dc; } .myforecolor {color:#ce36dc; } .mybordercolor {border:3px solid #ce36dc; }
#ce36dc Text Font Color
<p style="color:#ce36dc">Text here</p>
This sample text font color is #ce36dc
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.
#ce36dc Background Color
<div style="background-color:#ce36dc">
Div content here</div>
This div background color is #ce36dc
#ce36dc Border Color
<div style="border:3px solid #ce36dc">
Div here</div>
This div border color is #ce36dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,54,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce36dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce36dc; -webkit-box-shadow: 1px 1px 3px 2px #ce36dc; box-shadow: 1px 1px 3px 2px #ce36dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,54,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce36dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce36dc; -webkit-box-shadow: 1px 1px 3px 2px #ce36dc; box-shadow: 1px 1px 3px 2px #ce36dc;">
Div content here</div>
This div box has shadow with color #ce36dc
Comments
No comments written yet.
Please login to write comment.