Color spaces of #de13ce
RGB | 222 | 19 | 206 |
---|---|---|---|
HSL | 0.85 | 0.84 | 0.47 |
HSV | 305° | 91° | 87° |
CMYK | 0.00 | 0.91 | 0.07 0.13 |
XYZ | 41.4977 | 20.4516 | 60.1529 |
Yxy | 20.4516 | 0.3399 | 0.1675 |
Hunter Lab | 45.2234 | 84.6532 | -47.2068 |
CIE-Lab | 52.3440 | 84.7275 | -46.2732 |
#de13ce color RGB value is (222,19,206).
#de13ce hex color red value is 222, green value is 19 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #de13ce hue: 0.85 , saturation: 0.84 and the lightness value of de13ce is 0.47.
The process color (four color CMYK) of #de13ce color hex is 0.00, 0.91, 0.07, 0.13. Web safe color of #de13ce is #cc00cc. Color #de13ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00010011 | 11001110 |
Octal | 336 | 23 | 316 |
Decimal | 222 | 19 | 206 |
Hex | DE | 13 | CE |
Shades of #de13ce
Tints of #de13ce
RGB Percentages of Color #de13ce
CMYK Percentages of Color #de13ce
Complementary Color
#de13ce | #13de23 |
#de13ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de13ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#de13ce Color CSS Codes
.mybgcolor {background-color:#de13ce; } .myforecolor {color:#de13ce; } .mybordercolor {border:3px solid #de13ce; }
#de13ce Text Font Color
<p style="color:#de13ce">Text here</p>
This sample text font color is #de13ce
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.
#de13ce Background Color
<div style="background-color:#de13ce">
Div content here</div>
This div background color is #de13ce
#de13ce Border Color
<div style="border:3px solid #de13ce">
Div here</div>
This div border color is #de13ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,19,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de13ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de13ce; -webkit-box-shadow: 1px 1px 3px 2px #de13ce; box-shadow: 1px 1px 3px 2px #de13ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,19,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de13ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de13ce; -webkit-box-shadow: 1px 1px 3px 2px #de13ce; box-shadow: 1px 1px 3px 2px #de13ce;">
Div content here</div>
This div box has shadow with color #de13ce
Comments
No comments written yet.
Please login to write comment.