Color spaces of #e282db
RGB | 226 | 130 | 219 |
---|---|---|---|
HSL | 0.85 | 0.62 | 0.70 |
HSV | 304° | 42° | 89° |
CMYK | 0.00 | 0.42 | 0.03 0.11 |
XYZ | 52.1328 | 37.2485 | 71.4598 |
Yxy | 37.2485 | 0.3241 | 0.2316 |
Hunter Lab | 61.0315 | 45.6685 | -26.6986 |
CIE-Lab | 67.4631 | 49.5321 | -29.9038 |
#e282db color RGB value is (226,130,219).
#e282db hex color red value is 226, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e282db hue: 0.85 , saturation: 0.62 and the lightness value of e282db is 0.70.
The process color (four color CMYK) of #e282db color hex is 0.00, 0.42, 0.03, 0.11. Web safe color of #e282db is #cc99cc. Color #e282db contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10000010 | 11011011 |
Octal | 342 | 202 | 333 |
Decimal | 226 | 130 | 219 |
Hex | E2 | 82 | DB |
Shades of #e282db
Tints of #e282db
RGB Percentages of Color #e282db
CMYK Percentages of Color #e282db
Complementary Color
#e282db | #82e289 |
#e282db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e282db Color Preview on White Background
Lorem ipsum dolor sit amet.
#e282db Color CSS Codes
.mybgcolor {background-color:#e282db; } .myforecolor {color:#e282db; } .mybordercolor {border:3px solid #e282db; }
#e282db Text Font Color
<p style="color:#e282db">Text here</p>
This sample text font color is #e282db
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.
#e282db Background Color
<div style="background-color:#e282db">
Div content here</div>
This div background color is #e282db
#e282db Border Color
<div style="border:3px solid #e282db">
Div here</div>
This div border color is #e282db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,130,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e282db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e282db; -webkit-box-shadow: 1px 1px 3px 2px #e282db; box-shadow: 1px 1px 3px 2px #e282db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,130,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 #e282db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e282db; -webkit-box-shadow: 1px 1px 3px 2px #e282db; box-shadow: 1px 1px 3px 2px #e282db;">
Div content here</div>
This div box has shadow with color #e282db
Comments
No comments written yet.
Please login to write comment.