Color spaces of #e130de
RGB | 225 | 48 | 222 |
---|---|---|---|
HSL | 0.84 | 0.75 | 0.54 |
HSV | 301° | 79° | 88° |
CMYK | 0.00 | 0.79 | 0.01 0.12 |
XYZ | 45.2931 | 23.3954 | 71.2358 |
Yxy | 23.3954 | 0.3237 | 0.1672 |
Hunter Lab | 48.3688 | 82.5041 | -53.4620 |
CIE-Lab | 55.4773 | 82.4503 | -50.3871 |
#e130de color RGB value is (225,48,222).
#e130de hex color red value is 225, green value is 48 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e130de hue: 0.84 , saturation: 0.75 and the lightness value of e130de is 0.54.
The process color (four color CMYK) of #e130de color hex is 0.00, 0.79, 0.01, 0.12. Web safe color of #e130de is #cc33cc. Color #e130de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00110000 | 11011110 |
Octal | 341 | 60 | 336 |
Decimal | 225 | 48 | 222 |
Hex | E1 | 30 | DE |
Shades of #e130de
Tints of #e130de
RGB Percentages of Color #e130de
CMYK Percentages of Color #e130de
Complementary Color
#e130de | #30e133 |
#e130de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e130de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e130de Color CSS Codes
.mybgcolor {background-color:#e130de; } .myforecolor {color:#e130de; } .mybordercolor {border:3px solid #e130de; }
#e130de Text Font Color
<p style="color:#e130de">Text here</p>
This sample text font color is #e130de
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.
#e130de Background Color
<div style="background-color:#e130de">
Div content here</div>
This div background color is #e130de
#e130de Border Color
<div style="border:3px solid #e130de">
Div here</div>
This div border color is #e130de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,48,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e130de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e130de; -webkit-box-shadow: 1px 1px 3px 2px #e130de; box-shadow: 1px 1px 3px 2px #e130de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,48,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e130de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e130de; -webkit-box-shadow: 1px 1px 3px 2px #e130de; box-shadow: 1px 1px 3px 2px #e130de;">
Div content here</div>
This div box has shadow with color #e130de
Comments
No comments written yet.
Please login to write comment.