Color spaces of #e255dc
RGB | 226 | 85 | 220 |
---|---|---|---|
HSL | 0.84 | 0.71 | 0.61 |
HSV | 303° | 62° | 89° |
CMYK | 0.00 | 0.62 | 0.03 0.11 |
XYZ | 47.5308 | 27.8331 | 70.5773 |
Yxy | 27.8331 | 0.3257 | 0.1907 |
Hunter Lab | 52.7571 | 68.4923 | -42.3869 |
CIE-Lab | 59.7377 | 70.4152 | -42.5050 |
#e255dc color RGB value is (226,85,220).
#e255dc hex color red value is 226, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e255dc hue: 0.84 , saturation: 0.71 and the lightness value of e255dc is 0.61.
The process color (four color CMYK) of #e255dc color hex is 0.00, 0.62, 0.03, 0.11. Web safe color of #e255dc is #cc66cc. Color #e255dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01010101 | 11011100 |
Octal | 342 | 125 | 334 |
Decimal | 226 | 85 | 220 |
Hex | E2 | 55 | DC |
Shades of #e255dc
Tints of #e255dc
RGB Percentages of Color #e255dc
CMYK Percentages of Color #e255dc
Complementary Color
#e255dc | #55e25b |
#e255dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e255dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e255dc Color CSS Codes
.mybgcolor {background-color:#e255dc; } .myforecolor {color:#e255dc; } .mybordercolor {border:3px solid #e255dc; }
#e255dc Text Font Color
<p style="color:#e255dc">Text here</p>
This sample text font color is #e255dc
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.
#e255dc Background Color
<div style="background-color:#e255dc">
Div content here</div>
This div background color is #e255dc
#e255dc Border Color
<div style="border:3px solid #e255dc">
Div here</div>
This div border color is #e255dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,85,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e255dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e255dc; -webkit-box-shadow: 1px 1px 3px 2px #e255dc; box-shadow: 1px 1px 3px 2px #e255dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,85,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e255dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e255dc; -webkit-box-shadow: 1px 1px 3px 2px #e255dc; box-shadow: 1px 1px 3px 2px #e255dc;">
Div content here</div>
This div box has shadow with color #e255dc
Comments
No comments written yet.
Please login to write comment.