Color spaces of #e982ff
RGB | 233 | 130 | 255 |
---|---|---|---|
HSL | 0.80 | 1.00 | 0.75 |
HSV | 289° | 49° | 100° |
CMYK | 0.09 | 0.49 | 0.00 0.00 |
XYZ | 59.6369 | 40.5089 | 99.2835 |
Yxy | 40.5089 | 0.2990 | 0.2031 |
Hunter Lab | 63.6466 | 55.8730 | -47.9349 |
CIE-Lab | 69.8305 | 58.0921 | -45.9572 |
#e982ff color RGB value is (233,130,255).
#e982ff hex color red value is 233, green value is 130 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e982ff hue: 0.80 , saturation: 1.00 and the lightness value of e982ff is 0.75.
The process color (four color CMYK) of #e982ff color hex is 0.09, 0.49, 0.00, 0.00. Web safe color of #e982ff is #ff99ff. Color #e982ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10000010 | 11111111 |
Octal | 351 | 202 | 377 |
Decimal | 233 | 130 | 255 |
Hex | E9 | 82 | FF |
Shades of #e982ff
Tints of #e982ff
RGB Percentages of Color #e982ff
CMYK Percentages of Color #e982ff
Complementary Color
#e982ff | #98ff82 |
#e982ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e982ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#e982ff Color CSS Codes
.mybgcolor {background-color:#e982ff; } .myforecolor {color:#e982ff; } .mybordercolor {border:3px solid #e982ff; }
#e982ff Text Font Color
<p style="color:#e982ff">Text here</p>
This sample text font color is #e982ff
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.
#e982ff Background Color
<div style="background-color:#e982ff">
Div content here</div>
This div background color is #e982ff
#e982ff Border Color
<div style="border:3px solid #e982ff">
Div here</div>
This div border color is #e982ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,130,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e982ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e982ff; -webkit-box-shadow: 1px 1px 3px 2px #e982ff; box-shadow: 1px 1px 3px 2px #e982ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,130,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e982ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e982ff; -webkit-box-shadow: 1px 1px 3px 2px #e982ff; box-shadow: 1px 1px 3px 2px #e982ff;">
Div content here</div>
This div box has shadow with color #e982ff
Comments
No comments written yet.
Please login to write comment.