Color spaces of #de0deb
RGB | 222 | 13 | 235 |
---|---|---|---|
HSL | 0.82 | 0.90 | 0.49 |
HSV | 296° | 94° | 92° |
CMYK | 0.06 | 0.94 | 0.00 0.08 |
XYZ | 45.2635 | 21.8156 | 80.4224 |
Yxy | 21.8156 | 0.3069 | 0.1479 |
Hunter Lab | 46.7072 | 91.2452 | -69.3930 |
CIE-Lab | 53.8308 | 89.4622 | -60.3898 |
#de0deb color RGB value is (222,13,235).
#de0deb hex color red value is 222, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #de0deb hue: 0.82 , saturation: 0.90 and the lightness value of de0deb is 0.49.
The process color (four color CMYK) of #de0deb color hex is 0.06, 0.94, 0.00, 0.08. Web safe color of #de0deb is #cc00ff. Color #de0deb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00001101 | 11101011 |
Octal | 336 | 15 | 353 |
Decimal | 222 | 13 | 235 |
Hex | DE | D | EB |
Shades of #de0deb
Tints of #de0deb
RGB Percentages of Color #de0deb
CMYK Percentages of Color #de0deb
Complementary Color
#de0deb | #1aeb0d |
#de0deb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de0deb Color Preview on White Background
Lorem ipsum dolor sit amet.
#de0deb Color CSS Codes
.mybgcolor {background-color:#de0deb; } .myforecolor {color:#de0deb; } .mybordercolor {border:3px solid #de0deb; }
#de0deb Text Font Color
<p style="color:#de0deb">Text here</p>
This sample text font color is #de0deb
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.
#de0deb Background Color
<div style="background-color:#de0deb">
Div content here</div>
This div background color is #de0deb
#de0deb Border Color
<div style="border:3px solid #de0deb">
Div here</div>
This div border color is #de0deb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,13,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de0deb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de0deb; -webkit-box-shadow: 1px 1px 3px 2px #de0deb; box-shadow: 1px 1px 3px 2px #de0deb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,13,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de0deb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de0deb; -webkit-box-shadow: 1px 1px 3px 2px #de0deb; box-shadow: 1px 1px 3px 2px #de0deb;">
Div content here</div>
This div box has shadow with color #de0deb
Comments
No comments written yet.
Please login to write comment.