Color spaces of #de459c
RGB | 222 | 69 | 156 |
---|---|---|---|
HSL | 0.91 | 0.70 | 0.57 |
HSV | 326° | 69° | 87° |
CMYK | 0.00 | 0.69 | 0.30 0.13 |
XYZ | 38.2531 | 22.1861 | 33.7187 |
Yxy | 22.1861 | 0.4063 | 0.2356 |
Hunter Lab | 47.1021 | 62.5367 | -9.4721 |
CIE-Lab | 54.2239 | 66.4691 | -14.2354 |
#de459c color RGB value is (222,69,156).
#de459c hex color red value is 222, green value is 69 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #de459c hue: 0.91 , saturation: 0.70 and the lightness value of de459c is 0.57.
The process color (four color CMYK) of #de459c color hex is 0.00, 0.69, 0.30, 0.13. Web safe color of #de459c is #cc3399. Color #de459c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01000101 | 10011100 |
Octal | 336 | 105 | 234 |
Decimal | 222 | 69 | 156 |
Hex | DE | 45 | 9C |
Shades of #de459c
Tints of #de459c
RGB Percentages of Color #de459c
CMYK Percentages of Color #de459c
Complementary Color
#de459c | #45de87 |
#de459c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de459c Color Preview on White Background
Lorem ipsum dolor sit amet.
#de459c Color CSS Codes
.mybgcolor {background-color:#de459c; } .myforecolor {color:#de459c; } .mybordercolor {border:3px solid #de459c; }
#de459c Text Font Color
<p style="color:#de459c">Text here</p>
This sample text font color is #de459c
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.
#de459c Background Color
<div style="background-color:#de459c">
Div content here</div>
This div background color is #de459c
#de459c Border Color
<div style="border:3px solid #de459c">
Div here</div>
This div border color is #de459c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,69,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de459c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de459c; -webkit-box-shadow: 1px 1px 3px 2px #de459c; box-shadow: 1px 1px 3px 2px #de459c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,69,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de459c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de459c; -webkit-box-shadow: 1px 1px 3px 2px #de459c; box-shadow: 1px 1px 3px 2px #de459c;">
Div content here</div>
This div box has shadow with color #de459c
Comments
No comments written yet.
Please login to write comment.