Color spaces of #de35dc
RGB | 222 | 53 | 220 |
---|---|---|---|
HSL | 0.84 | 0.72 | 0.54 |
HSV | 301° | 76° | 87° |
CMYK | 0.00 | 0.76 | 0.01 0.13 |
XYZ | 44.3156 | 23.2431 | 69.8608 |
Yxy | 23.2431 | 0.3225 | 0.1691 |
Hunter Lab | 48.2111 | 79.7076 | -52.1670 |
CIE-Lab | 55.3219 | 80.2903 | -49.5308 |
#de35dc color RGB value is (222,53,220).
#de35dc hex color red value is 222, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #de35dc hue: 0.84 , saturation: 0.72 and the lightness value of de35dc is 0.54.
The process color (four color CMYK) of #de35dc color hex is 0.00, 0.76, 0.01, 0.13. Web safe color of #de35dc is #cc33cc. Color #de35dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00110101 | 11011100 |
Octal | 336 | 65 | 334 |
Decimal | 222 | 53 | 220 |
Hex | DE | 35 | DC |
Shades of #de35dc
Tints of #de35dc
RGB Percentages of Color #de35dc
CMYK Percentages of Color #de35dc
Complementary Color
#de35dc | #35de37 |
#de35dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de35dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#de35dc Color CSS Codes
.mybgcolor {background-color:#de35dc; } .myforecolor {color:#de35dc; } .mybordercolor {border:3px solid #de35dc; }
#de35dc Text Font Color
<p style="color:#de35dc">Text here</p>
This sample text font color is #de35dc
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.
#de35dc Background Color
<div style="background-color:#de35dc">
Div content here</div>
This div background color is #de35dc
#de35dc Border Color
<div style="border:3px solid #de35dc">
Div here</div>
This div border color is #de35dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,53,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de35dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de35dc; -webkit-box-shadow: 1px 1px 3px 2px #de35dc; box-shadow: 1px 1px 3px 2px #de35dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,53,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 #de35dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de35dc; -webkit-box-shadow: 1px 1px 3px 2px #de35dc; box-shadow: 1px 1px 3px 2px #de35dc;">
Div content here</div>
This div box has shadow with color #de35dc
Comments
No comments written yet.
Please login to write comment.