Color spaces of #e285fc
RGB | 226 | 133 | 252 |
---|---|---|---|
HSL | 0.80 | 0.95 | 0.75 |
HSV | 287° | 47° | 99° |
CMYK | 0.10 | 0.47 | 0.00 0.01 |
XYZ | 57.3222 | 39.9721 | 96.7896 |
Yxy | 39.9721 | 0.2953 | 0.2060 |
Hunter Lab | 63.2235 | 51.1977 | -46.5113 |
CIE-Lab | 69.4497 | 54.1223 | -44.9761 |
#e285fc color RGB value is (226,133,252).
#e285fc hex color red value is 226, green value is 133 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e285fc hue: 0.80 , saturation: 0.95 and the lightness value of e285fc is 0.75.
The process color (four color CMYK) of #e285fc color hex is 0.10, 0.47, 0.00, 0.01. Web safe color of #e285fc is #cc99ff. Color #e285fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10000101 | 11111100 |
Octal | 342 | 205 | 374 |
Decimal | 226 | 133 | 252 |
Hex | E2 | 85 | FC |
Shades of #e285fc
Tints of #e285fc
RGB Percentages of Color #e285fc
CMYK Percentages of Color #e285fc
Complementary Color
#e285fc | #9ffc85 |
#e285fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e285fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e285fc Color CSS Codes
.mybgcolor {background-color:#e285fc; } .myforecolor {color:#e285fc; } .mybordercolor {border:3px solid #e285fc; }
#e285fc Text Font Color
<p style="color:#e285fc">Text here</p>
This sample text font color is #e285fc
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.
#e285fc Background Color
<div style="background-color:#e285fc">
Div content here</div>
This div background color is #e285fc
#e285fc Border Color
<div style="border:3px solid #e285fc">
Div here</div>
This div border color is #e285fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,133,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e285fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e285fc; -webkit-box-shadow: 1px 1px 3px 2px #e285fc; box-shadow: 1px 1px 3px 2px #e285fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,133,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e285fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e285fc; -webkit-box-shadow: 1px 1px 3px 2px #e285fc; box-shadow: 1px 1px 3px 2px #e285fc;">
Div content here</div>
This div box has shadow with color #e285fc
Comments
No comments written yet.
Please login to write comment.