Color spaces of #e382df
RGB | 227 | 130 | 223 |
---|---|---|---|
HSL | 0.84 | 0.63 | 0.70 |
HSV | 302° | 43° | 89° |
CMYK | 0.00 | 0.43 | 0.02 0.11 |
XYZ | 52.9805 | 37.6239 | 74.2818 |
Yxy | 37.6239 | 0.3213 | 0.2282 |
Hunter Lab | 61.3383 | 46.8359 | -28.8644 |
CIE-Lab | 67.7425 | 50.5340 | -31.6805 |
#e382df color RGB value is (227,130,223).
#e382df hex color red value is 227, green value is 130 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e382df hue: 0.84 , saturation: 0.63 and the lightness value of e382df is 0.70.
The process color (four color CMYK) of #e382df color hex is 0.00, 0.43, 0.02, 0.11. Web safe color of #e382df is #cc99cc. Color #e382df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100011 | 10000010 | 11011111 |
Octal | 343 | 202 | 337 |
Decimal | 227 | 130 | 223 |
Hex | E3 | 82 | DF |
Shades of #e382df
Tints of #e382df
RGB Percentages of Color #e382df
CMYK Percentages of Color #e382df
Complementary Color
#e382df | #82e386 |
#e382df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e382df Color Preview on White Background
Lorem ipsum dolor sit amet.
#e382df Color CSS Codes
.mybgcolor {background-color:#e382df; } .myforecolor {color:#e382df; } .mybordercolor {border:3px solid #e382df; }
#e382df Text Font Color
<p style="color:#e382df">Text here</p>
This sample text font color is #e382df
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.
#e382df Background Color
<div style="background-color:#e382df">
Div content here</div>
This div background color is #e382df
#e382df Border Color
<div style="border:3px solid #e382df">
Div here</div>
This div border color is #e382df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(227,130,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e382df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e382df; -webkit-box-shadow: 1px 1px 3px 2px #e382df; box-shadow: 1px 1px 3px 2px #e382df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(227,130,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e382df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e382df; -webkit-box-shadow: 1px 1px 3px 2px #e382df; box-shadow: 1px 1px 3px 2px #e382df;">
Div content here</div>
This div box has shadow with color #e382df
Comments
No comments written yet.
Please login to write comment.