Color spaces of #e282ca
RGB | 226 | 130 | 202 |
---|---|---|---|
HSL | 0.88 | 0.62 | 0.70 |
HSV | 315° | 42° | 89° |
CMYK | 0.00 | 0.42 | 0.11 0.11 |
XYZ | 50.0073 | 36.3983 | 60.2670 |
Yxy | 36.3983 | 0.3409 | 0.2482 |
Hunter Lab | 60.3310 | 42.3762 | -16.9954 |
CIE-Lab | 66.8231 | 46.6507 | -21.4128 |
#e282ca color RGB value is (226,130,202).
#e282ca hex color red value is 226, green value is 130 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e282ca hue: 0.88 , saturation: 0.62 and the lightness value of e282ca is 0.70.
The process color (four color CMYK) of #e282ca color hex is 0.00, 0.42, 0.11, 0.11. Web safe color of #e282ca is #cc99cc. Color #e282ca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 10000010 | 11001010 |
Octal | 342 | 202 | 312 |
Decimal | 226 | 130 | 202 |
Hex | E2 | 82 | CA |
Shades of #e282ca
Tints of #e282ca
RGB Percentages of Color #e282ca
CMYK Percentages of Color #e282ca
Complementary Color
#e282ca | #82e29a |
#e282ca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e282ca Color Preview on White Background
Lorem ipsum dolor sit amet.
#e282ca Color CSS Codes
.mybgcolor {background-color:#e282ca; } .myforecolor {color:#e282ca; } .mybordercolor {border:3px solid #e282ca; }
#e282ca Text Font Color
<p style="color:#e282ca">Text here</p>
This sample text font color is #e282ca
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.
#e282ca Background Color
<div style="background-color:#e282ca">
Div content here</div>
This div background color is #e282ca
#e282ca Border Color
<div style="border:3px solid #e282ca">
Div here</div>
This div border color is #e282ca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,130,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e282ca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e282ca; -webkit-box-shadow: 1px 1px 3px 2px #e282ca; box-shadow: 1px 1px 3px 2px #e282ca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,130,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e282ca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e282ca; -webkit-box-shadow: 1px 1px 3px 2px #e282ca; box-shadow: 1px 1px 3px 2px #e282ca;">
Div content here</div>
This div box has shadow with color #e282ca
Comments
No comments written yet.
Please login to write comment.