Color spaces of #de3983
RGB | 222 | 57 | 131 |
---|---|---|---|
HSL | 0.93 | 0.71 | 0.55 |
HSV | 333° | 74° | 87° |
CMYK | 0.00 | 0.74 | 0.41 0.13 |
XYZ | 35.6841 | 20.0945 | 23.4706 |
Yxy | 20.0945 | 0.4503 | 0.2536 |
Hunter Lab | 44.8269 | 63.6465 | 0.3356 |
CIE-Lab | 51.9439 | 67.8406 | -2.7735 |
#de3983 color RGB value is (222,57,131).
#de3983 hex color red value is 222, green value is 57 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #de3983 hue: 0.93 , saturation: 0.71 and the lightness value of de3983 is 0.55.
The process color (four color CMYK) of #de3983 color hex is 0.00, 0.74, 0.41, 0.13. Web safe color of #de3983 is #cc3399. Color #de3983 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 00111001 | 10000011 |
Octal | 336 | 71 | 203 |
Decimal | 222 | 57 | 131 |
Hex | DE | 39 | 83 |
Shades of #de3983
Tints of #de3983
RGB Percentages of Color #de3983
CMYK Percentages of Color #de3983
Complementary Color
#de3983 | #39de94 |
#de3983 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de3983 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de3983 Color CSS Codes
.mybgcolor {background-color:#de3983; } .myforecolor {color:#de3983; } .mybordercolor {border:3px solid #de3983; }
#de3983 Text Font Color
<p style="color:#de3983">Text here</p>
This sample text font color is #de3983
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.
#de3983 Background Color
<div style="background-color:#de3983">
Div content here</div>
This div background color is #de3983
#de3983 Border Color
<div style="border:3px solid #de3983">
Div here</div>
This div border color is #de3983
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,57,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de3983; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de3983; -webkit-box-shadow: 1px 1px 3px 2px #de3983; box-shadow: 1px 1px 3px 2px #de3983; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,57,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de3983">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de3983; -webkit-box-shadow: 1px 1px 3px 2px #de3983; box-shadow: 1px 1px 3px 2px #de3983;">
Div content here</div>
This div box has shadow with color #de3983
Comments
No comments written yet.
Please login to write comment.