Color spaces of #de46fe
RGB | 222 | 70 | 254 |
---|---|---|---|
HSL | 0.80 | 0.99 | 0.64 |
HSV | 290° | 72° | 100° |
CMYK | 0.13 | 0.72 | 0.00 0.00 |
XYZ | 50.2038 | 27.0657 | 96.3441 |
Yxy | 27.0657 | 0.2892 | 0.1559 |
Hunter Lab | 52.0247 | 81.2091 | -73.3813 |
CIE-Lab | 59.0351 | 80.7478 | -62.6367 |
#de46fe color RGB value is (222,70,254).
#de46fe hex color red value is 222, green value is 70 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #de46fe hue: 0.80 , saturation: 0.99 and the lightness value of de46fe is 0.64.
The process color (four color CMYK) of #de46fe color hex is 0.13, 0.72, 0.00, 0.00. Web safe color of #de46fe is #cc33ff. Color #de46fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01000110 | 11111110 |
Octal | 336 | 106 | 376 |
Decimal | 222 | 70 | 254 |
Hex | DE | 46 | FE |
Shades of #de46fe
Tints of #de46fe
RGB Percentages of Color #de46fe
CMYK Percentages of Color #de46fe
Complementary Color
#de46fe | #66fe46 |
#de46fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de46fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#de46fe Color CSS Codes
.mybgcolor {background-color:#de46fe; } .myforecolor {color:#de46fe; } .mybordercolor {border:3px solid #de46fe; }
#de46fe Text Font Color
<p style="color:#de46fe">Text here</p>
This sample text font color is #de46fe
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.
#de46fe Background Color
<div style="background-color:#de46fe">
Div content here</div>
This div background color is #de46fe
#de46fe Border Color
<div style="border:3px solid #de46fe">
Div here</div>
This div border color is #de46fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,70,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de46fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de46fe; -webkit-box-shadow: 1px 1px 3px 2px #de46fe; box-shadow: 1px 1px 3px 2px #de46fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,70,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de46fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de46fe; -webkit-box-shadow: 1px 1px 3px 2px #de46fe; box-shadow: 1px 1px 3px 2px #de46fe;">
Div content here</div>
This div box has shadow with color #de46fe
Comments
No comments written yet.
Please login to write comment.