Color spaces of #de25ae
RGB | 222 | 37 | 174 |
---|---|---|---|
HSL | 0.88 | 0.74 | 0.51 |
HSV | 316° | 83° | 87° |
CMYK | 0.00 | 0.83 | 0.22 0.13 |
XYZ | 38.4258 | 19.9087 | 41.8619 |
Yxy | 19.9087 | 0.3835 | 0.1987 |
Hunter Lab | 44.6192 | 75.6398 | -24.3927 |
CIE-Lab | 51.7338 | 77.7569 | -28.6461 |
#de25ae color RGB value is (222,37,174).
#de25ae hex color red value is 222, green value is 37 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #de25ae hue: 0.88 , saturation: 0.74 and the lightness value of de25ae is 0.51.
The process color (four color CMYK) of #de25ae color hex is 0.00, 0.83, 0.22, 0.13. Web safe color of #de25ae is #cc3399. Color #de25ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00100101 | 10101110 |
Octal | 336 | 45 | 256 |
Decimal | 222 | 37 | 174 |
Hex | DE | 25 | AE |
Shades of #de25ae
Tints of #de25ae
RGB Percentages of Color #de25ae
CMYK Percentages of Color #de25ae
Complementary Color
#de25ae | #25de55 |
#de25ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de25ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#de25ae Color CSS Codes
.mybgcolor {background-color:#de25ae; } .myforecolor {color:#de25ae; } .mybordercolor {border:3px solid #de25ae; }
#de25ae Text Font Color
<p style="color:#de25ae">Text here</p>
This sample text font color is #de25ae
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.
#de25ae Background Color
<div style="background-color:#de25ae">
Div content here</div>
This div background color is #de25ae
#de25ae Border Color
<div style="border:3px solid #de25ae">
Div here</div>
This div border color is #de25ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,37,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de25ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de25ae; -webkit-box-shadow: 1px 1px 3px 2px #de25ae; box-shadow: 1px 1px 3px 2px #de25ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,37,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de25ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de25ae; -webkit-box-shadow: 1px 1px 3px 2px #de25ae; box-shadow: 1px 1px 3px 2px #de25ae;">
Div content here</div>
This div box has shadow with color #de25ae
Comments
No comments written yet.
Please login to write comment.