Color spaces of #de268f
RGB | 222 | 38 | 143 |
---|---|---|---|
HSL | 0.90 | 0.74 | 0.51 |
HSV | 326° | 83° | 87° |
CMYK | 0.00 | 0.83 | 0.36 0.13 |
XYZ | 35.7752 | 18.8990 | 27.7489 |
Yxy | 18.8990 | 0.4340 | 0.2293 |
Hunter Lab | 43.4730 | 70.8152 | -7.4139 |
CIE-Lab | 50.5688 | 74.0743 | -12.0279 |
#de268f color RGB value is (222,38,143).
#de268f hex color red value is 222, green value is 38 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #de268f hue: 0.90 , saturation: 0.74 and the lightness value of de268f is 0.51.
The process color (four color CMYK) of #de268f color hex is 0.00, 0.83, 0.36, 0.13. Web safe color of #de268f is #cc3399. Color #de268f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00100110 | 10001111 |
Octal | 336 | 46 | 217 |
Decimal | 222 | 38 | 143 |
Hex | DE | 26 | 8F |
Shades of #de268f
Tints of #de268f
RGB Percentages of Color #de268f
CMYK Percentages of Color #de268f
Complementary Color
#de268f | #26de75 |
#de268f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de268f Color Preview on White Background
Lorem ipsum dolor sit amet.
#de268f Color CSS Codes
.mybgcolor {background-color:#de268f; } .myforecolor {color:#de268f; } .mybordercolor {border:3px solid #de268f; }
#de268f Text Font Color
<p style="color:#de268f">Text here</p>
This sample text font color is #de268f
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.
#de268f Background Color
<div style="background-color:#de268f">
Div content here</div>
This div background color is #de268f
#de268f Border Color
<div style="border:3px solid #de268f">
Div here</div>
This div border color is #de268f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,38,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de268f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de268f; -webkit-box-shadow: 1px 1px 3px 2px #de268f; box-shadow: 1px 1px 3px 2px #de268f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,38,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de268f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de268f; -webkit-box-shadow: 1px 1px 3px 2px #de268f; box-shadow: 1px 1px 3px 2px #de268f;">
Div content here</div>
This div box has shadow with color #de268f
Comments
No comments written yet.
Please login to write comment.