Color spaces of #e132ce
RGB | 225 | 50 | 206 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.54 |
HSV | 307° | 78° | 88° |
CMYK | 0.00 | 0.78 | 0.08 0.12 |
XYZ | 43.3325 | 22.7450 | 60.4989 |
Yxy | 22.7450 | 0.3423 | 0.1797 |
Hunter Lab | 47.6917 | 78.7239 | -41.8276 |
CIE-Lab | 54.8087 | 79.6137 | -42.3377 |
#e132ce color RGB value is (225,50,206).
#e132ce hex color red value is 225, green value is 50 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e132ce hue: 0.85 , saturation: 0.74 and the lightness value of e132ce is 0.54.
The process color (four color CMYK) of #e132ce color hex is 0.00, 0.78, 0.08, 0.12. Web safe color of #e132ce is #cc33cc. Color #e132ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 00110010 | 11001110 |
Octal | 341 | 62 | 316 |
Decimal | 225 | 50 | 206 |
Hex | E1 | 32 | CE |
Shades of #e132ce
Tints of #e132ce
RGB Percentages of Color #e132ce
CMYK Percentages of Color #e132ce
Complementary Color
#e132ce | #32e145 |
#e132ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e132ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#e132ce Color CSS Codes
.mybgcolor {background-color:#e132ce; } .myforecolor {color:#e132ce; } .mybordercolor {border:3px solid #e132ce; }
#e132ce Text Font Color
<p style="color:#e132ce">Text here</p>
This sample text font color is #e132ce
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.
#e132ce Background Color
<div style="background-color:#e132ce">
Div content here</div>
This div background color is #e132ce
#e132ce Border Color
<div style="border:3px solid #e132ce">
Div here</div>
This div border color is #e132ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,50,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e132ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e132ce; -webkit-box-shadow: 1px 1px 3px 2px #e132ce; box-shadow: 1px 1px 3px 2px #e132ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,50,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e132ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e132ce; -webkit-box-shadow: 1px 1px 3px 2px #e132ce; box-shadow: 1px 1px 3px 2px #e132ce;">
Div content here</div>
This div box has shadow with color #e132ce
Comments
No comments written yet.
Please login to write comment.