Color spaces of #de1085
RGB | 222 | 16 | 133 |
---|---|---|---|
HSL | 0.91 | 0.87 | 0.47 |
HSV | 326° | 93° | 87° |
CMYK | 0.00 | 0.93 | 0.40 0.13 |
XYZ | 34.5431 | 17.5936 | 23.7656 |
Yxy | 17.5936 | 0.4551 | 0.2318 |
Hunter Lab | 41.9447 | 73.5984 | -4.2320 |
CIE-Lab | 48.9994 | 76.6460 | -8.3504 |
#de1085 color RGB value is (222,16,133).
#de1085 hex color red value is 222, green value is 16 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #de1085 hue: 0.91 , saturation: 0.87 and the lightness value of de1085 is 0.47.
The process color (four color CMYK) of #de1085 color hex is 0.00, 0.93, 0.40, 0.13. Web safe color of #de1085 is #cc0099. Color #de1085 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00010000 | 10000101 |
Octal | 336 | 20 | 205 |
Decimal | 222 | 16 | 133 |
Hex | DE | 10 | 85 |
Shades of #de1085
Tints of #de1085
RGB Percentages of Color #de1085
CMYK Percentages of Color #de1085
Complementary Color
#de1085 | #10de69 |
#de1085 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de1085 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de1085 Color CSS Codes
.mybgcolor {background-color:#de1085; } .myforecolor {color:#de1085; } .mybordercolor {border:3px solid #de1085; }
#de1085 Text Font Color
<p style="color:#de1085">Text here</p>
This sample text font color is #de1085
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.
#de1085 Background Color
<div style="background-color:#de1085">
Div content here</div>
This div background color is #de1085
#de1085 Border Color
<div style="border:3px solid #de1085">
Div here</div>
This div border color is #de1085
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,16,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de1085; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de1085; -webkit-box-shadow: 1px 1px 3px 2px #de1085; box-shadow: 1px 1px 3px 2px #de1085; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,16,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de1085">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de1085; -webkit-box-shadow: 1px 1px 3px 2px #de1085; box-shadow: 1px 1px 3px 2px #de1085;">
Div content here</div>
This div box has shadow with color #de1085
Comments
No comments written yet.
Please login to write comment.