Color spaces of #e270db
RGB | 226 | 112 | 219 |
---|---|---|---|
HSL | 0.84 | 0.66 | 0.66 |
HSV | 304° | 50° | 89° |
CMYK | 0.00 | 0.50 | 0.03 0.11 |
XYZ | 49.9444 | 32.8716 | 70.7303 |
Yxy | 32.8716 | 0.3253 | 0.2141 |
Hunter Lab | 57.3338 | 55.1603 | -33.0100 |
CIE-Lab | 64.0568 | 58.4052 | -35.1832 |
#e270db color RGB value is (226,112,219).
#e270db hex color red value is 226, green value is 112 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e270db hue: 0.84 , saturation: 0.66 and the lightness value of e270db is 0.66.
The process color (four color CMYK) of #e270db color hex is 0.00, 0.50, 0.03, 0.11. Web safe color of #e270db is #cc66cc. Color #e270db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 01110000 | 11011011 |
Octal | 342 | 160 | 333 |
Decimal | 226 | 112 | 219 |
Hex | E2 | 70 | DB |
Shades of #e270db
Tints of #e270db
RGB Percentages of Color #e270db
CMYK Percentages of Color #e270db
Complementary Color
#e270db | #70e277 |
#e270db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e270db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e270db Color CSS Codes
.mybgcolor {background-color:#e270db; } .myforecolor {color:#e270db; } .mybordercolor {border:3px solid #e270db; }
#e270db Text Font Color
<p style="color:#e270db">Text here</p>
This sample text font color is #e270db
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.
#e270db Background Color
<div style="background-color:#e270db">
Div content here</div>
This div background color is #e270db
#e270db Border Color
<div style="border:3px solid #e270db">
Div here</div>
This div border color is #e270db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,112,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e270db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e270db; -webkit-box-shadow: 1px 1px 3px 2px #e270db; box-shadow: 1px 1px 3px 2px #e270db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,112,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e270db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e270db; -webkit-box-shadow: 1px 1px 3px 2px #e270db; box-shadow: 1px 1px 3px 2px #e270db;">
Div content here</div>
This div box has shadow with color #e270db
Comments
No comments written yet.
Please login to write comment.