Color spaces of #ce3bdc
RGB | 206 | 59 | 220 |
---|---|---|---|
HSL | 0.82 | 0.70 | 0.55 |
HSV | 295° | 73° | 86° |
CMYK | 0.06 | 0.73 | 0.00 0.14 |
XYZ | 39.9358 | 21.4170 | 69.7392 |
Yxy | 21.4170 | 0.3046 | 0.1634 |
Hunter Lab | 46.2785 | 73.0483 | -56.9519 |
CIE-Lab | 53.4029 | 75.3435 | -52.7392 |
#ce3bdc color RGB value is (206,59,220).
#ce3bdc hex color red value is 206, green value is 59 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ce3bdc hue: 0.82 , saturation: 0.70 and the lightness value of ce3bdc is 0.55.
The process color (four color CMYK) of #ce3bdc color hex is 0.06, 0.73, 0.00, 0.14. Web safe color of #ce3bdc is #cc33cc. Color #ce3bdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00111011 | 11011100 |
Octal | 316 | 73 | 334 |
Decimal | 206 | 59 | 220 |
Hex | CE | 3B | DC |
Shades of #ce3bdc
Tints of #ce3bdc
RGB Percentages of Color #ce3bdc
CMYK Percentages of Color #ce3bdc
Complementary Color
#ce3bdc | #49dc3b |
#ce3bdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce3bdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce3bdc Color CSS Codes
.mybgcolor {background-color:#ce3bdc; } .myforecolor {color:#ce3bdc; } .mybordercolor {border:3px solid #ce3bdc; }
#ce3bdc Text Font Color
<p style="color:#ce3bdc">Text here</p>
This sample text font color is #ce3bdc
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.
#ce3bdc Background Color
<div style="background-color:#ce3bdc">
Div content here</div>
This div background color is #ce3bdc
#ce3bdc Border Color
<div style="border:3px solid #ce3bdc">
Div here</div>
This div border color is #ce3bdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,59,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce3bdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce3bdc; -webkit-box-shadow: 1px 1px 3px 2px #ce3bdc; box-shadow: 1px 1px 3px 2px #ce3bdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,59,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 #ce3bdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce3bdc; -webkit-box-shadow: 1px 1px 3px 2px #ce3bdc; box-shadow: 1px 1px 3px 2px #ce3bdc;">
Div content here</div>
This div box has shadow with color #ce3bdc
Comments
No comments written yet.
Please login to write comment.