Color spaces of #de52fc
RGB | 222 | 82 | 252 |
---|---|---|---|
HSL | 0.80 | 0.97 | 0.65 |
HSV | 289° | 67° | 99° |
CMYK | 0.12 | 0.67 | 0.00 0.01 |
XYZ | 50.7122 | 28.5925 | 94.9415 |
Yxy | 28.5925 | 0.2910 | 0.1641 |
Hunter Lab | 53.4720 | 75.7115 | -67.8413 |
CIE-Lab | 60.4203 | 76.1369 | -59.3121 |
#de52fc color RGB value is (222,82,252).
#de52fc hex color red value is 222, green value is 82 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #de52fc hue: 0.80 , saturation: 0.97 and the lightness value of de52fc is 0.65.
The process color (four color CMYK) of #de52fc color hex is 0.12, 0.67, 0.00, 0.01. Web safe color of #de52fc is #cc66ff. Color #de52fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01010010 | 11111100 |
Octal | 336 | 122 | 374 |
Decimal | 222 | 82 | 252 |
Hex | DE | 52 | FC |
Shades of #de52fc
Tints of #de52fc
RGB Percentages of Color #de52fc
CMYK Percentages of Color #de52fc
Complementary Color
#de52fc | #70fc52 |
#de52fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de52fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de52fc Color CSS Codes
.mybgcolor {background-color:#de52fc; } .myforecolor {color:#de52fc; } .mybordercolor {border:3px solid #de52fc; }
#de52fc Text Font Color
<p style="color:#de52fc">Text here</p>
This sample text font color is #de52fc
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.
#de52fc Background Color
<div style="background-color:#de52fc">
Div content here</div>
This div background color is #de52fc
#de52fc Border Color
<div style="border:3px solid #de52fc">
Div here</div>
This div border color is #de52fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,82,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de52fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de52fc; -webkit-box-shadow: 1px 1px 3px 2px #de52fc; box-shadow: 1px 1px 3px 2px #de52fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,82,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de52fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de52fc; -webkit-box-shadow: 1px 1px 3px 2px #de52fc; box-shadow: 1px 1px 3px 2px #de52fc;">
Div content here</div>
This div box has shadow with color #de52fc
Comments
No comments written yet.
Please login to write comment.